Fabrication Aircraft (fabrication_aircraft) - /pa/units/air/fabrication_aircraft/fabrication_aircraft.json

Basic Fabricator - Build basic structures. Weaker than other fabricators.
{
    "display_name": "!LOC:Fabrication Aircraft",
    "description": "!LOC:Basic Fabricator - Build basic structures. Weaker than other fabricators.",
    "TEMP_texelinfo": 7.11877,
    "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/air/fab_air_loop",
                "flag": "vel_changed",
                "should_start_func": "is_moving_laterally",
                "should_stop_func": "is_not_moving"
            }
        },
        "selection_response": {
            "cue": "/SE/Selection/air/fabber"
        }
    },
    "base_spec": "/pa/units/air/base_flyer/base_flyer.json",
    "build_metal_cost": 225,
    "buildable_types": "(Land & Structure & Basic | Factory & Basic | Factory & Advanced & Air | FabBuild) & Custom58",
    "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"
        },
        "died": {
            "audio_cue": "/SE/Death/Air"
        }
    },
    "fx_offsets": [
        {
            "type": "build",
            "filename": "/pa/effects/specs/fab_spray.pfx",
            "bone": "bone_pitch",
            "offset": [
                0,
                -3.269,
                -0.801
            ],
            "orientation": [
                0,
                0,
                0
            ]
        },
        {
            "type": "moving",
            "filename": "/pa/units/air/fabrication_aircraft/fabrication_aircraft_jets.pfx",
            "bone": "bone_leftWing",
            "offset": [
                1.637,
                0.01,
                -0.822
            ],
            "orientation": [
                0,
                90,
                0
            ]
        },
        {
            "type": "moving",
            "filename": "/pa/units/air/fabrication_aircraft/fabrication_aircraft_jets.pfx",
            "bone": "bone_rightWing",
            "offset": [
                -1.638,
                0.01,
                -0.822
            ],
            "orientation": [
                0,
                90,
                0
            ]
        }
    ],
    "guard_layer": "WL_LandHorizontal",
    "max_health": 100,
    "mesh_bounds": [
        9.8,
        5.58409,
        3.74006
    ],
    "model": {
        "filename": "/pa/units/air/fabrication_aircraft/fabrication_aircraft.papa",
        "animtree": "/pa/anim/anim_trees/fabrication_aircraft_anim_tree.json",
        "animations": {
            "fly": "/pa/units/air/fabrication_aircraft/fabrication_aircraft_anim_fly.papa"
        }
    },
    "navigation": {
        "type": "air",
        "acceleration": 35,
        "brake": 35,
        "move_speed": 35,
        "turn_speed": 180,
        "circle_min_time": 1,
        "circle_max_time": 3,
        "aggressive_behavior": "circle"
    },
    "physics": {
        "gravity_scalar": 1,
        "radius": 4
    },
    "recon": {
        "observer": {
            "items": [
                {
                    "layer": "surface_and_air",
                    "channel": "sight",
                    "shape": "capsule",
                    "radius": 100
                },
                {
                    "layer": "underwater",
                    "channel": "sight",
                    "shape": "capsule",
                    "radius": 100
                }
            ]
        }
    },
    "selection_icon": {
        "diameter": 16.0
    },
    "tools": [
        {
            "spec_id": "/pa/units/air/fabrication_aircraft/fabrication_aircraft_build_arm.json",
            "aim_bone": "bone_pitch"
        }
    ],
    "transportable": {
        "size": 1
    },
    "unit_name": "Fabrication Aircraft",
    "unit_types": [
        "UNITTYPE_Custom58",
        "UNITTYPE_Air",
        "UNITTYPE_Fabber",
        "UNITTYPE_Construction",
        "UNITTYPE_Mobile",
        "UNITTYPE_Basic",
        "UNITTYPE_FactoryBuild"
    ]
}