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

63 lines
1.3 KiB
JSON

{
"AbilityName": "Coop_TarotCard_1026",
"AbilitySpecials": {
"AS_RecoverRp": {
"Value": 40
},
"AS_RecoverSp": {
"Value": 40
},
"Duration": {
"Value": 5
}
},
"AbilityStacking": "Unique",
"DefaultModifier": {
"OnSkillStart": [
{
"$type": "ApplyModifier",
"ModifierName": "ExchangeToSPModifier",
"Predicates": [
{
"$type": "ByOr",
"Predicates": [
{
"$type": "ByFromSkillType",
"SkillType": "EvadeAid",
"Target": "Self"
},
{
"$type": "ByFromSkillType",
"SkillType": "ParryAid",
"Target": "Self"
}
]
}
],
"Target": "Self"
}
]
},
"Modifiers": {
"ExchangeToSPModifier": {
"Duration": "%Duration",
"ModifierStacking": "Unique",
"OnAdded": [
{
"$type": "RecoverSPAction",
"Amount": "%AS_RecoverSp",
"IgnoreRatio": false,
"Percentage": 0,
"Target": "Self"
},
{
"$type": "RecoverRpAction",
"Amount": "%AS_RecoverRp",
"IgnoreRatio": false,
"Percentage": 0,
"Target": "Self"
}
]
}
}
}