ZenlessData/Data/TheGun_HeatBuff_02.json

34 lines
711 B
JSON
Raw Normal View History

{
"AbilityName": "TheGun_HeatBuff_02",
"AbilitySpecials": {
"AS_AddedDamageRatio": {
"Value": 1
},
"AS_DamageDuration": {
"Value": 10
}
},
"AbilityStacking": "Unique",
"DefaultModifier": {
"OnDodgeSuccess": [
{
"$type": "ModifySideScrollingCoAttackCDTime",
"TimeDelta": -1
},
{
"$type": "ApplyModifier",
"ModifierName": "HeatBuff_02_DamageUp",
"Target": "PartnerAvatars"
}
]
},
"Modifiers": {
"HeatBuff_02_DamageUp": {
"Duration": "%AS_DamageDuration",
"ModifierStacking": "Unique",
"Properties": {
"Actor_AddedDamageRatio": "%AS_AddedDamageRatio"
}
}
}
}