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

83 lines
No EOL
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.

{
//完美闪避后获得相当于HP10%的护盾和sp+10%不可叠加持续6sCD6秒
"AbilityName":"Suit_Ability_50236000",
"AbilityStacking":"Unique",
"DefaultModifier":
{
"ModifierStacking":"Unique",
"OnDodgeSuccess":
[
{
"$type": "MoleMole.ApplyModifier",
"ModifierName": "HpShieldModifier"
}
]
},
"Modifiers" :
{
"HpShieldModifier":
{
"ModifierStacking" : "Unique",
"Duration" : "%TimeOfDuration",
"Properties":
{
"Actor_SPGetRatio":"%SPGetRatio"
},
"ModifierMixins":
[
{
"$type" : "MoleMole.HpShieldMixin",
"Duration": "%TimeOfDuration", //有效时长
//护盾值
"TotalValueConfig":
{
"PropertyType": "MaxHP",
// "CustomPropertyType": "EnhanceNum",
"Percentage": "%ShieldPercent",
"Amount": 0,
},
//"RecoverPercentage": 0.1, //每秒回复百分比
//"RecoverAmount": 0, //每秒回复百分比
"Priority": 0, //扣除优先级
"IfTakeRestDamageWhenEmpty": true, //护盾值归零时是否承受剩余伤害
}
]
}
},
"AbilitySpecials" :
{
"TimeOfDuration":
{
"Value": 6
},
"ShieldPercent":
{
"Value": 0.1
},
"SPGetRatio":
{
"Value": 0.1
},
}
}