ZenlessData/Data/LevelItem_OneTime.json

38 lines
847 B
JSON
Raw Permalink Normal View History

{
"AbilityMixins": [
{
"$type": "AttachStateWithModifierSectionEditionMixin",
"ConfigList": [
{
"AnimatorStateName": "Death",
"FrameCountHigh": 0,
"FrameCountLow": 0,
"IsLoop": false,
"LayerIndex": 0,
"MaxFrameCountHigh": true,
"MaxFrameCountLow": false,
"ModifierNameList": [
"TurnoffModifier"
]
}
]
}
],
"AbilityName": "LevelItem_OneTime",
"AbilityStacking": "Unique",
"Modifiers": {
"TurnoffModifier": {
"Duration": -1,
"ModifierStacking": "Unique",
"OnAdded": [
{
"$type": "SetAnimCtrlerParamAction",
"BoolVal": false,
"ParamName": "Bool_Active",
"ParamType": 2,
"Target": "Self"
}
]
}
}
}