{
  "formatVersion": 2,
  "type": "adventure-level",
  "level": {
    "name": "Space Game ",
    "description": "",
    "type": "overworld",
    "gridSize": 40,
    "groundColor": "#2a5a2a",
    "music": "./audio/space.mp3",
    "weather": "clear",
    "allowDecoOverlap": true,
    "ambientColor": "#606080",
    "ambientIntensity": 1.45,
    "hemiSkyColor": "#87ceeb",
    "hemiGroundColor": "#362907",
    "hemiIntensity": 0.4,
    "dirColor": "#fff4e0",
    "dirIntensity": 1.8,
    "shadowEnabled": true,
    "toneMappingExposure": 0.8,
    "useDayNightCycle": false,
    "sunEnabled": true,
    "fixedTimeOfDay": 8,
    "cameraType": "perspective",
    "cameraFov": 50,
    "uiTheme": "light",
    "skyboxType": "equirect",
    "skyboxColor": "#87ceeb",
    "skyboxImage": "./images/skybox/skybox-stars1.jpg",
    "skyboxStars": true,
    "skyboxRotationY": 0,
    "showGround": false,
    "showGrid": false,
    "compassEnabled": false,
    "compassPosition": "top-right",
    "compassScale": 1,
    "compassImage": "",
    "compassNorthEdge": "top",
    "minimapEnabled": false,
    "minimapPosition": "bottom-right",
    "minimapScale": 1,
    "minimapImage": "",
    "minimapSize": 150,
    "fogNear": 0.15,
    "fogFar": 0.6,
    "weatherIntensity": 1,
    "lockRotation": false,
    "lockPan": true,
    "lockZoom": true
  },
  "sceneConfig": {
    "groundColor": "#2a5a2a"
  },
  "gameTime": 28800,
  "gameDay": 1,
  "timeSpeed": 60,
  "mainCamera": {
    "position": [
      -9.269668843241517,
      6.875570008148631,
      -10.606368525576569
    ],
    "target": [
      -6.188982546123591,
      0.10273160825377632,
      0.1994546795435541
    ],
    "fov": 50,
    "type": "perspective"
  },
  "cameras": [],
  "playerControllers": [
    {
      "configId": "player_space-ranger",
      "position": [
        -6.474,
        0.022128611844785234,
        -0.4
      ],
      "rotation": [
        0,
        0.3490658503988659,
        0
      ],
      "controlType": "both",
      "moveSpeed": 1.5,
      "runSpeed": 2.5,
      "rotateSpeed": 3,
      "clickMoveSpeed": 3,
      "keyBindings": {
        "forward": {
          "key": "W",
          "anim": "Idle_03",
          "desc": "Walk Forward"
        },
        "backward": {
          "key": "S",
          "anim": "Idle_02",
          "desc": "Walk Backward"
        },
        "left": {
          "key": "A",
          "anim": "",
          "desc": "Rotate Left"
        },
        "right": {
          "key": "D",
          "anim": "",
          "desc": "Rotate Right"
        },
        "run": {
          "key": "Shift",
          "anim": "Casual_Walk",
          "desc": "Run (hold)"
        },
        "idle": {
          "key": "",
          "anim": "Running",
          "desc": "Idle"
        },
        "clickmove": {
          "key": "",
          "anim": "Casual_Walk",
          "desc": "Click-to-Move"
        },
        "action1": {
          "key": "1",
          "anim": "",
          "desc": "Action 1"
        },
        "action2": {
          "key": "2",
          "anim": "",
          "desc": "Action 2"
        },
        "action3": {
          "key": "3",
          "anim": "",
          "desc": "Action 3"
        },
        "action4": {
          "key": "4",
          "anim": "",
          "desc": "Action 4"
        }
      },
      "cameraFollow": true,
      "cameraDistance": 8,
      "cameraHeight": 6
    }
  ],
  "items": [
    {
      "configId": "scene_moon",
      "category": "scenes",
      "gridCells": [
        [
          14,
          23
        ]
      ],
      "rotationDeg": 0,
      "properties": {
        "walkOnSurface": true,
        "colliderEnabled": false,
        "colliderTarget": "any",
        "colliderTargetId": "",
        "colliderTargetCategory": "player",
        "colliderRadius": 1,
        "colliderActions": [
          {
            "type": "nothing",
            "delay": 0
          }
        ],
        "colliderBodyMode": "solid",
        "colliderSolid": true,
        "colliderFaceTarget": false,
        "colliderOffsetY": 0,
        "colliderActionSets": [],
        "onClickActions": [],
        "attachedScripts": [],
        "locked": true
      },
      "worldPos": [
        -5.5,
        0.1,
        3.5
      ],
      "objectId": "scenes_1",
      "transformAdj": {
        "posOffset": [
          0,
          0.1,
          0
        ],
        "rotOffset": [
          -180,
          -6,
          -180
        ],
        "scaleOffset": [
          1,
          1,
          1
        ]
      }
    },
    {
      "configId": "player_space-ranger",
      "category": "player",
      "gridCells": [
        [
          13,
          19
        ]
      ],
      "rotationDeg": 0,
      "properties": {
        "controlType": "both",
        "moveSpeed": 1.5,
        "runSpeed": 2.5,
        "rotateSpeed": 3,
        "clickMoveSpeed": 3,
        "keyBindings": {
          "forward": {
            "key": "W",
            "anim": "Idle_03",
            "desc": "Walk Forward"
          },
          "backward": {
            "key": "S",
            "anim": "Idle_02",
            "desc": "Walk Backward"
          },
          "left": {
            "key": "A",
            "anim": "",
            "desc": "Rotate Left"
          },
          "right": {
            "key": "D",
            "anim": "",
            "desc": "Rotate Right"
          },
          "run": {
            "key": "Shift",
            "anim": "Casual_Walk",
            "desc": "Run (hold)"
          },
          "idle": {
            "key": "",
            "anim": "Running",
            "desc": "Idle"
          },
          "clickmove": {
            "key": "",
            "anim": "Casual_Walk",
            "desc": "Click-to-Move"
          },
          "action1": {
            "key": "1",
            "anim": "",
            "desc": "Action 1"
          },
          "action2": {
            "key": "2",
            "anim": "",
            "desc": "Action 2"
          },
          "action3": {
            "key": "3",
            "anim": "",
            "desc": "Action 3"
          },
          "action4": {
            "key": "4",
            "anim": "",
            "desc": "Action 4"
          }
        },
        "cameraFollow": true,
        "cameraDistance": 8,
        "cameraHeight": 6,
        "walkOnSurface": false,
        "defaultAnimation": "Running",
        "walkOnSurfaces": true,
        "indicatorType": "plumbob_circle",
        "cameraFollowMode": "behind",
        "cameraPitch": -4,
        "cameraLockOrbit": true,
        "cameraTargetOffsetY": 1,
        "boundaryPoly": [
          [
            -19.03,
            6.67
          ],
          [
            -16.5,
            10.69
          ],
          [
            -12.4,
            14.26
          ],
          [
            -5.55,
            16.55
          ],
          [
            -5.17,
            13.55
          ],
          [
            -2.98,
            12.01
          ],
          [
            -1.04,
            9.98
          ],
          [
            -0.19,
            8.76
          ],
          [
            2.71,
            8.25
          ],
          [
            0.38,
            7.21
          ],
          [
            -0.39,
            4.56
          ],
          [
            -0.12,
            1.74
          ],
          [
            0.43,
            1.26
          ],
          [
            5.8,
            0.89
          ],
          [
            6.95,
            -4.3
          ],
          [
            6.21,
            -9.33
          ],
          [
            0.48,
            -12.19
          ],
          [
            -9.91,
            -14.44
          ],
          [
            -13.83,
            -11.65
          ],
          [
            -13.1,
            -9.98
          ],
          [
            -15.7,
            -9.17
          ],
          [
            -19.26,
            -6.93
          ]
        ],
        "colliderEnabled": true,
        "colliderTarget": "any",
        "colliderTargetId": "",
        "colliderTargetCategory": "player",
        "colliderRadius": 1,
        "colliderActions": [
          {
            "type": "nothing",
            "delay": 0
          }
        ],
        "colliderBodyMode": "solid",
        "colliderSolid": true,
        "colliderFaceTarget": false,
        "colliderOffsetY": 0,
        "colliderActionSets": [],
        "onClickActions": [],
        "attachedScripts": [],
        "locked": false,
        "cameraOffsetX": 2.2
      },
      "worldPos": [
        -6.474,
        0.022,
        -0.4
      ],
      "objectId": "player_1",
      "transformAdj": {
        "posOffset": [
          0.026,
          0.6,
          0.1
        ],
        "rotOffset": [
          0,
          20,
          0
        ],
        "scaleOffset": [
          1.1,
          1.1,
          1.1
        ]
      }
    },
    {
      "configId": "npc_space_girl",
      "category": "npc",
      "gridCells": [
        [
          4,
          11
        ]
      ],
      "rotationDeg": 0,
      "properties": {
        "npcName": "Villager",
        "dialog": [
          "Hello there, traveler!",
          "Nice weather today."
        ],
        "questGiver": false,
        "questId": "",
        "wanderRadius": 2,
        "schedule": "idle",
        "walkOnSurface": false,
        "defaultAnimation": "Walking",
        "behavior": "idle",
        "idleAnim": "",
        "walkAnim": "",
        "moveSpeed": 1.5,
        "waypoints": [],
        "patrolMode": "loop",
        "walkOnSurfaces": true,
        "colliderEnabled": true,
        "colliderTarget": "category",
        "colliderTargetId": "",
        "colliderTargetCategory": "player",
        "colliderRadius": 1,
        "colliderActions": [
          {
            "type": "audio",
            "delay": 0,
            "htmlContent": "<iframe src=\"../../matematik/\" title=\"Description of embedded content\" width=\"600\" height=\"400\">\n  <!-- Fallback content for browsers that do not support iframes -->",
            "htmlMode": "popup",
            "htmlBgColor": "#f0f4ff",
            "htmlTextColor": "#000000",
            "audioSrc": "./audio/space/doc1.mp3"
          },
          {
            "type": "dialog",
            "delay": 0,
            "dialogText": "<h3>Kapten Johan, sila jawab soalan dibawah;</h3>\n<iframe src=\"../matematik/\" title=\"Description of embedded content\" width=\"100%\" height=\"400\" style=\"border:none;\">\n  <!-- Fallback content for browsers that do not support iframes -->\n  <p>Your browser does not support iframes. You can view the content <a href=\"https://www.example.com\">here</a>.</p>\n</iframe>",
            "dialogMode": "3d",
            "dialogOffsetX": 0,
            "dialogOffsetY": 2,
            "dialogOffsetZ": 0,
            "dialogBgColor": "#ffffff",
            "dialogTextColor": "#000000",
            "dialogSpeaker": "Dr. Raihana",
            "dialogDuration": 8000
          },
          {
            "type": "showHTML",
            "delay": 9000,
            "htmlContent": "<h3>Kapten Johan, sila jawab soalan dibawah;</h3>\n<iframe src=\"../../matematik/\" title=\"Description of embedded content\" width=\"100%\" height=\"400\" style=\"border:none;\">\n  <!-- Fallback content for browsers that do not support iframes -->\n  <p>Your browser does not support iframes. You can view the content <a href=\"https://www.example.com\">here</a>.</p>\n</iframe>",
            "htmlMode": "popup",
            "htmlBgColor": "#f0f4ff",
            "htmlTextColor": "#000000"
          }
        ],
        "colliderBodyMode": "solid",
        "colliderSolid": true,
        "colliderFaceTarget": true,
        "colliderOffsetY": 0,
        "colliderActionSets": [],
        "onClickActions": [
          {
            "type": "audio",
            "delay": 0,
            "audioSrc": "./audio/click1.mp3"
          },
          {
            "type": "dialog",
            "delay": 500,
            "audioSrc": "",
            "dialogText": "Salam sejahtera kadet! saya Doktor Raihana, pegawai penyelidik bioteknologi dan pegawai perubatan pasukan ini.  Kita perlu membuat pengiraan Matematik bagi menentukan koloni manusia boleh terus hidup di bulan.  Kadet sudah bersedia?",
            "dialogMode": "3d",
            "dialogOffsetX": 0,
            "dialogOffsetY": 2,
            "dialogOffsetZ": 0,
            "dialogBgColor": "#ffffff",
            "dialogTextColor": "#000000",
            "dialogSpeaker": "Dr. Raihana",
            "dialogDuration": 14000
          },
          {
            "type": "audio",
            "delay": 0,
            "audioSrc": "./audio/space/doc.mp3"
          }
        ],
        "attachedScripts": [],
        "locked": false
      },
      "worldPos": [
        -15.193,
        0,
        -8.337
      ],
      "objectId": "npc_1",
      "transformAdj": {
        "posOffset": [
          0.307,
          0.509,
          0.163
        ],
        "rotOffset": [
          0,
          103,
          0
        ],
        "scaleOffset": [
          1,
          1,
          1
        ]
      }
    },
    {
      "configId": "npc_space_boy",
      "category": "npc",
      "gridCells": [
        [
          19,
          25
        ]
      ],
      "rotationDeg": 0,
      "properties": {
        "npcName": "Villager",
        "dialog": [
          "Hello there, traveler!",
          "Nice weather today."
        ],
        "questGiver": false,
        "questId": "",
        "wanderRadius": 2,
        "schedule": "idle",
        "walkOnSurface": false,
        "defaultAnimation": "Talk_with_Right_Hand_Open",
        "behavior": "idle",
        "idleAnim": "",
        "walkAnim": "",
        "moveSpeed": 1.5,
        "waypoints": [],
        "patrolMode": "loop",
        "walkOnSurfaces": true,
        "colliderEnabled": true,
        "colliderTarget": "category",
        "colliderTargetId": "",
        "colliderTargetCategory": "player",
        "colliderRadius": 1,
        "colliderActions": [
          {
            "type": "audio",
            "delay": 0,
            "url": "../../matematik/index.html",
            "urlTarget": "iframe",
            "iframeCloseSound": "./audio/click1.mp3",
            "htmlContent": "\n  <p>Your browser does not support iframes. You can view the content <a href=\"https://www.example.com\">here</a>.</p>\n</iframe>\n",
            "htmlMode": "popup",
            "htmlTextColor": "#000000",
            "htmlBgColor": "#f0f4ff",
            "audioSrc": "./audio/space/siew1.mp3"
          },
          {
            "type": "dialog",
            "delay": 0,
            "dialogText": "Hai Kapten.  Saya perlu bantuan Kapten untuk selesaikan masalah habitat bulan kita.  Tolong jawab soalan yang tertera!",
            "dialogMode": "3d",
            "dialogOffsetX": 0,
            "dialogOffsetY": 2,
            "dialogOffsetZ": 0,
            "dialogBgColor": "#ffffff",
            "dialogTextColor": "#000000",
            "dialogSpeaker": "Ir. Siew Chong",
            "dialogDuration": 7000
          },
          {
            "type": "showHTML",
            "delay": 8000,
            "htmlContent": "<h3>Kapten Johan, sila jawab soalan dibawah;</h3>\n<iframe src=\"../matematik/\" title=\"Description of embedded content\" width=\"100%\" height=\"400\" style=\"border:none;\">\n  <!-- Fallback content for browsers that do not support iframes -->\n  <p>Your browser does not support iframes. You can view the content <a href=\"https://www.example.com\">here</a>.</p>\n</iframe>",
            "htmlMode": "popup",
            "htmlBgColor": "#f0f4ff",
            "htmlTextColor": "#000000"
          }
        ],
        "colliderBodyMode": "solid",
        "colliderSolid": true,
        "colliderFaceTarget": true,
        "colliderOffsetY": 0,
        "colliderActionSets": [],
        "onClickActions": [],
        "attachedScripts": [],
        "locked": false
      },
      "worldPos": [
        -0.53,
        0,
        5.5
      ],
      "objectId": "npc_2",
      "transformAdj": {
        "posOffset": [
          -0.03,
          0.511,
          0
        ],
        "rotOffset": [
          0,
          -136,
          0
        ],
        "scaleOffset": [
          1,
          1,
          1
        ]
      }
    },
    {
      "configId": "interact_moonbase",
      "category": "interact",
      "gridCells": [
        [
          22,
          6
        ]
      ],
      "rotationDeg": 90,
      "properties": {
        "interactType": "campfire",
        "lootTable": [
          "gold_coins",
          "health_potion"
        ],
        "oneTime": true,
        "locked": true,
        "keyId": "",
        "walkOnSurface": false,
        "colliderEnabled": false,
        "colliderTarget": "any",
        "colliderTargetId": "",
        "colliderTargetCategory": "player",
        "colliderRadius": 1,
        "colliderActions": [
          {
            "type": "nothing",
            "delay": 0
          }
        ],
        "colliderBodyMode": "solid",
        "colliderSolid": true,
        "colliderFaceTarget": false,
        "colliderOffsetY": 0,
        "colliderActionSets": [],
        "onClickActions": [],
        "attachedScripts": []
      },
      "worldPos": [
        2.5,
        -0.778,
        -13.5
      ],
      "objectId": "interact_2",
      "transformAdj": {
        "posOffset": [
          0,
          -1.278,
          0
        ],
        "rotOffset": [
          0,
          0,
          0
        ],
        "scaleOffset": [
          1.4,
          1.4,
          1.4
        ]
      }
    },
    {
      "configId": "interact_spaceship",
      "category": "interact",
      "gridCells": [
        [
          3,
          10
        ]
      ],
      "rotationDeg": 0,
      "properties": {
        "interactType": "campfire",
        "lootTable": [
          "gold_coins",
          "health_potion"
        ],
        "oneTime": true,
        "locked": true,
        "keyId": "",
        "walkOnSurface": false,
        "colliderEnabled": false,
        "colliderTarget": "any",
        "colliderTargetId": "",
        "colliderTargetCategory": "player",
        "colliderRadius": 1,
        "colliderActions": [
          {
            "type": "nothing",
            "delay": 0
          }
        ],
        "colliderBodyMode": "solid",
        "colliderSolid": true,
        "colliderFaceTarget": false,
        "colliderOffsetY": 0,
        "colliderActionSets": [],
        "onClickActions": [],
        "attachedScripts": []
      },
      "worldPos": [
        -16.5,
        -0.862,
        -11.504
      ],
      "objectId": "interact_3",
      "transformAdj": {
        "posOffset": [
          0,
          -1.362,
          -2.004
        ],
        "rotOffset": [
          0,
          41.6,
          0
        ],
        "scaleOffset": [
          1,
          1,
          1
        ]
      }
    },
    {
      "configId": "interact_moonbase",
      "category": "interact",
      "gridCells": [
        [
          26,
          35
        ]
      ],
      "rotationDeg": 0,
      "properties": {
        "interactType": "campfire",
        "lootTable": [
          "gold_coins",
          "health_potion"
        ],
        "oneTime": true,
        "locked": true,
        "keyId": "",
        "walkOnSurface": false,
        "colliderEnabled": false,
        "colliderTarget": "any",
        "colliderTargetId": "",
        "colliderTargetCategory": "player",
        "colliderRadius": 1,
        "colliderActions": [
          {
            "type": "nothing",
            "delay": 0
          }
        ],
        "colliderBodyMode": "solid",
        "colliderSolid": true,
        "colliderFaceTarget": false,
        "colliderOffsetY": 0,
        "colliderActionSets": [],
        "onClickActions": [],
        "attachedScripts": []
      },
      "worldPos": [
        6.5,
        -0.778,
        15.5
      ],
      "objectId": "interact_4",
      "transformAdj": {
        "posOffset": [
          0,
          -1.278,
          0
        ],
        "rotOffset": [
          0,
          0,
          0
        ],
        "scaleOffset": [
          1.4,
          1.4,
          1.4
        ]
      }
    },
    {
      "configId": "interact_spaceship",
      "category": "interact",
      "gridCells": [
        [
          35,
          25
        ]
      ],
      "rotationDeg": 0,
      "properties": {
        "interactType": "campfire",
        "lootTable": [
          "gold_coins",
          "health_potion"
        ],
        "oneTime": true,
        "locked": true,
        "keyId": "",
        "walkOnSurface": false,
        "colliderEnabled": false,
        "colliderTarget": "any",
        "colliderTargetId": "",
        "colliderTargetCategory": "player",
        "colliderRadius": 1,
        "colliderActions": [
          {
            "type": "nothing",
            "delay": 0
          }
        ],
        "colliderBodyMode": "solid",
        "colliderSolid": true,
        "colliderFaceTarget": false,
        "colliderOffsetY": 0,
        "colliderActionSets": [],
        "onClickActions": [],
        "attachedScripts": []
      },
      "worldPos": [
        13.176,
        -0.862,
        3.496
      ],
      "objectId": "interact_5",
      "transformAdj": {
        "posOffset": [
          -2.324,
          -1.362,
          -2.004
        ],
        "rotOffset": [
          0,
          59.7,
          0
        ],
        "scaleOffset": [
          1,
          1,
          1
        ]
      }
    },
    {
      "configId": "interact_moonbase",
      "category": "interact",
      "gridCells": [
        [
          3,
          36
        ]
      ],
      "rotationDeg": 0,
      "properties": {
        "interactType": "campfire",
        "lootTable": [
          "gold_coins",
          "health_potion"
        ],
        "oneTime": true,
        "locked": true,
        "keyId": "",
        "walkOnSurface": false,
        "colliderEnabled": false,
        "colliderTarget": "any",
        "colliderTargetId": "",
        "colliderTargetCategory": "player",
        "colliderRadius": 1,
        "colliderActions": [
          {
            "type": "nothing",
            "delay": 0
          }
        ],
        "colliderBodyMode": "solid",
        "colliderSolid": true,
        "colliderFaceTarget": false,
        "colliderOffsetY": 0,
        "colliderActionSets": [],
        "onClickActions": [],
        "attachedScripts": []
      },
      "worldPos": [
        -18.227,
        -0.778,
        16.5
      ],
      "objectId": "interact_6",
      "transformAdj": {
        "posOffset": [
          -1.727,
          -1.278,
          0
        ],
        "rotOffset": [
          0,
          -49.2,
          0
        ],
        "scaleOffset": [
          1.4,
          1.4,
          1.4
        ]
      }
    },
    {
      "configId": "interact_crate",
      "category": "interact",
      "gridCells": [
        [
          20,
          19
        ]
      ],
      "rotationDeg": 0,
      "properties": {
        "interactType": "tent",
        "lootTable": [
          "gold_coins",
          "health_potion"
        ],
        "oneTime": true,
        "locked": false,
        "keyId": "",
        "walkOnSurface": false,
        "colliderEnabled": true,
        "colliderTarget": "category",
        "colliderTargetId": "",
        "colliderTargetCategory": "player",
        "colliderRadius": 1,
        "colliderActions": [
          {
            "type": "audio",
            "delay": 0,
            "audioSrc": "./audio/coin.mp3"
          },
          {
            "type": "playParticle",
            "delay": 0
          },
          {
            "type": "hide",
            "delay": 299
          }
        ],
        "colliderBodyMode": "solid",
        "colliderSolid": true,
        "colliderFaceTarget": false,
        "colliderOffsetY": 0,
        "colliderActionSets": [],
        "onClickActions": [],
        "attachedScripts": []
      },
      "worldPos": [
        0.5,
        0.518,
        -0.5
      ],
      "objectId": "interact_8",
      "transformAdj": {
        "posOffset": [
          0,
          0.518,
          0
        ],
        "rotOffset": [
          0,
          0,
          0
        ],
        "scaleOffset": [
          1,
          1,
          1
        ]
      }
    },
    {
      "configId": "interact_crate",
      "category": "interact",
      "gridCells": [
        [
          15,
          34
        ]
      ],
      "rotationDeg": 0,
      "properties": {
        "interactType": "tent",
        "lootTable": [
          "gold_coins",
          "health_potion"
        ],
        "oneTime": true,
        "locked": false,
        "keyId": "",
        "walkOnSurface": false,
        "colliderEnabled": true,
        "colliderTarget": "category",
        "colliderTargetId": "",
        "colliderTargetCategory": "player",
        "colliderRadius": 1,
        "colliderActions": [
          {
            "type": "audio",
            "delay": 0,
            "audioSrc": "./audio/coin.mp3"
          },
          {
            "type": "playParticle",
            "delay": 0
          },
          {
            "type": "hide",
            "delay": 299
          }
        ],
        "colliderBodyMode": "solid",
        "colliderSolid": true,
        "colliderFaceTarget": false,
        "colliderOffsetY": 0,
        "colliderActionSets": [],
        "onClickActions": [],
        "attachedScripts": []
      },
      "worldPos": [
        -4.5,
        -0.226,
        14.5
      ],
      "objectId": "interact_12",
      "transformAdj": {
        "posOffset": [
          0,
          -0.226,
          0
        ],
        "rotOffset": [
          0,
          0,
          0
        ],
        "scaleOffset": [
          1,
          1,
          1
        ]
      }
    },
    {
      "configId": "interact_crate",
      "category": "interact",
      "gridCells": [
        [
          11,
          10
        ]
      ],
      "rotationDeg": 0,
      "properties": {
        "interactType": "tent",
        "lootTable": [
          "gold_coins",
          "health_potion"
        ],
        "oneTime": true,
        "locked": false,
        "keyId": "",
        "walkOnSurface": false,
        "colliderEnabled": true,
        "colliderTarget": "category",
        "colliderTargetId": "",
        "colliderTargetCategory": "player",
        "colliderRadius": 1,
        "colliderActions": [
          {
            "type": "audio",
            "delay": 0,
            "audioSrc": "./audio/coin.mp3"
          },
          {
            "type": "playParticle",
            "delay": 0
          },
          {
            "type": "hide",
            "delay": 299
          }
        ],
        "colliderBodyMode": "solid",
        "colliderSolid": true,
        "colliderFaceTarget": false,
        "colliderOffsetY": 0,
        "colliderActionSets": [],
        "onClickActions": [],
        "attachedScripts": []
      },
      "worldPos": [
        -8.5,
        0.087,
        -9.5
      ],
      "objectId": "interact_13",
      "transformAdj": {
        "posOffset": [
          0,
          0.087,
          0
        ],
        "rotOffset": [
          0,
          0,
          0
        ],
        "scaleOffset": [
          1,
          1,
          1
        ]
      }
    },
    {
      "configId": "interact_crate",
      "category": "interact",
      "gridCells": [
        [
          6,
          18
        ]
      ],
      "rotationDeg": 0,
      "properties": {
        "interactType": "tent",
        "lootTable": [
          "gold_coins",
          "health_potion"
        ],
        "oneTime": true,
        "locked": false,
        "keyId": "",
        "walkOnSurface": false,
        "colliderEnabled": true,
        "colliderTarget": "category",
        "colliderTargetId": "",
        "colliderTargetCategory": "player",
        "colliderRadius": 1,
        "colliderActions": [
          {
            "type": "audio",
            "delay": 0,
            "audioSrc": "./audio/coin.mp3"
          },
          {
            "type": "playParticle",
            "delay": 0
          },
          {
            "type": "hide",
            "delay": 299
          }
        ],
        "colliderBodyMode": "solid",
        "colliderSolid": true,
        "colliderFaceTarget": false,
        "colliderOffsetY": 0,
        "colliderActionSets": [],
        "onClickActions": [],
        "attachedScripts": []
      },
      "worldPos": [
        -13.5,
        -0.609,
        -1.5
      ],
      "objectId": "interact_14",
      "transformAdj": {
        "posOffset": [
          0,
          -0.609,
          0
        ],
        "rotOffset": [
          0,
          0,
          0
        ],
        "scaleOffset": [
          1,
          1,
          1
        ]
      }
    },
    {
      "configId": "interact_crate",
      "category": "interact",
      "gridCells": [
        [
          7,
          30
        ]
      ],
      "rotationDeg": 0,
      "properties": {
        "interactType": "tent",
        "lootTable": [
          "gold_coins",
          "health_potion"
        ],
        "oneTime": true,
        "locked": false,
        "keyId": "",
        "walkOnSurface": false,
        "colliderEnabled": true,
        "colliderTarget": "category",
        "colliderTargetId": "",
        "colliderTargetCategory": "player",
        "colliderRadius": 1,
        "colliderActions": [
          {
            "type": "audio",
            "delay": 0,
            "audioSrc": "./audio/coin.mp3"
          },
          {
            "type": "playParticle",
            "delay": 0
          },
          {
            "type": "hide",
            "delay": 299
          }
        ],
        "colliderBodyMode": "solid",
        "colliderSolid": true,
        "colliderFaceTarget": false,
        "colliderOffsetY": 0,
        "colliderActionSets": [],
        "onClickActions": [],
        "attachedScripts": []
      },
      "worldPos": [
        -12.5,
        0.14,
        10.5
      ],
      "objectId": "interact_15",
      "transformAdj": {
        "posOffset": [
          0,
          0.14,
          0
        ],
        "rotOffset": [
          0,
          0,
          0
        ],
        "scaleOffset": [
          1,
          1,
          1
        ]
      }
    }
  ],
  "customCode": "",
  "codeFunctions": {},
  "wbCustomBlocks": []
}