1
0
ZenlessData/Data/Abyss_BossFight07_Buff_02.json
2025-03-11 21:10:23 -03:00

120 lines
2.9 KiB
JSON

{
"AbilityMixins": [
{
"$type": "ActionsOnPropertyChangeMixin",
"PropertyActions": [
{
"InstantPropertyChangeActions": [
{
"$type": "RemoveModifier",
"ModifierName": "AvatarBuff_BossFight07_02_AtkBuff",
"Predicates": [
{
"$type": "ByAbilitySpecial",
"CompareType": "Less",
"Param": 0,
"ParamName": "AS_CurHP_Change",
"ParamType": "Float"
}
],
"StackCount": 99,
"Target": "Self"
}
],
"IsSaveToSpecial": true,
"IsUsePercentage": false,
"NameSaveToSpecial": "AS_CurHP_Change",
"NameSaveToSpecialPotential": "AS_CurHP_Change",
"PropertyType": "CurHP"
}
]
}
],
"AbilityName": "Abyss_BossFight07_Buff_02",
"AbilitySpecials": {
"AS_AddedStunRatio": {
"Value": 0.25
},
"AS_BaseAtkRatio": {
"Value": 0.2
},
"AS_BaseAtkRatio_Max": {
"Value": 0.2
},
"AS_CastHpShieldGetRatio": {
"Value": 0.4
},
"AS_CurHP_Change": {
"Value": 0
},
"AS_InitialAtkRatio": {
"Value": 0.2
}
},
"AbilityStacking": "Unique",
"DefaultModifier": {
"ModifierStacking": "Unique",
"OnAdded": [
{
"$type": "ApplyModifier",
"ModifierName": "AvatarBuff_BossFight07_02_Buff",
"Target": "Self"
}
],
"OnBattleEnter": [
{
"$type": "ApplyModifier",
"ModifierName": "AvatarBuff_BossFight07_02_ControlModifier",
"Target": "Self"
}
],
"OnBattleExit": [
{
"$type": "RemoveModifier",
"ModifierName": "AvatarBuff_BossFight07_02_ControlModifier",
"Target": "Self"
}
]
},
"Modifiers": {
"AvatarBuff_BossFight07_02_AtkBuff": {
"Buff": {
"BuffID": 3400721,
"IsOverrideDuration": true
},
"Duration": -1,
"MaxStackingNumber": 10,
"ModifierStacking": "MultipleRefresh",
"Properties": {
"Actor_BaseAttackRatio": "%AS_BaseAtkRatio"
}
},
"AvatarBuff_BossFight07_02_Buff": {
"Duration": -1,
"ModifierStacking": "Unique",
"Properties": {
"Actor_AddedBreakStunRatio": "%AS_AddedStunRatio",
"Actor_BaseAttackRatio": "%AS_InitialAtkRatio",
"Actor_CastHpShieldGetRatio": "%AS_CastHpShieldGetRatio"
}
},
"AvatarBuff_BossFight07_02_ControlModifier": {
"Duration": -1,
"ModifierStacking": "Refresh",
"OnThinkInterval": [
{
"$type": "ApplyModifier",
"ModifierName": "AvatarBuff_BossFight07_02_AtkBuff",
"Predicates": [
{
"$type": "ByIsLocalAvatar",
"IsLocalAvatar": true,
"Target": "Self"
}
]
}
],
"ThinkInterval": 1
}
}
}