mirror of
https://git.mero.moe/dimbreath/ZenlessData.git
synced 2024-11-08 19:48:44 +08:00
31 lines
739 B
JSON
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"
|
||
|
}
|
||
|
]
|
||
|
}
|
||
|
}
|
||
|
}
|