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

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

{
//EXSP命中敌人时获得相当于自身HP10%的护盾和击晕加成10%不可叠加持续6scd10秒
"AbilityName":"Suit_Ability_50236100",
"AbilityStacking":"Unique",
"DefaultModifier":
{
"ModifierStacking":"Unique",
"OnHitOtherPre":
[
{
"$type": "MoleMole.ApplyModifier",
"ModifierName": "HpShieldModifier",
"Predicates" :
[
{
"$type" : "MoleMole.ByAnimTagList",
"TagList" :
[
"AttackSpecial",
"ExSp"
]
},
]
},
{
"$type": "MoleMole.ApplyModifier",
"ModifierName": "AddBuff",
"Predicates" :
[
{
"$type" : "MoleMole.ByAnimTagList",
"TagList" :
[
"AttackSpecial",
"ExSp"
]
},
]
}
]
},
"Modifiers" :
{
"HpShieldModifier":
{
"ModifierStacking" : "Unique",
"Duration" : "%CDTime",
"ModifierMixins":
[
{
"$type" : "MoleMole.HpShieldMixin",
"Duration": "%TimeOfDuration", //有效时长
//护盾值
"TotalValueConfig":
{
"PropertyType": "MaxHP",
// "CustomPropertyType": "EnhanceNum",
"Percentage": "%ShieldPercent",
"Amount": 0,
},
//"RecoverPercentage": 0.1, //每秒回复百分比
//"RecoverAmount": 0, //每秒回复百分比
"Priority": 0, //扣除优先级
"IfTakeRestDamageWhenEmpty": true, //护盾值归零时是否承受剩余伤害
}
]
},
"AddBuff":
{
"ModifierStacking" : "Unique",
"Duration" : "%CDTime",
"OnAdded":
[
{
"$type": "MoleMole.ApplyModifier",
"ModifierName": "AddBuff_01",
}
]
},
"AddBuff_01":
{
"ModifierStacking" : "Unique",
"Duration" : "%TimeOfDuration",
"Properties":
{
"BreakStun_Ratio":"%BreakStunRatio",
}
}
},
"AbilitySpecials" :
{
"TimeOfDuration":
{
"Value": 6
},
"ShieldPercent":
{
"Value": 0.1
},
"BreakStunRatio":
{
"Value": 0.1
},
"CDTime":
{
"Value": 10
},
}
}