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