ZenlessData/Data/AbyssS2_Heat_05.json
2024-12-17 20:43:14 -03:00

59 lines
1.4 KiB
JSON

{
"AbilityName": "AbyssS2_Heat_05",
"AbilitySpecials": {
"HpPercentage": {
"Value": 1
},
"RBLOffset": {
"Value": 2
}
},
"AbilityStacking": "Unique",
"DefaultModifier": {
"ModifierStacking": "Unique",
"OnAdded": [
{
"$type": "ApplyModifier",
"ModifierName": "HPShieldModifier",
"Target": "Self"
}
]
},
"Modifiers": {
"HPShieldModifier": {
"Duration": -1,
"ModifierMixins": [
{
"$type": "HpShieldMixin",
"AddedActions": [
{
"$type": "SetRBLOffsetAction",
"RBLOffset": "%RBLOffset",
"Tag": "Demonize_Demote_ResistBreakLevelUp",
"Target": "Self"
}
],
"Duration": -1,
"EmptyActions": [
{
"$type": "UnsetRBLOffsetAction",
"Tag": "Demonize_Demote_ResistBreakLevelUp",
"Target": "Self"
}
],
"IfTakeRestDamageWhenEmpty": true,
"Priority": 0,
"RecoverAmount": 0,
"RecoverPercentage": 0,
"Tag": "MonsterHyperShield",
"TotalValueConfig": {
"Amount": 0,
"Percentage": "%HpPercentage",
"PropertyType": "MaxHP"
}
}
],
"ModifierStacking": "Unique"
}
}
}