Base Flyer (base_flyer) - /pa/units/air/base_flyer/base_flyer.json

Base Flyer Description - If you're seeing this, something is wrong in your flyer.
{
  "display_name": "Base Flyer",
  "description": "Base Flyer Description - If you're seeing this, something is wrong in your flyer.",
  "armor_type": "AT_Air",
  "audio": {
    "loops": {
      "move": {
        "cue": "/SE/Movement/air/air_scout_loop",
        "flag": "vel_changed",
        "should_start_func": "is_moving_laterally",
        "should_stop_func": "is_not_moving"
      }
    },
    "selection_response": {
      "cue": "/SE/Selection/air/air"
    }
  },
  "build_metal_cost": 1,
  "command_caps": [
    "ORDER_Move",
    "ORDER_Patrol",
    "ORDER_Attack",
    "ORDER_Assist"
  ],
  "events": {
    "build_complete": {
      "audio_cue": "/SE/Build_Complete/air"
    },
    "fired": {
      "audio_cue": "/SE/Weapons/base/base_fire_laser"
    },
    "died": {
      "audio_cue": "/SE/Death/Air",
      "effect_spec": "/pa/units/air/base_flyer/base_flyer_death.pfx",
      "effect_scale": 1.0
    }
  },
  "guard_radius": 60,
  "max_health": 1,
  "navigation": {
    "type": "air",
    "acceleration": 10000,
    "brake": 10000,
    "move_speed": 1000,
    "turn_speed": 1000,
    "dodge_radius": 15,
    "dodge_multiplier": 3.0,
    "aggressive_distance": 50.0,
    "aggressive_Height": 1.0,
    "aggressive_behavior": "line",
    "wobble_factor": 1.0,
    "wobble_speed": 1.0,
    "hover_time": -1.0
  },
  "physics": {
    "radius": 6,
    "gravity_scalar": 1,
    "push_sideways": true,
    "allow_pushing": true,
    "air_friction": 1.0
  },
  "recon": {
    "observer": {
      "items": [
        {
          "layer": "surface_and_air",
          "channel": "sight",
          "shape": "capsule",
          "radius": 500
        },
        {
          "layer": "underwater",
          "channel": "sight",
          "shape": "capsule",
          "radius": 500
        }
      ]
    }
  },
  "spawn_layers": "WL_LandHorizontal",
  "strategic_icon_priority": 3,
  "unit_types": [
    "UNITTYPE_Mobile",
    "UNITTYPE_Air",
    "UNITTYPE_NoBuild"
  ],
  "wreckage": {
    "remove_ground_cost_stamp": true,
    "collision": [
      "none"
    ]
  },
  "wreckage_health_frac": 0.7
}