Zeus (titan_air) - /pa/units/air/titan_air/titan_air.json

Lightning Titan - Heavy damage over a wide area. Attacks any targets except orbital.
{
    "display_name": "Zeus",
    "description": "!LOC:Lightning Titan - Heavy damage over a wide area. Attacks any targets except orbital.",
    "TEMP_texelinfo": 10.4258,
    "atrophy_cool_down": 15.0,
    "atrophy_rate": 200.0,
    "audio": {
        "loops": {
            "move": {
                "cue": "/SE/Movement/titan/air_titan_loop",
                "flag": "vel_changed",
                "should_start_func": "is_moving_laterally",
                "should_stop_func": "is_not_moving"
            }
        },
        "selection_response": {
            "cue": "/SE/Selection/titan/air"
        }
    },
    "base_spec": "/pa/units/air/base_flyer/base_flyer.json",
    "build_metal_cost": 30000,
    "death_weapon": {
        "ground_ammo_spec": "/pa/units/air/titan_air/titan_air_ammo_death.json"
    },
    "events": {
        "build_complete": {
            "audio_cue": "/SE/Build_Complete/Titan_Complete"
        },
        "fired": {
            "audio_cue": "/SE/Weapons/air/titan_air_fire",
            "effect_spec": "/pa/units/air/titan_air/titan_air_muzzle_flash.pfx socket_muzzle_center"
        },
        "died": {
            "audio_cue": "",
            "effect_spec": "",
            "effect_scale": 1.0
        }
    },
    "fx_offsets": [
        {
            "type": "moving_forward",
            "filename": "/pa/units/air/titan_air/titan_air_jets.pfx",
            "offset": [
                0,
                0,
                0
            ]
        },
        {
            "type": "idle",
            "filename": "/pa/units/air/titan_air/titan_air_idle.pfx",
            "offset": [
                0,
                0,
                0
            ]
        }
    ],
    "guard_layer": "WL_AnySurface",
    "guard_radius": 120,
    "has_death_effects": true,
    "max_health": 12000,
    "mesh_bounds": [
        54,
        32,
        10
    ],
    "model": {
        "filename": "/pa/units/air/titan_air/titan_air.papa",
        "animations": {
            "hover": "/pa/units/air/titan_air/titan_air_anim_hover.papa",
            "death": "/pa/units/air/titan_air/titan_air_anim_death.papa",
            "dead": "/pa/units/air/titan_air/titan_air_anim_dead.papa"
        },
        "animtree": "/pa/anim/anim_trees/titan_air_anim_tree.json"
    },
    "navigation": {
        "type": "air",
        "acceleration": 30,
        "brake": 30,
        "move_speed": 30,
        "turn_speed": 50,
        "turn_accel": 15,
        "vertical_speed": 50,
        "aggressive_distance": 100.0,
        "aggressive_behavior": "point",
        "circle_min_time": 1.0,
        "circle_max_time": 2.0,
        "hover_time": -1.0,
        "bank_factor": 0.3
    },
    "physics": {
        "radius": 6,
        "gravity_scalar": 1,
        "push_sideways": false,
        "allow_pushing": false,
        "air_friction": 1.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": 60.0
    },
    "tools": [
        {
            "spec_id": "/pa/units/air/titan_air/titan_air_tool_weapon.json",
            "aim_bone": "socket_muzzle_center",
            "muzzle_bone": [
                "socket_muzzle_center"
            ]
        }
    ],
    "unit_types": [
        "UNITTYPE_Custom58",
        "UNITTYPE_Bomber",
        "UNITTYPE_Mobile",
        "UNITTYPE_Offense",
        "UNITTYPE_Air",
        "UNITTYPE_Advanced",
        "UNITTYPE_Titan",
        "UNITTYPE_Important",
        "UNITTYPE_FabOrbBuild"
    ],
    "wreckage_mesh_bounds": [
        54,
        32,
        10
    ]
}