31 lines
734 B
JSON
31 lines
734 B
JSON
{
|
|
"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"
|
|
}
|
|
]
|
|
}
|
|
}
|
|
} |