mirror of
https://gitlab.com/Dimbreath/turnbasedgamedata.git
synced 2026-03-05 15:55:55 +08:00
63 lines
1.1 KiB
JSON
63 lines
1.1 KiB
JSON
{
|
|
"States": [
|
|
{
|
|
"State": "BridgeState1",
|
|
"AnimName": "South"
|
|
},
|
|
{
|
|
"State": "BridgeState2",
|
|
"AnimName": "West"
|
|
},
|
|
{
|
|
"State": "BridgeState3",
|
|
"AnimName": "North"
|
|
},
|
|
{
|
|
"State": "BridgeState4",
|
|
"AnimName": "East"
|
|
}
|
|
],
|
|
"DisableAnimEventLayers": [
|
|
"Dissolve Layer"
|
|
],
|
|
"AnimatorStateGroupEvents": [
|
|
{
|
|
"States": [
|
|
{
|
|
"Name": "SouthToWest"
|
|
},
|
|
{
|
|
"Name": "WestToSouth"
|
|
},
|
|
{
|
|
"Name": "NorthToWest"
|
|
},
|
|
{
|
|
"Name": "WestToNorth"
|
|
},
|
|
{
|
|
"Name": "EastToNorth"
|
|
},
|
|
{
|
|
"Name": "NorthToEast"
|
|
},
|
|
{
|
|
"Name": "SouthToEast"
|
|
},
|
|
{
|
|
"Name": "EastToSouth"
|
|
}
|
|
],
|
|
"OnEnter": [
|
|
{
|
|
"$type": "RPG.GameCore.TriggerSound",
|
|
"SoundName": {
|
|
"Value": "Ev_sfx_common_rotate_bridge"
|
|
}
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"LodTemplate": "Prop_Huge",
|
|
"DefaultLevelGraphPath": "Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_RotateBridge_State.json"
|
|
} |