ZenlessData/Data/Card_Sports_2010801.json
2024-08-13 22:59:23 -03:00

47 lines
1008 B
JSON

{
"AbilityName": "Card_Sports_2010801",
"AbilitySpecials": {
"AS_AddedDamageRatio": {
"Value": 0.3
},
"AS_BuffStackNum": {
"Value": 1
},
"Duration": {
"Value": 15
}
},
"AbilityStacking": "Unique",
"DefaultModifier": {
"OnAdded": [
{
"$type": "ApplyAbilityAction",
"AbilityName": "Card_Sports_2000800",
"IsAutoTrigger": false,
"Target": "Self"
}
],
"OnDodgeSuccess": [
{
"$type": "TriggerAbilityAction",
"AbilityName": "Card_Sports_2000800",
"Target": "TeamAvatars"
},
{
"$type": "ApplyModifier",
"ModifierName": "DamageUpModifier_Card_2010801",
"Target": "TeamAvatars"
}
]
},
"Modifiers": {
"DamageUpModifier_Card_2010801": {
"Duration": "%Duration",
"IsUnique": true,
"ModifierStacking": "Replace",
"Properties": {
"Actor_AddedDamageRatio": "%AS_AddedDamageRatio"
}
}
}
}