Bumblebee (bomber) - /pa/units/air/bomber/bomber.json

Carpet Bomber - High damage over a wide area. Fragile and slow. Attacks land, sea and undersea targets.
{
  "display_name": "Bumblebee",
  "description": "!LOC:Carpet Bomber - High damage over a wide area. Fragile and slow. Attacks land, sea and undersea targets.",
  "TEMP_texelinfo": 10.4258,
  "audio": {
    "loops": {
      "move": {
        "cue": "/SE/Movement/air/air_bomber_loop",
        "flag": "vel_changed",
        "should_start_func": "is_moving",
        "should_stop_func": "is_not_moving"
      }
    },
    "selection_response": {
      "cue": "/SE/Selection/air/bomber"
    }
  },
  "base_spec": "/pa/units/air/base_flyer/base_flyer.json",
  "build_metal_cost": 320,
  "events": {
    "build_complete": {
      "audio_cue": "/SE/Build_Complete/air"
    },
    "fired": {
      "audio_cue": "/SE/Weapons/air/bomber_fire"
    },
    "died": {
      "audio_cue": "/SE/Death/Air",
      "effect_scale": 0.75
    }
  },
  "fx_offsets": [
    {
      "type": "moving_forward",
      "filename": "/pa/units/air/bomber/bomber_jets.pfx",
      "offset": [
        0,
        2.32,
        1.393
      ]
    }
  ],
  "guard_layer": "WL_AnyLayer",
  "guard_radius": 120,
  "maintain_priority_target": false,
  "max_health": 100,
  "mesh_bounds": [
    14,
    7.5,
    2.6
  ],
  "model": {
    "filename": "/pa/units/air/bomber/bomber.papa",
    "arrows": 5
  },
  "navigation": {
    "type": "air",
    "acceleration": 75,
    "brake": 20,
    "move_speed": 75,
    "turn_speed": 110,
    "dodge_radius": 0,
    "dodge_multiplier": 0.0,
    "aggressive_distance": 50.0,
    "aggressive_height": 100.0,
    "wobble_factor": 0.05,
    "wobble_speed": 0.1,
    "vertical_speed": 40,
    "hover_time": -1.0
  },
  "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": 23.0
  },
  "tools": [
    {
      "spec_id": "/pa/units/air/bomber/bomber_tool_weapon.json",
      "aim_bone": "bone_root",
      "muzzle_bone": "bone_root"
    }
  ],
  "unit_types": [
    "UNITTYPE_Custom58",
    "UNITTYPE_Bomber",
    "UNITTYPE_Mobile",
    "UNITTYPE_Offense",
    "UNITTYPE_Air",
    "UNITTYPE_Basic",
    "UNITTYPE_FactoryBuild"
  ]
}