mirror of
https://git.mero.moe/dimbreath/ZenlessData.git
synced 2024-11-08 19:48:44 +08:00
115 lines
2.9 KiB
JSON
115 lines
2.9 KiB
JSON
{
|
|
"AbilityMixins": [
|
|
{
|
|
"$type": "AttachStateWithModifierSectionEditionMixin",
|
|
"ConfigList": [
|
|
{
|
|
"AnimatorStateName": "Door1OpenOutsideIdle",
|
|
"FrameCountHigh": 0,
|
|
"FrameCountLow": 0,
|
|
"IsLoop": true,
|
|
"LayerIndex": 0,
|
|
"MaxFrameCountHigh": true,
|
|
"MaxFrameCountLow": false,
|
|
"ModifierNameList": [
|
|
"Door1Modifier"
|
|
]
|
|
},
|
|
{
|
|
"AnimatorStateName": "Door1OpenInsideIdle",
|
|
"FrameCountHigh": 0,
|
|
"FrameCountLow": 0,
|
|
"IsLoop": true,
|
|
"LayerIndex": 0,
|
|
"MaxFrameCountHigh": true,
|
|
"MaxFrameCountLow": false,
|
|
"ModifierNameList": [
|
|
"Door1Modifier"
|
|
]
|
|
},
|
|
{
|
|
"AnimatorStateName": "Door2OpenOutsideIdle",
|
|
"FrameCountHigh": 0,
|
|
"FrameCountLow": 0,
|
|
"IsLoop": true,
|
|
"LayerIndex": 0,
|
|
"MaxFrameCountHigh": true,
|
|
"MaxFrameCountLow": false,
|
|
"ModifierNameList": [
|
|
"Door2Modifier"
|
|
]
|
|
},
|
|
{
|
|
"AnimatorStateName": "Door2OpenInsideIdle",
|
|
"FrameCountHigh": 0,
|
|
"FrameCountLow": 0,
|
|
"IsLoop": true,
|
|
"LayerIndex": 0,
|
|
"MaxFrameCountHigh": true,
|
|
"MaxFrameCountLow": false,
|
|
"ModifierNameList": [
|
|
"Door2Modifier"
|
|
]
|
|
},
|
|
{
|
|
"AnimatorStateName": "Close_Idle",
|
|
"FrameCountHigh": 0,
|
|
"FrameCountLow": 0,
|
|
"IsLoop": true,
|
|
"LayerIndex": 0,
|
|
"MaxFrameCountHigh": true,
|
|
"MaxFrameCountLow": false,
|
|
"ModifierNameList": [
|
|
"CloseModifier"
|
|
]
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"AbilityName": "Device_Prop_WoodenElevator_Default",
|
|
"AbilityStacking": "Unique",
|
|
"Modifiers": {
|
|
"CloserModifier": {
|
|
"Duration": -1,
|
|
"ModifierStacking": "Unique",
|
|
"OnAdded": [
|
|
{
|
|
"$type": "PopPointGameObjectControlAction",
|
|
"Tag": "Device_Prop_WoodenElevator_Door1_Open"
|
|
},
|
|
{
|
|
"$type": "PopPointGameObjectControlAction",
|
|
"Tag": "Device_Prop_WoodenElevator_Door2_Open"
|
|
}
|
|
]
|
|
},
|
|
"Door1Modifier": {
|
|
"Duration": -1,
|
|
"ModifierStacking": "Unique",
|
|
"OnAdded": [
|
|
{
|
|
"$type": "PushPointGameObjectControlAction",
|
|
"AttachPointNameList": [
|
|
"Door1"
|
|
],
|
|
"IsActive": false,
|
|
"Tag": "Device_Prop_WoodenElevator_Door1_Open"
|
|
}
|
|
]
|
|
},
|
|
"Door2Modifier": {
|
|
"Duration": -1,
|
|
"ModifierStacking": "Unique",
|
|
"OnAdded": [
|
|
{
|
|
"$type": "PushPointGameObjectControlAction",
|
|
"AttachPointNameList": [
|
|
"Door1"
|
|
],
|
|
"IsActive": false,
|
|
"Tag": "Device_Prop_WoodenElevator_Door2_Open"
|
|
}
|
|
]
|
|
}
|
|
}
|
|
} |