space-game001/resources/config2/trigger_zones_uni_interior.json
2026-05-21 11:48:18 +03:00

42 lines
781 B
JSON

{
"trigger_zones": [
{
"id": "lection_hall_zone001",
"positionX": 0.0,
"positionY": 0.0,
"positionZ": 9.75898,
"radius": 1.0,
"hysteresis": 0.1,
"enabled": true
},
{
"id": "knife_dialog_zone001",
"positionX":0.83598,
"positionY": 0.0,
"positionZ": -12.3056,
"radius": 4.5,
"hysteresis": 1.5,
"enabled": true
},
{
"id": "teacher_dialog_zone001",
"positionX":-3.96016,
"positionY": 0.0,
"positionZ": 5.927,
"radius": 2.0,
"hysteresis": 0.1,
"enabled": false
},
{
"id": "book_dialog_zone001",
"positionX":-0.757994,
"positionY": 0.0,
"positionZ": 6.17516,
"radius": 2.0,
"hysteresis": 0.1,
"enabled": true
}
]
}