ZenlessData/Data/Prologue_ACT1_DecreaseSP.json

20 lines
369 B
JSON
Raw Permalink Normal View History

{
"AbilityName": "Prologue_ACT1_DecreaseSP",
"AbilitySpecials": {
"SPReduce": {
"Value": 5
}
},
"AbilityStacking": "Unique",
"DefaultModifier": {
"ModifierStacking": "Unique",
"OnHitOther": [
{
"$type": "DecreaseSPAction",
"Amount": "%SPReduce",
"Percentage": 0,
"Target": "Self"
}
]
}
}