1
0
ZenlessData/Data/Level_Evelyn_CurrentEnhancePointSetQuest2.json
2025-01-21 21:25:26 -03:00

49 lines
1.3 KiB
JSON

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