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

34 lines
679 B
JSON

{
"AbilityName": "Card_Sports_1000801",
"AbilitySpecials": {
"AddedDamageRatio": {
"Value": 1
},
"Duration": {
"Value": 5
}
},
"AbilityStacking": "Unique",
"DefaultModifier": {
"OnDodgeSuccess": [
{
"$type": "ApplyModifier",
"ModifierName": "DodgeModifier"
}
]
},
"Modifiers": {
"DodgeModifier": {
"Duration": "%Duration",
"ModifierStacking": "Unique",
"OnHitOther": [
{
"$type": "ModifyAttackDataAction",
"PropertyKey": "Actor_AddedDamageRatio",
"PropertyValue": "%AddedDamageRatio",
"Target": "Self"
}
]
}
}
}