Solar Array (solar_array) - /pa/units/orbital/solar_array/solar_array.json

Economy - Orbital energy generation.
{
    "display_name": "!LOC:Solar Array",
    "description": "!LOC:Economy - Orbital energy generation.",
    "TEMP_texelinfo": 25.0,
    "attachable": {
        "offsets": {
            "root": [
                0,
                0,
                0
            ]
        }
    },
    "base_spec": "/pa/units/orbital/base_orbital/base_orbital.json",
    "build_metal_cost": 1600,
    "command_caps": [
        "ORDER_Move",
        "ORDER_Patrol",
        "ORDER_Assist"
    ],
    "events": {
        "build_complete": {
            "audio_cue": "/SE/Build_Complete/orbital"
        },
        "fired": {
            "audio_cue": "/SE/Weapons/air/bomber_fire"
        },
        "died": {
            "audio_cue": "/SE/Death/orbital",
            "effect_spec": "/pa/units/air/base_flyer/base_flyer_death_t2.pfx",
            "effect_scale": 1.5
        }
    },
    "max_health": 1000,
    "mesh_bounds": [
        50,
        15,
        6
    ],
    "model": {
        "filename": "/pa/units/orbital/solar_array/solar_array.papa",
        "animations": {
            "open": "/pa/units/orbital/solar_array/solar_array_anim_open.papa",
            "closed": "/pa/units/orbital/solar_array/solar_array_anim_closed.papa",
            "deploy": "/pa/units/orbital/solar_array/solar_array_anim_deploy.papa"
        },
        "animtree": "/pa/anim/anim_trees/satellite_launched_anim_tree.json"
    },
    "navigation": {
        "type": "orbital",
        "acceleration": 10,
        "brake": 10,
        "move_speed": 10,
        "turn_speed": 45,
        "hover_time": -1.0
    },
    "physics": {
        "radius": 8,
        "gravity_scalar": 0.001
    },
    "production": {
        "energy": 3200
    },
    "recon": {
        "observer": {
            "items": [
                {
                    "layer": "orbital",
                    "channel": "sight",
                    "shape": "sphere",
                    "radius": 100
                }
            ]
        }
    },
    "selection_icon": {
        "diameter": 34.0,
        "vertical_offset": -3.0
    },
    "spawn_layers": "WL_Orbital",
    "unit_name": "Solar Array",
    "unit_types": [
        "UNITTYPE_Custom58",
        "UNITTYPE_Mobile",
        "UNITTYPE_Orbital",
        "UNITTYPE_EnergyProduction",
        "UNITTYPE_Economy",
        "UNITTYPE_Advanced",
        "UNITTYPE_FactoryBuild",
        "UNITTYPE_Interplanetary"
    ]
}