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

57 lines
No EOL
1.6 KiB
JSON

{
//当前出战角色被击杀时,其他角色生命值完全恢复
"AbilityName":"Card_DailyUse_1000920",
"AbilityStacking":"Unique",
"DefaultModifier":
{
"OnKilledPre":
[
{
"$type":"MoleMole.ApplyModifier",
"ModifierName":"TeamHpRecover",
"Target":"TeamAvatars",
"Predicates":
[
{
"$type" : "MoleMole.ByIsLocalAvatar",
"Target" : "Self",
"IsLocalAvatar" : true
}
]
}
]
},
"Modifiers":
{
"TeamHpRecover":
{
"OnAdded":
[
{
"$type": "MoleMole.ModifyProperty",
"Target" : "Self",
"PropertyType": "CurHP",
"PropertyModifyFunction": "Add",
"Percentage": "%HpPercentage",
"Predicates":
[
{
"$type" : "MoleMole.ByAliveState",
"Target" : "Self",
"AliveState" : "Alive"
}
]
}
]
}
},
"AbilitySpecials" :
{
//表格参数
"HpPercentage" :
{
"Value" : 1
}
}
}