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

69 lines
No EOL
2.2 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
//角色位于场下时生命值会徐徐回复生命值低于10%时生效
"AbilityName":"Card_DailyUse_1000917",
"AbilityStacking":"Unique",
"DefaultModifier":
{
"OnAdded":
[
{
"$type" : "MoleMole.ApplyModifier",
"ModifierName" : "HpRecoverModifier",
"Target" : "Self"
}
]
},
"Modifiers":
{
"HpRecoverModifier":
{
"ModifierStacking": "Unique",
"Duration": -1,
"ModifierMixins" :
[
{
"$type": "MoleMole.SmoothChangePropertyMixin",
"PropertyItems" :
[
{
"PropertyType": "CurHP",
"PropertyModifyFunction": "Add",
"Percentage": "%HpPercentage",
"Amount":0, //该Mixin必须加Amount赋默认值
"Predicates":
[
{
"$type": "MoleMole.ByIsLocalAvatar",
"IsLocalAvatar": false,
"Target" : "Self"
},
{
"$type": "MoleMole.ByPlayerPropertyValue",
"Numerator": "CurHP",
"Denominator": "MaxHP",
"IsUsePercent": true,
"CompareType": "Less",
"Val1" : "%HpReserve",
"Target" : "Self"
}
]
}
]
}
]
}
},
"AbilitySpecials" :
{
//表格参数
"HpPercentage" :
{
"Value" : 0.005
},
"HpReserve" :
{
"Value" : 0.1
}
}
}