1
0
ZenlessData/Data/_unsorted/Coop_TarotCard_2001.json
2025-12-30 00:30:43 +01:00

43 lines
967 B
JSON

{
"AbilityName": "Coop_TarotCard_2001",
"AbilitySpecials": {
"AS_AllElementDamageBoost": {
"Value": 0,
"ValueType": "Float"
},
"AS_AttackBoost": {
"Value": 0,
"ValueType": "Float"
},
"AS_DamageReduction": {
"Value": 0,
"ValueType": "Float"
},
"AS_PenetrationBoost": {
"Value": 0,
"ValueType": "Float"
}
},
"AbilityStacking": "Unique",
"DefaultModifier": {
"OnAdded": [
{
"$type": "ApplyModifier",
"ModifierName": "AllPropertiesBuff",
"Target": "Self"
}
]
},
"Modifiers": {
"AllPropertiesBuff": {
"Duration": -1,
"ModifierStacking": "Unique",
"Properties": {
"Actor_AddedDamageRatio": "%AS_AllElementDamageBoost",
"Actor_BaseAttackRatio": "%AS_AttackBoost",
"Actor_DamageTakeRatio": "%AS_DamageReduction",
"Actor_SkipDefAttackDelta": "%AS_PenetrationBoost"
}
}
}
}