ZenlessData/Data/GamePlay_EliteShield.json
2024-09-23 09:11:37 -03:00

58 lines
1.3 KiB
JSON

{
"AbilityName": "GamePlay_EliteShield",
"AbilitySpecials": {
"HpPercentage": {
"Value": 100
}
},
"AbilityStacking": "Unique",
"DefaultModifier": {
"OnAdded": [
{
"$type": "ApplyModifier",
"ModifierName": "HPShieldModifier",
"Target": "Self"
},
{
"$type": "ApplyModifier",
"ModifierName": "ChangeBreakStunTakeRatio",
"Target": "Self"
}
]
},
"Modifiers": {
"ChangeBreakStunTakeRatio": {
"Properties": {
"Actor_BreakStunTakeRatio": -999
}
},
"HPShieldModifier": {
"Duration": -1,
"ModifierMixins": [
{
"$type": "HpShieldMixin",
"Duration": -1,
"IfTakeRestDamageWhenEmpty": true,
"Priority": 0,
"RecoverAmount": 0,
"RecoverPercentage": 0,
"Tag": "FollowerHyperShield",
"TotalValueConfig": {
"Amount": 0,
"Percentage": "%HpPercentage",
"PropertyType": "MaxHP"
}
}
],
"ModifierStacking": "MultipleRefresh"
},
"StunBuffModifier": {
"Buff": {
"BuffID": 101002,
"IsOverrideDuration": true
},
"Duration": -1,
"ModifierStacking": "Unique"
}
}
}