ZenlessData/Data/TheGun_HeatBuff_07_Enemy.json
2024-11-04 02:05:40 -03:00

27 lines
506 B
JSON

{
"AbilityName": "TheGun_HeatBuff_07_Enemy",
"AbilitySpecials": {
"BaseAttackRatio": {
"Value": 0.2
}
},
"AbilityStacking": "Unique",
"DefaultModifier": {
},
"Modifiers": {
"enemy_attup": {
"Duration": 8,
"ModifierStacking": "Replace",
"Properties": {
"Actor_BaseAttackRatio": "%BaseAttackRatio"
}
}
},
"OnAbilityTrigger": [
{
"$type": "ApplyModifier",
"ModifierName": "enemy_attup",
"Target": "Self"
}
]
}