ZenlessData/Data/Level_Burnice_CurrentEnhancePointMax.json
2024-09-23 09:11:37 -03:00

31 lines
739 B
JSON

{
"AbilityName": "Level_Burnice_CurrentEnhancePointMax",
"AbilityStacking": "Unique",
"DefaultModifier": {
"OnAdded": [
{
"$type": "ApplyModifier",
"ModifierName": "CurrentEnhancePointReset",
"Target": "LocalAvatar"
}
]
},
"Modifiers": {
"CurrentEnhancePointReset": {
"Duration": -1,
"IgnoreTimeScale": false,
"ModifierStacking": "Unique",
"OnAdded": [
{
"$type": "ModifyProperty",
"Amount": 1000000,
"CustomPropertyType": "Burnice_CurChargePoint",
"IsUsePercentage": false,
"Percentage": 0,
"PropertyModifyFunction": "Add",
"PropertyType": "Custom"
}
]
}
}
}