1
0
ZenlessData/Data/AbyssS2_GlobalBuff_16.json

49 lines
1.0 KiB
JSON
Raw Normal View History

{
"AbilityName": "AbyssS2_GlobalBuff_16",
"AbilitySpecials": {
"AS_BaseAtkRatio": {
"Value": 0.1
},
"AS_Duration": {
"Value": 20
},
"AS_HpPercentage": {
"Value": 0.2
}
},
"AbilityStacking": "Unique",
"DefaultModifier": {
"OnBeingHit": [
{
"$type": "ApplyModifier",
"ModifierName": "HPShieldModifier",
"Target": "Self"
}
],
"Properties": {
"Actor_BaseAttackRatio": "%AS_BaseAtkRatio"
}
},
"Modifiers": {
"HPShieldModifier": {
"Duration": "%AS_Duration",
"ModifierMixins": [
{
"$type": "HpShieldMixin",
"Duration": -1,
"IfTakeRestDamageWhenEmpty": true,
"Priority": 0,
"RecoverAmount": 0,
"RecoverPercentage": 0,
"Tag": "AbyssS2_GlobalBuff_16_Shield",
"TotalValueConfig": {
"Amount": 0,
"Percentage": "%AS_HpPercentage",
"PropertyType": "MaxHP"
}
}
],
"ModifierStacking": "Unique"
}
}
}