Atlas (titan_bot) - /pa/units/land/titan_bot/titan_bot.json

Seismic Titan - Devastating damage to everything nearby. Amphibious. Attacks land, sea, and undersea targets.
{
  "display_name": "Atlas",
  "description": "!LOC:Seismic Titan - Devastating damage to everything nearby. Amphibious. Attacks land, sea, and undersea targets.",
  "TEMP_texelinfo": 113.291,
  "atrophy_cool_down": 15.0,
  "atrophy_rate": 200.0,
  "attachable": {
    "offsets": {
      "root": [
        0,
        0,
        0
      ],
      "head": [
        0,
        0,
        3.5
      ]
    }
  },
  "attack_range_frac": 0.3,
  "audio": {
    "loops": {
      "move": {
        "cue": "",
        "flag": "vel_changed",
        "should_start_func": "is_moving",
        "should_stop_func": "is_not_moving"
      }
    },
    "selection_response": {
      "cue": "/SE/Selection/titan/bot"
    }
  },
  "base_spec": "/pa/units/land/base_bot/base_bot.json",
  "build_metal_cost": 30000,
  "command_caps": [
    "ORDER_Move",
    "ORDER_Patrol",
    "ORDER_Attack",
    "ORDER_Assist"
  ],
  "death": {
    "decals": [
      "/pa/effects/specs/scorch_titan_01.json"
    ]
  },
  "death_weapon": {
    "ground_ammo_spec": "/pa/units/land/titan_bot/titan_bot_ammo_death.json"
  },
  "events": {
    "build_complete": {
      "audio_cue": "/SE/Build_Complete/Titan_Complete"
    },
    "fired": {
      "audio_cue": "",
      "effect_spec": ""
    },
    "died": {
      "audio_cue": "",
      "effect_spec": "",
      "effect_scale": 1.0
    }
  },
  "guard_layer": "WL_AnySurface",
  "guard_radius": 100,
  "has_death_effects": true,
  "max_health": 60000,
  "mesh_bounds": [
    50,
    40,
    65
  ],
  "model": {
    "filename": "/pa/units/land/titan_bot/titan_bot.papa",
    "animations": {
      "walk": "/pa/units/land/titan_bot/titan_bot_anim_walk.papa",
      "idle": "/pa/units/land/titan_bot/titan_bot_anim_idle.papa",
      "deploy": "/pa/units/land/titan_bot/titan_bot_anim_deploy.papa",
      "build": "/pa/units/land/titan_bot/titan_bot_anim_build.papa",
      "walk_stop": "/pa/units/land/titan_bot/titan_bot_anim_walk_stop.papa",
      "turn_left": "/pa/units/land/titan_bot/titan_bot_anim_left_turn.papa",
      "turn_right": "/pa/units/land/titan_bot/titan_bot_anim_right_turn.papa",
      "death": "/pa/units/land/titan_bot/titan_bot_anim_death.papa",
      "dead": "/pa/units/land/titan_bot/titan_bot_anim_dead.papa",
      "attack": "/pa/units/land/titan_bot/titan_bot_anim_attack.papa"
    },
    "animtree": "/pa/anim/anim_trees/titan_bot_anim_tree.json",
    "walk_speed": 13
  },
  "navigation": {
    "type": "amphibious-large",
    "acceleration": 260,
    "brake": -1.0,
    "move_speed": 13,
    "turn_speed": 60,
    "turn_accel": 80,
    "turn_in_place": true,
    "park_stamp": {
      "shape": "sphere",
      "cost": 10,
      "type_data": [
        {
          "move_type": "land-small",
          "stamp_type": "structure"
        },
        {
          "move_type": "amphibious",
          "stamp_type": "structure"
        },
        {
          "move_type": "amphibious-large",
          "stamp_type": "simple"
        },
        {
          "move_type": "hover",
          "stamp_type": "structure"
        },
        {
          "move_type": "water-hover",
          "stamp_type": "structure"
        },
        {
          "move_type": "hover-large",
          "stamp_type": "simple"
        },
        {
          "move_type": "deepwater",
          "stamp_type": "structure"
        },
        {
          "move_type": "underwater",
          "stamp_type": "structure"
        }
      ]
    }
  },
  "physics": {
    "radius": 15,
    "orient_interp_rate": 60.0
  },
  "recon": {
    "observer": {
      "items": [
        {
          "layer": "surface_and_air",
          "channel": "sight",
          "shape": "capsule",
          "radius": 200
        },
        {
          "layer": "underwater",
          "channel": "sight",
          "shape": "capsule",
          "radius": 200
        }
      ]
    }
  },
  "selection_icon": {
    "diameter": 68.0
  },
  "teleportable": null,
  "tools": [
    {
      "spec_id": "/pa/units/land/titan_bot/titan_bot_tool_weapon_stomp.json",
      "aim_bone": "bone_root",
      "muzzle_bone": "bone_root"
    }
  ],
  "unit_types": [
    "UNITTYPE_Custom58",
    "UNITTYPE_Bot",
    "UNITTYPE_Mobile",
    "UNITTYPE_Offense",
    "UNITTYPE_Land",
    "UNITTYPE_Advanced",
    "UNITTYPE_Titan",
    "UNITTYPE_Important",
    "UNITTYPE_FabOrbBuild",
    "UNITTYPE_Amphibious"
  ],
  "wreckage_health_frac": 0.7,
  "wreckage_mesh_bounds": [
    50,
    65,
    40
  ]
}