mirror of
https://git.mero.moe/dimbreath/ZenlessData.git
synced 2024-11-09 03:58:45 +08:00
20 lines
369 B
JSON
20 lines
369 B
JSON
{
|
|
"AbilityName": "Prologue_ACT1_DecreaseSP",
|
|
"AbilitySpecials": {
|
|
"SPReduce": {
|
|
"Value": 5
|
|
}
|
|
},
|
|
"AbilityStacking": "Unique",
|
|
"DefaultModifier": {
|
|
"ModifierStacking": "Unique",
|
|
"OnHitOther": [
|
|
{
|
|
"$type": "DecreaseSPAction",
|
|
"Amount": "%SPReduce",
|
|
"Percentage": 0,
|
|
"Target": "Self"
|
|
}
|
|
]
|
|
}
|
|
} |