ZenlessData/Data/Level_AddSp.json

21 lines
396 B
JSON
Raw Permalink Normal View History

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