ZenlessData/Data/Level_AddHeal.json

80 lines
1.7 KiB
JSON
Raw Permalink Normal View History

{
"AbilityName": "Level_AddHeal",
"AbilitySpecials": {
"HealNum_01": {
"Value": 0
},
"HealNum_02": {
"Value": 0
},
"HealNum_03": {
"Value": 0
},
"HealRatio_01": {
"Value": 0
},
"HealRatio_02": {
"Value": 0
},
"HealRatio_03": {
"Value": 0
}
},
"Modifiers": {
"HealSpModifier": {
"Duration": 1,
"ModifierStacking": "MultipleRefresh",
"OnAdded": [
{
"$type": "RecoverSPAction",
"Amount": "%HealNum_01",
"IgnoreRatio": false,
"Percentage": "%HealRatio_01",
"Predicates": [
{
"$type": "ByAvatarTeamIndex",
"Target": "Self",
"TeamIndex": 1
}
],
"Target": "Self"
},
{
"$type": "RecoverSPAction",
"Amount": "%HealNum_02",
"IgnoreRatio": false,
"Percentage": "%HealRatio_02",
"Predicates": [
{
"$type": "ByAvatarTeamIndex",
"Target": "Self",
"TeamIndex": 2
}
],
"Target": "Self"
},
{
"$type": "RecoverSPAction",
"Amount": "%HealNum_03",
"IgnoreRatio": false,
"Percentage": "%HealRatio_03",
"Predicates": [
{
"$type": "ByAvatarTeamIndex",
"Target": "Self",
"TeamIndex": 3
}
],
"Target": "Self"
}
]
}
},
"OnAbilityStart": [
{
"$type": "ApplyModifier",
"ModifierName": "HealSpModifier",
"Target": "TeamAvatars"
}
]
}