HollowPS_TV_experiments/extras/zzz-0.1-jsons/Ability_LevelCoin.json

54 lines
No EOL
1.2 KiB
JSON

{
"AbilityName" : "Ability_LevelCoin",
"OnAbilityStart" :
[
// {
// "$type": "MoleMole.RecoverSPAction",
// "Target" : "TeamAvatars",
// "Percentage": "special(HealRatio)/10000",
// "Amount": "%HealNum",
// "IgnoreRatio": false
// },
{
"$type" : "MoleMole.FireAudio",
"AudioPattern" : "Play_sfx_interact_inlevel_pickup_coin"
}
// {
// "$type" : "MoleMole.FireEffect",
// "EffectPattern" : "Eff_DropItemChip_Loot",
// "Target" : "Target",
// "FireEffectPosRot" :
// {
// "CoordsOption" : "ReferTarget",
// "TargetOption" :
// {
// "$type" : "MoleMole.ConfigPosRotReferTarget",
// "OffsetReferTarget" : "Self",
// "AttachPoint" : "MiddlePoint",
// "IsUseAttachPointPos" : true,
// "IsUseAttachPointRotation" : true
// },
// "Offset" :
// {
// "PositionOffset" : {"x":0.0, "y":0.0, "z":0.0},
// "AngleOffset" : {"x":0.0, "y":0.0, "z":0.0},
// "IsUseRotationY" : true,
// "IsUseRotationXZ" : false
// }
// }
// }
],
"AbilitySpecials":
{
"HealRatio":
{
"Value": 0
},
"HealNum":
{
"Value": 0
}
}
}