ZenlessData/Data/Level_JaneDoe_CurrentEnhancePointMax.json

31 lines
734 B
JSON
Raw Normal View History

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