Squall (drone) - /pa/units/sea/drone_carrier/drone/drone.json

Missile and Torpedo Drone - Fast, fragile, attacks land, sea and air.
{
  "display_name": "Squall",
  "description": "!LOC:Missile and Torpedo Drone - Fast, fragile, attacks land, sea and air.",
  "TEMP_texelinfo": 5.39039,
  "audio": {
    "loops": {
      "move": {
        "cue": "/SE/Movement/air/carrier_drone_loop",
        "flag": "vel_changed",
        "should_start_func": "is_moving",
        "should_stop_func": "is_not_moving"
      }
    },
    "selection_response": {
      "cue": "/SE/Selection/air/air"
    }
  },
  "base_spec": "/pa/units/air/base_flyer/base_flyer.json",
  "build_metal_cost": 90,
  "command_caps": [],
  "events": {
    "build_complete": {
      "audio_cue": "/SE/Build_Complete/air"
    },
    "fired": {
      "audio_cue": "/SE/Weapons/air/carrier_drone_fire"
    },
    "died": {
      "audio_cue": "/SE/Death/Air",
      "effect_spec": "/pa/units/air/base_flyer/base_flyer_death.pfx",
      "effect_scale": 0.4
    }
  },
  "fx_offsets": [
    {
      "type": "moving_forward",
      "filename": "/pa/units/sea/drone_carrier/drone/drone_jets.pfx",
      "offset": [
        0,
        0.727,
        0.42
      ]
    }
  ],
  "guard_layer": "WL_AnyLayer",
  "guard_radius": 250,
  "max_health": 40,
  "mesh_bounds": [
    4,
    4,
    2
  ],
  "model": {
    "filename": "/pa/units/sea/drone_carrier/drone/drone.papa",
    "animations": {
      "deploy": "/pa/units/sea/drone_carrier/drone/drone_anim_deploy.papa",
      "idle": "/pa/units/sea/drone_carrier/drone/drone_anim_idle.papa"
    },
    "animtree": "/pa/anim/anim_trees/drone_anim_tree.json"
  },
  "navigation": {
    "type": "air",
    "acceleration": 80,
    "brake": 30,
    "move_speed": 80,
    "turn_speed": 240,
    "aggressive_behavior": "circle",
    "aggressive_distance": 100.0,
    "aggressive_height": 100.0,
    "bank_factor": 10,
    "vertical_speed": 200
  },
  "nearby_target_tick_update_interval": 3,
  "passive_health_regen": -3,
  "physics": {
    "radius": 6,
    "gravity_scalar": 1
  },
  "recon": {
    "observer": {
      "items": [
        {
          "layer": "surface_and_air",
          "channel": "sight",
          "shape": "capsule",
          "radius": 150
        },
        {
          "layer": "underwater",
          "channel": "sight",
          "shape": "capsule",
          "radius": 150
        }
      ]
    }
  },
  "selection_icon": {
    "diameter": 11.0
  },
  "tools": [
    {
      "spec_id": "/pa/units/sea/drone_carrier/drone/drone_tool_torpedo.json",
      "aim_bone": "bone_root",
      "record_index": 1
    },
    {
      "spec_id": "/pa/units/sea/drone_carrier/drone/drone_tool_weapon.json",
      "aim_bone": "bone_root",
      "record_index": 0
    }
  ],
  "unit_types": [
    "UNITTYPE_Custom58",
    "UNITTYPE_Mobile",
    "UNITTYPE_Air",
    "UNITTYPE_Basic"
  ]
}