vivian-rs/assets/LevelProcess/Hollow/Chessboard/Chessboard_10104.json
2025-05-19 18:11:03 +03:00

70 lines
1.7 KiB
JSON

// Experimental 'Debug Menu' chessboard
{
"ID": 10104,
"DefaultPlayerPos": { "X": 0, "Y": 0 },
"DefaultSectionIndex": 0,
"Sections": [
{
"Grids": [
{
"Position": {
"X": 0,
"Y": 0
},
"NodeState": "ShowEvent",
"NodeVisible": "Visible",
"GridLinks": [
"Right"
],
"GridFlags": [
"CanMove",
"Travelled",
"ShowEventType",
"ShowEventId",
"CanTriggerEvent",
"Visible",
"CanTriggerMultiTimes"
]
},
{
"Position": {
"X": 1,
"Y": 0
},
"NodeState": "ShowEvent",
"NodeVisible": "Visible",
"GridLinks": [
"Left",
"Right"
],
"GridFlags": [
"CanMove",
"CanTriggerEvent",
"Visible",
"CanTriggerMultiTimes",
"ShowEventType",
"ShowEventId"
]
}
],
"Events": [
{
"OwnedBy": { "$type": "Share.CEventOwnerGlobal" },
"EventID": 1003,
"Priority": 1000
},
{
"OwnedBy": {
"$type": "Share.CEventOwnerGrid",
"Position": {
"X": 1,
"Y": 0
}
},
"EventID": 1010408,
"Priority": 1000
}
]
}
]
}