{
  "placeableApps": ["destructible-box", "destructible-debris"],
  "tickRate": 64,
  "entityTickRate": 15,
  "gravity": [0, -18.0, 0],
  "relevanceRadius": 200,
  "physicsRadius": 200,
  "movement": {
    "maxSpeed": 7.0,
    "sprintSpeed": 12.0,
    "groundAccel": 300.0,
    "airAccel": 30.0,
    "airMaxSpeed": 0.15,
    "airSpeedCap": 16.0,
    "friction": 5.0,
    "stopSpeed": 1.0,
    "jumpImpulse": 5.5,
    "collisionRestitution": 0.2,
    "collisionDamping": 0.25
  },
  "player": {
    "health": 100,
    "capsuleRadius": 0.28,
    "capsuleHalfHeight": 0.63,
    "crouchHalfHeight": 0.315,
    "mass": 120,
    "modelScale": 1.323,
    "feetOffset": 0.212
  },
  "scene": {
    "skyColor": 8900331,
    "fogColor": 8900331,
    "fogNear": 10000,
    "fogFar": 20000,
    "ambientColor": 16774358,
    "ambientIntensity": 0.3,
    "sunColor": 16777215,
    "sunIntensity": 1.5,
    "sunPosition": [21, 50, 20],
    "fillColor": 4491519,
    "fillIntensity": 0.4,
    "fillPosition": [-20, 30, -10],
    "shadowMapSize": 1024,
    "shadowBias": 0.0038,
    "shadowNormalBias": 0.6,
    "shadowRadius": 12,
    "shadowBlurSamples": 8
  },
  "camera": {
    "fov": 70,
    "shoulderOffset": 0.35,
    "shoulderOffsets": [0, 0.55, 0.35, 0.1, 0.0],
    "headHeight": 1.85,
    "zoomStages": [0, 2, 4, 8, 18],
    "defaultZoomIndex": 2,
    "followSpeed": 12.0,
    "snapSpeed": 30.0,
    "mouseSensitivity": 0.002,
    "pitchRange": [-1.4, 1.4]
  },
  "animation": {
    "mixerTimeScale": 1.3,
    "walkTimeScale": 2.4,
    "jogTimeScale": 1.9,
    "sprintTimeScale": 1.0,
    "fadeTime": 0.15
  },
  "terrain": {
    "enabled": true,
    "anchorDir": [-0.641, 0.2558, 0.7237],
    "radius": 63600,
    "reliefScale": 0.001,
    "maxLevel": 13,
    "offsetY": 0,
    "center": [0, 0],
    "bakedHeightfield": "/apps/world/tps-game.hf",
    "physics": { "extent": 256, "resolution": 2 },
    "seed": 1337,
    "vegetation": {
      "enabled": true,
      "seed": 1337,
      "renderDistance": 320,
      "treeline": 4000,
      "densityScale": 1.0,
      "maxInstances": 30000,
      "sharedImpostor": true,
      "species": ["Oak Large", "Pine Medium", "Aspen Medium", "Ash Medium", "Bush", "Ash Small", "Ash Large", "Aspen Small", "Aspen Large", "Bush 2", "Bush 3", "Oak Small", "Oak Medium", "Pine Small", "Pine Large"],
      "colliders": true,
      "colliderRadius": 64,
      "colliderCap": 384,
      "rocks": true,
      "rockRenderDistance": 320,
      "rockMaxInstances": 12000,
      "rockColliders": false,
      "rockColliderRadius": 32,
      "rockColliderCap": 128
    }
  },
  "spawnPoint": [0, 9.8, 0],
  "playerModel": "./apps/tps-game/cleetus.vrm",
  "entities": [
    { "id": "env-sillos", "model": "./apps/maps/aim_sillos.glb", "position": [0, 4.8, 0], "scale": [1, 1, 1], "app": "environment" },
    { "id": "tps-game", "position": [0, 0, 0], "app": "tps-game" }
  ]
}
