mirror of
https://git.mero.moe/dimbreath/ZenlessData.git
synced 2024-11-08 19:48:44 +08:00
27 lines
506 B
JSON
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"
|
|
}
|
|
]
|
|
} |