Fabrication Ship (fabrication_ship) - /pa/units/sea/fabrication_ship/fabrication_ship.json

Basic Fabricator - Builds basic naval structures. Water hover.
{
  "display_name": "!LOC:Fabrication Ship",
  "description": "!LOC:Basic Fabricator - Builds basic naval structures. Water hover.",
  "TEMP_texelinfo": 7.50603,
  "attachable": {
    "offsets": {
      "root": [
        0,
        0,
        0
      ],
      "head": [
        0,
        0,
        4
      ]
    }
  },
  "audio": {
    "loops": {
      "build": {
        "cue": "/SE/Construction/Fab_contruction_beam_loop",
        "flag": "build_target_changed",
        "should_start_func": "has_build_target",
        "should_stop_func": "no_build_target"
      },
      "move": {
        "cue": "/SE/Movement/sea/Fab_ship_loop",
        "flag": "vel_changed",
        "should_start_func": "is_moving",
        "should_stop_func": "is_not_moving"
      }
    }
  },
  "base_spec": "/pa/units/sea/base_ship/base_ship.json",
  "build_metal_cost": 200,
  "buildable_types": "(Naval & Structure & Basic | Naval & Factory & Advanced | Air & Factory & Basic | FabBuild) & Custom58",
  "command_caps": [
    "ORDER_Move",
    "ORDER_Patrol",
    "ORDER_Build",
    "ORDER_Reclaim",
    "ORDER_Repair",
    "ORDER_Assist"
  ],
  "events": {
    "build_complete": {
      "audio_cue": "/SE/Build_Complete/sea_fab"
    },
    "died": {
      "audio_cue": "/SE/Death/Sea_small",
      "effect_spec": "/pa/effects/specs/default_explosion_naval.pfx",
      "effect_scale": 0.6
    }
  },
  "fx_offsets": [
    {
      "type": "build",
      "filename": "/pa/effects/specs/fab_spray.pfx",
      "bone": "bone_pitch",
      "offset": [
        0.585,
        -2.948,
        -0.236
      ],
      "orientation": [
        0,
        0,
        0
      ]
    },
    {
      "type": "build",
      "filename": "/pa/effects/specs/fab_spray.pfx",
      "bone": "bone_pitch",
      "offset": [
        -0.585,
        -2.948,
        -0.236
      ],
      "orientation": [
        0,
        0,
        0
      ]
    },
    {
      "type": "moving_forward",
      "offset": [
        0,
        3.5,
        0.6
      ],
      "filename": "/pa/units/sea/fabrication_ship/fabrication_ship_thrust.pfx"
    }
  ],
  "max_health": 100,
  "mesh_bounds": [
    4,
    10,
    5
  ],
  "model": {
    "filename": "/pa/units/sea/fabrication_ship/fabrication_ship.papa",
    "animtree": "/pa/anim/anim_trees/fabrication_turret_anim_tree.json"
  },
  "navigation": {
    "type": "water-hover",
    "acceleration": 100,
    "brake": 100,
    "move_speed": 10,
    "turn_speed": 90,
    "park_stamp_type": "sphere",
    "park_stamp_cost": 10
  },
  "physics": {
    "shape": "sphere",
    "radius": 4,
    "allow_pushing": true
  },
  "recon": {
    "observer": {
      "items": [
        {
          "layer": "surface_and_air",
          "channel": "sight",
          "shape": "capsule",
          "radius": 100
        },
        {
          "layer": "underwater",
          "channel": "sight",
          "shape": "capsule",
          "radius": 100
        }
      ]
    }
  },
  "selection_icon": {
    "diameter": 13.0
  },
  "spawn_layers": "WL_WaterSurface",
  "tools": [
    {
      "spec_id": "/pa/units/sea/fabrication_ship/fabrication_ship_build_arm.json",
      "aim_bone": "bone_root"
    }
  ],
  "transportable": {
    "size": 1
  },
  "unit_name": "Fabrication Ship",
  "unit_types": [
    "UNITTYPE_Custom58",
    "UNITTYPE_Fabber",
    "UNITTYPE_Construction",
    "UNITTYPE_Naval",
    "UNITTYPE_Mobile",
    "UNITTYPE_Basic",
    "UNITTYPE_FactoryBuild",
    "UNITTYPE_WaterHover"
  ]
}