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

32 lines
695 B
JSON

{
"AbilityName": "Card_Chessboard_1001019",
"AbilitySpecials": {
"AddedDamage": {
"Value": 0
},
"AddedDamageRatio": {
"Value": 1
}
},
"AbilityStacking": "Unique",
"DefaultModifier": {
"ModifierStacking": "Unique",
"OnAdded": [
{
"$type": "SetAbilitySpecialByExpression",
"DoRefresh": true,
"Expression": "specials(AddedDamageRatio)",
"ParamName": "AddedDamage",
"ValueType": "Float"
}
],
"OnHitOther": [
{
"$type": "ModifyAttackDataAction",
"PropertyKey": "Actor_AddedDamageRatio",
"PropertyValue": "%AddedDamage",
"Target": "Self"
}
]
}
}