ZenlessData/Data/Curse_ReduceSP_Evade.json
2024-08-13 22:59:23 -03:00

27 lines
529 B
JSON

{
"AbilityName": "Curse_ReduceSP_Evade",
"AbilitySpecials": {
"SPReduce": {
"Value": 5
}
},
"AbilityStacking": "Unique",
"DefaultModifier": {
"ModifierStacking": "Unique",
"OnSkillStart": [
{
"$type": "DecreaseSPAction",
"Amount": "%SPReduce",
"Percentage": 0,
"Predicates": [
{
"$type": "ByFromSkillType",
"SkillType": "Evade",
"Target": "Self"
}
],
"Target": "Self"
}
]
}
}