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

37 lines
821 B
JSON

{
"AbilityName": "Coop_TarotCard_1028",
"AbilitySpecials": {
"AS_RecoverFever": {
"Value": 0.2
}
},
"AbilityStacking": "Unique",
"DefaultModifier": {
"OnSkillStart": [
{
"$type": "RecoverIndividualFeverAction",
"Amount": "%AS_RecoverFever",
"IgnoreRatio": false,
"Percentage": 0,
"Predicates": [
{
"$type": "ByOr",
"Predicates": [
{
"$type": "ByFromSkillType",
"SkillType": "EvadeAid",
"Target": "Self"
},
{
"$type": "ByFromSkillType",
"SkillType": "ParryAid",
"Target": "Self"
}
]
}
],
"Target": "Self"
}
]
}
}