1
0
ZenlessData/Data/Device_Prop_BangbooPlatformerIndicatorLight_Idle.json

95 lines
2.3 KiB
JSON
Raw Normal View History

{
"AbilityMixins": [
{
"$type": "AttachStateWithModifierMixin",
"ConfigList": [
{
"AnimatorStateName": "Birth",
"FrameCountHigh": 0,
"FrameCountLow": 0,
"IsLoop": false,
"LayerIndex": 0,
"MaxFrameCountHigh": true,
"MaxFrameCountLow": false,
"ModifierNameList": [
"RedModifier"
]
},
{
"AnimatorStateName": "Start",
"FrameCountHigh": 0,
"FrameCountLow": 0,
"IsLoop": false,
"LayerIndex": 0,
"MaxFrameCountHigh": true,
"MaxFrameCountLow": false,
"ModifierNameList": [
"SwitchModifier"
]
}
]
}
],
"AbilityName": "Device_Prop_BangbooPlatformerIndicatorLight_Idle",
"AbilityStacking": "Unique",
"Modifiers": {
"ChangeModifier": {
"Duration": -1,
"ModifierStacking": "Unique",
"OnAdded": [
{
"$type": "AttachEffect",
"AttachPointName": "Effect",
"EffectPattern": "Eff_Device_Prop_BangbooPlatformerIndicatorLight_01_Start",
"Target": "Self"
}
]
},
"RedModifier": {
"Duration": -1,
"ModifierStacking": "Unique",
"OnAdded": [
{
"$type": "AttachEffect",
"AttachPointName": "Effect",
"EffectPattern": "Eff_Device_Prop_BangbooPlatformerIndicatorLight_01_Light",
"Target": "Self"
}
]
},
"SwitchModifier": {
"DelayHandlers": [
{
"DelayTime": 2.8,
"TimeUpActions": [
{
"$type": "AttachEffect",
"AttachPointName": "Effect",
"EffectPattern": "Eff_Device_Prop_BangbooPlatformerIndicatorLight_02_Light",
"Target": "Self"
},
{
"$type": "RemoveModifier",
"ModifierName": "ChangeModifier",
"Target": "Self"
}
]
}
],
"Duration": -1,
"ModifierStacking": "Unique",
"OnAdded": [
{
"$type": "ApplyModifier",
"ModifierName": "ChangeModifier",
"Target": "Self"
},
{
"$type": "RemoveModifier",
"ModifierName": "RedModifier",
"Target": "Self"
}
]
}
}
}