Fabrication Starship (l_orbital_fabrication_bot) - /pa/units/orbital/l_orbital_fabrication_bot/l_orbital_fabrication_bot.json

Advanced Builder - Builds orbital structures. Builds all titans.
{
    "display_name": "!LOC:Fabrication Starship",
    "description": "!LOC:Advanced Builder - Builds orbital structures. Builds all titans.",
    "TEMP_texelinfo": 38.253,
    "attachable": {
        "offsets": {
            "root": [
                45,
                0,
                0
            ]
        }
    },
    "audio": {
        "loops": {
            "build": {
                "cue": "/SE/Construction/Fab_contruction_beam_loop_orbital",
                "flag": "build_target_changed",
                "should_start_func": "has_build_target",
                "should_stop_func": "no_build_target"
            },
            "move": {
                "cue": "/SE/Movement/air/fab_air_loop",
                "flag": "vel_changed",
                "should_start_func": "is_moving",
                "should_stop_func": "is_not_moving"
            }
        }
    },
    "base_spec": "/pa/units/orbital/base_orbital/base_orbital.json",
    "build_metal_cost": 1300,
    "buildable_types": "Custom1 & FabOrbBuild | (Titan - Structure) & Custom1",
    "command_caps": [
        "ORDER_Move",
        "ORDER_Patrol",
        "ORDER_Build",
        "ORDER_Reclaim",
        "ORDER_Repair",
        "ORDER_Assist",
        "ORDER_Use"
    ],
    "events": {
        "build_complete": {
            "audio_cue": "/SE/Build_Complete/fab_orbital"
        }
    },
    "fx_offsets": [
        {
            "bone": "socket_muzzle001",
            "filename": "/pa/effects/specs/legion_fab_spray.pfx",
            "type": "build"
        },
        {
            "bone": "socket_muzzle002",
            "filename": "/pa/effects/specs/legion_fab_spray.pfx",
            "type": "build"
        },
        {
            "bone": "thrust001",
            "filename": "/pa/units/orbital/l_orbital_fabrication_bot/orbital_jets.pfx",
            "type": "moving_forward"
        },
        {
            "bone": "thrust002",
            "filename": "/pa/units/orbital/l_orbital_fabrication_bot/orbital_jets.pfx",
            "type": "moving_forward"
        }
    ],
    "guard_layer": "WL_Orbital",
    "max_health": 100,
    "mesh_bounds": [
        20,
        10,
        21
    ],
    "model": {
        "animations": {
            "closed": "/pa/units/orbital/l_orbital_fabrication_bot/l_orbital_fabrication_bot_closed.papa",
            "deploy": "/pa/units/orbital/l_orbital_fabrication_bot/l_orbital_fabrication_bot_deploy.papa",
            "open": "/pa/units/orbital/l_orbital_fabrication_bot/l_orbital_fabrication_bot_open.papa"
        },
        "animtree": "/pa/anim/anim_trees/l_orbital_fabrication_bot_anim_tree.json",
        "filename": "/pa/units/orbital/l_orbital_fabrication_bot/l_orbital_fabrication_bot.papa"
    },
    "navigation": {
        "acceleration": 10,
        "aggressive_behavior": "circle",
        "aggressive_distance": 120,
        "bank_factor": 10,
        "brake": 10,
        "move_speed": 20,
        "turn_speed": 75
    },
    "recon": {
        "observer": {
            "items": [
                {
                    "channel": "sight",
                    "layer": "surface_and_air",
                    "radius": 100,
                    "shape": "capsule"
                },
                {
                    "channel": "sight",
                    "layer": "orbital",
                    "radius": 250,
                    "shape": "capsule"
                },
                {
                    "channel": "sight",
                    "layer": "underwater",
                    "radius": 100,
                    "shape": "capsule"
                }
            ]
        }
    },
    "selection_icon": {
        "diameter": -27
    },
    "tools": [
        {
            "aim_bone": "bone_turret",
            "spec_id": "/pa/units/orbital/l_orbital_fabrication_bot/l_orbital_fabrication_bot_build_arm.json"
        }
    ],
    "unit_types": [
        "UNITTYPE_Orbital",
        "UNITTYPE_Fabber",
        "UNITTYPE_Construction",
        "UNITTYPE_Mobile",
        "UNITTYPE_Basic",
        "UNITTYPE_FactoryBuild",
        "UNITTYPE_Custom1",
        "UNITTYPE_Interplanetary"
    ]
}