Starship Foundry (l_orbital_factory) - /pa/units/orbital/l_orbital_factory/l_orbital_factory.json

Advanced Manufacturing - Builds basic and advanced orbital units.
{
    "display_name": "!LOC:Starship Foundry",
    "description": "!LOC:Advanced Manufacturing - Builds basic and advanced orbital units.",
    "TEMP_texelinfo": 48.28787,
    "area_build_separation": 7,
    "atrophy_cool_down": 15,
    "atrophy_rate": 90,
    "audio": {
        "loops": {
            "build": {
                "cue": "/SE/Construction/Factory_contruction_loop_orbital",
                "flag": "build_target_changed",
                "should_start_func": "has_build_target",
                "should_stop_func": "no_build_target"
            }
        }
    },
    "base_spec": "/pa/units/orbital/base_orbital_structure/base_orbital_structure.json",
    "build_metal_cost": 4200,
    "buildable_types": "Custom1 & ( Orbital & FactoryBuild )",
    "command_caps": [
        "ORDER_Move",
        "ORDER_Patrol",
        "ORDER_FactoryBuild",
        "ORDER_Reclaim",
        "ORDER_Repair",
        "ORDER_Attack",
        "ORDER_Assist"
    ],
    "enable_orbital_shell": true,
    "events": {
        "died": {
            "audio_cue": "/SE/Death/orbital",
            "effect_spec": "/pa/effects/specs/default_building_explosion_large.pfx"
        }
    },
    "factory_cooldown_time": 4,
    "fx_offsets": [
        {
            "bone": "lathe01",
            "filename": "/pa/effects/specs/legion_factory_spray.pfx",
            "type": "build"
        },
        {
            "bone": "lathe02",
            "filename": "/pa/effects/specs/legion_factory_spray.pfx",
            "type": "build"
        },
        {
            "bone": "arcs01",
            "filename": "/pa/effects/specs/electricity_field.pfx",
            "type": "idle"
        },
        {
            "bone": "arcs02",
            "filename": "/pa/effects/specs/electricity_field.pfx",
            "type": "idle"
        },
        {
            "bone": "arcs03",
            "filename": "/pa/effects/specs/electricity_field.pfx",
            "type": "idle"
        }
    ],
    "max_health": 9000,
    "mesh_bounds": [
        45,
        40,
        24
    ],
    "model": [
        {
            "animations": {
                "build_end": "/pa/units/orbital/l_orbital_factory/l_orbital_factory_end.papa",
                "build_loop": "/pa/units/orbital/l_orbital_factory/l_orbital_factory_build.papa",
                "build_start": "/pa/units/orbital/l_orbital_factory/l_orbital_factory_start.papa"
            },
            "animtree": "/pa/anim/anim_trees/factory_anim_tree.json",
            "filename": "/pa/units/orbital/l_orbital_factory/l_orbital_factory.papa",
            "layer": "WL_Orbital"
        }
    ],
    "physics": {
        "ignore_gravity": true,
        "radius": 20
    },
    "placement_size": [
        100,
        100
    ],
    "recon": {
        "observer": {
            "items": [
                {
                    "channel": "sight",
                    "layer": "orbital",
                    "radius": 250,
                    "shape": "sphere"
                }
            ]
        }
    },
    "rolloff_dirs": [
        [
            0,
            1,
            0
        ],
        [
            0,
            -1,
            0
        ]
    ],
    "selection_icon": {
        "diameter": -77
    },
    "tools": [
        {
            "aim_bone": "bone_root",
            "spec_id": "/pa/units/orbital/l_orbital_factory/l_orbital_factory_build_arm.json"
        }
    ],
    "unit_types": [
        "UNITTYPE_Factory",
        "UNITTYPE_Construction",
        "UNITTYPE_Orbital",
        "UNITTYPE_FabOrbBuild",
        "UNITTYPE_Structure",
        "UNITTYPE_Advanced",
        "UNITTYPE_Important",
        "UNITTYPE_Custom1"
    ],
    "wait_to_rolloff_time": 0
}