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

32 lines
708 B
JSON

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