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

58 lines
No EOL
1.7 KiB
JSON

{
//战斗结束后全队<color=#2BAD00>恢复15%</color>生命值,但是造成伤害<color=#CF4029>减少30%</color>。
"AbilityName": "Card_DailyUse_1000935",
"AbilityStacking": "Unique",
"DefaultModifier":
{
"ModifierStacking":"Unique",
"Properties" :
{
"Actor_AddedDamageRatio" : "%AddedDamageRatio"
}
// "OnBattleExit":
// [
// {
// "$type":"MoleMole.ApplyModifier",
// "ModifierName":"TeamHpRecover",
// "Target":"TeamAvatars"
// }
// ]
},
// "Modifiers":
// {
// "TeamHpRecover":
// {
// "OnAdded":
// [
// {
// "$type": "MoleMole.ModifyProperty",
// "Target" : "Self",
// "PropertyType": "CurHP",
// "PropertyModifyFunction": "Add",
// "Percentage": "%HpPercentage",
// "Predicates":
// [
// {
// "$type" : "MoleMole.ByAliveState",
// "Target" : "Self",
// "AliveState" : "Alive"
// }
// ]
// }
// ]
// }
// },
"AbilitySpecials" :
{
//表格参数
"AddedDamageRatio" :
{
"Value" : -0.9
}
// "HpPercentage" :
// {
// "Value" : 0.15
// }
}
}