Tutorial Titan Commander (tutorial_titan_commander) - /pa/units/commanders/tutorial_titan_commander/tutorial_titan_commander.json

{
    "display_name": "Tutorial Titan Commander",
    "base_spec": "/pa/units/land/titan_bot/titan_bot.json",
    "build_metal_cost": 30000,
    "guard_radius": 0,
    "max_health": 1000000,
    "recon": {
        "observer": {
            "items": [
                {
                    "layer": "surface_and_air",
                    "channel": "sight",
                    "shape": "capsule",
                    "radius": 20000
                }
            ]
        }
    },
    "unit_types": [
        "UNITTYPE_Bot",
        "UNITTYPE_Mobile",
        "UNITTYPE_Offense",
        "UNITTYPE_Land",
        "UNITTYPE_Advanced",
        "UNITTYPE_Titan",
        "UNITTYPE_Important",
        "UNITTYPE_Commander",
        "UNITTYPE_Amphibious",
        "UNITTYPE_NoBuild"
    ]
}