ZenlessData/Data/Level_AddSp.json
2024-12-17 20:43:14 -03:00

21 lines
396 B
JSON

{
"AbilityName": "Level_AddSp",
"AbilitySpecials": {
"AS_SPAmout": {
"Value": 40
}
},
"AbilityStacking": "Unique",
"DefaultModifier": {
"OnAdded": [
{
"$type": "ModifyProperty",
"Amount": "%AS_SPAmout",
"Percentage": 0,
"PropertyModifyFunction": "Add",
"PropertyType": "CurSP",
"Target": "Self"
}
]
}
}