1
0
ZenlessData/Data/JsonBytes/NewAbility/TarotCardAbility/Card_DailyUse_1000919.json
2025-04-22 20:22:46 -03:00

26 lines
552 B
JSON

{
"AbilityName": "Card_DailyUse_1000919",
"AbilitySpecials": {
"DamageTakeRatio": {
"Value": -0.25
}
},
"AbilityStacking": "Unique",
"DefaultModifier": {
"OnBeingHitPre": [
{
"$type": "ModifyAttackDataAction",
"Predicates": [
{
"$type": "ByAvatarCount",
"CompareType": "Equal",
"CompareValue": 1
}
],
"PropertyKey": "Actor_DamageTakeRatio",
"PropertyValue": "%DamageTakeRatio",
"Target": "Self"
}
]
}
}