Remora (l_fabrication_sub_combat_adv) - /pa/units/sea/l_fabrication_sub_combat_adv/l_fabrication_sub_combat_adv.json

Combat Builder - Builds mines, shields and turrets. Detects mines. Repairs friendly units. Can't help build other structures.
{
    "display_name": "!LOC:Remora",
    "description": "!LOC:Combat Builder - Builds mines, shields and turrets. Detects mines. Repairs friendly units. Can't help build other structures.",
    "TEMP_texelinfo": 20,
    "attachable": {
        "offsets": {
            "head": [
                0,
                0,
                4
            ],
            "root": [
                0,
                0,
                0
            ]
        }
    },
    "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": 1000,
    "buildable_types": "Custom1 & CombatFabAdvBuild",
    "command_caps": [
        "ORDER_Move",
        "ORDER_Patrol",
        "ORDER_Build",
        "ORDER_Reclaim",
        "ORDER_Repair",
        "ORDER_Assist"
    ],
    "events": {
        "build_complete": {
            "audio_cue": "/SE/Build_Complete/fab"
        },
        "died": {
            "effect_spec": "/pa/effects/specs/default_explosion.pfx"
        }
    },
    "fx_offsets": [
        {
            "bone": "socket_latheLeft",
            "filename": "/pa/effects/specs/legion_fab_spray.pfx",
            "type": "build"
        },
        {
            "bone": "socket_latheRight",
            "filename": "/pa/effects/specs/legion_fab_spray.pfx",
            "type": "build"
        },
        {
            "filename": "/pa/units/sea/nuclear_sub/nuclear_sub_wake.pfx",
            "type": "moving_forward"
        }
    ],
    "max_health": 800,
    "mesh_bounds": [
        10,
        22,
        9
    ],
    "model": {
        "animtree": "/pa/anim/anim_trees/one_turret_mobile_anim_tree.json",
        "filename": "/pa/units/sea/l_fabrication_sub_combat_adv/l_fabrication_sub_combat_adv.papa"
    },
    "navigation": {
        "acceleration": 40,
        "brake": 120,
        "move_speed": 10,
        "turn_accel": 30,
        "turn_speed": 60,
        "type": "underwater"
    },
    "physics": {
        "radius": 3,
        "underwater": true
    },
    "recon": {
        "observer": {
            "items": [
                {
                    "channel": "sight",
                    "layer": "surface_and_air",
                    "radius": 150,
                    "shape": "capsule"
                },
                {
                    "channel": "sight",
                    "layer": "underwater",
                    "radius": 150,
                    "shape": "capsule"
                },
                {
                    "channel": "sight",
                    "layer": "mine",
                    "radius": 150,
                    "shape": "capsule"
                }
            ]
        }
    },
    "selection_icon": {
        "diameter": -25
    },
    "spawn_layers": "WL_Underwater",
    "tools": [
        {
            "aim_bone": "bone_turret",
            "spec_id": "/pa/units/sea/l_fabrication_sub_combat_adv/l_fabrication_sub_combat_adv_build_arm.json"
        }
    ],
    "transportable": {
        "size": 1
    },
    "unit_types": [
        "UNITTYPE_Offense",
        "UNITTYPE_Construction",
        "UNITTYPE_Naval",
        "UNITTYPE_Mobile",
        "UNITTYPE_Advanced",
        "UNITTYPE_FactoryBuild",
        "UNITTYPE_Custom1"
    ]
}