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

32 lines
681 B
JSON

{
"AbilityName": "Card_DailyUse_1000904",
"AbilitySpecials": {
"AddedDamageRatio": {
"Value": 0.2
},
"TargetNum": {
"Value": 3
}
},
"AbilityStacking": "Unique",
"DefaultModifier": {
"OnHitOther": [
{
"$type": "ModifyAttackDataAction",
"Predicates": [
{
"$type": "ByEnemyCount",
"CompareType": "LessEqual",
"CompareValue": "%TargetNum",
"EnemyFunctionType": [
"Monster"
]
}
],
"PropertyKey": "Actor_AddedDamageRatio",
"PropertyValue": "%AddedDamageRatio",
"Target": "Self"
}
]
}
}