ZenlessData/Data/Curse_ReduceSP_Evade.json

27 lines
529 B
JSON
Raw Normal View History

{
"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"
}
]
}
}