ZenlessData/Data/GamePlaySUMO_MonsterHyperShield.json

45 lines
998 B
JSON
Raw Normal View History

{
"AbilityName": "GamePlaySUMO_MonsterHyperShield",
"AbilitySpecials": {
"HpPercentage": {
"Value": 200
}
},
"AbilityStacking": "Unique",
"DefaultModifier": {
"OnAdded": [
{
"$type": "ApplyModifier",
"ModifierName": "HPShieldModifier",
"Target": "Self"
}
]
},
"Modifiers": {
"ChangeBreakStunTakeRatio": {
"Properties": {
"Actor_BreakStunTakeRatio": 99
}
},
"HPShieldModifier": {
"Duration": -1,
"ModifierMixins": [
{
"$type": "HpShieldMixin",
"Duration": -1,
"IfTakeRestDamageWhenEmpty": true,
"Priority": 0,
"RecoverAmount": 0,
"RecoverPercentage": 0,
"Tag": "MonsterHyperShield",
"TotalValueConfig": {
"Amount": 0,
"Percentage": "%HpPercentage",
"PropertyType": "MaxHP"
}
}
],
"ModifierStacking": "MultipleRefresh"
}
}
}