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

39 lines
888 B
JSON

{
"AbilityName": "Coop_TarotCard_2002",
"AbilitySpecials": {
"AS_AllElementDamageBoost": {
"Value": 0,
"ValueType": "Float"
},
"AS_EnergyRegenBoost": {
"Value": 0,
"ValueType": "Float"
},
"AS_ImpactBoost": {
"Value": 0,
"ValueType": "Float"
}
},
"AbilityStacking": "Unique",
"DefaultModifier": {
"OnAdded": [
{
"$type": "ApplyModifier",
"ModifierName": "ElementalImpactRegenBuff",
"Target": "Self"
}
]
},
"Modifiers": {
"ElementalImpactRegenBuff": {
"Duration": -1,
"ModifierStacking": "Unique",
"Properties": {
"Actor_AddedDamageRatio": "%AS_AllElementDamageBoost",
"Actor_BreakStunRatio": "%AS_ImpactBoost",
"Actor_RpGetRatio": "%AS_EnergyRegenBoost",
"Actor_SPGetRatio": "%AS_EnergyRegenBoost"
}
}
}
}