Base Orbital (base_orbital) - /pa/units/orbital/base_orbital/base_orbital.json

Base Orbital: Why are you seeing this? It's not a full spec.
{
    "display_name": "Base Orbital",
    "description": "Base Orbital: Why are you seeing this? It's not a full spec.",
    "armor_type": "AT_Orbital",
    "audio": {
        "selection_response": {
            "cue": "/SE/Selection/orbital/orbital"
        },
        "sing_selection_response": {
            "cue": "/SE/UI/plus/sing"
        }
    },
    "build_metal_cost": 1,
    "command_caps": [
        "ORDER_Move",
        "ORDER_Patrol",
        "ORDER_Assist"
    ],
    "enable_orbital_shell": true,
    "events": {
        "died": {
            "audio_cue": "/SE/Death/orbital",
            "effect_spec": "/pa/units/air/base_flyer/base_flyer_death.pfx",
            "effect_scale": 1.5
        }
    },
    "gravwell_velocity_multiplier": 3.0,
    "guard_radius": 100,
    "influence_radius": 1000,
    "max_health": 1,
    "navigation": {
        "type": "orbital",
        "acceleration": 10000,
        "brake": 10000,
        "move_speed": 1000,
        "turn_speed": 1000,
        "dodge_radius": 10,
        "dodge_multiplier": 1.0,
        "wobble_factor": 0.2,
        "wobble_speed": 0.0,
        "hover_time": -1.0,
        "bank_factor": 0
    },
    "orbital_offset": [
        {
            "view_type": "Ally",
            "enabled": true,
            "effect": "particle_line_arrow_transparent_nohdr",
            "texture": "/pa/effects/textures/particles/uncompressed/orbital_line_ally.papa",
            "use_team_color": true,
            "color_at_ground": [
                1.0,
                1.0,
                1.0,
                1.0
            ],
            "color_at_unit": [
                1.0,
                1.0,
                1.0,
                0.0
            ],
            "uv_factor": 64.0,
            "scale": 3.0,
            "offset_from_unit": 4.0,
            "offset_from_ground": 1.0
        },
        {
            "view_type": "Unselected Preview",
            "enabled": true,
            "effect": "particle_line_arrow_transparent_nohdr",
            "texture": "/pa/effects/textures/particles/uncompressed/orbital_line_unselected.papa",
            "use_team_color": true,
            "color_at_ground": [
                1.0,
                1.0,
                1.0,
                1.0
            ],
            "color_at_unit": [
                1.0,
                1.0,
                1.0,
                0.0
            ],
            "uv_factor": 64.0,
            "scale": 7.0,
            "offset_from_unit": 4.0,
            "offset_from_ground": 1.0
        },
        {
            "view_type": "Selected",
            "enabled": true,
            "effect": "particle_line_arrow_transparent_nohdr",
            "texture": "/pa/effects/textures/particles/uncompressed/orbital_line_selected.papa",
            "use_team_color": true,
            "color_at_ground": [
                1.0,
                1.0,
                1.0,
                1.0
            ],
            "color_at_unit": [
                1.0,
                1.0,
                1.0,
                1.0
            ],
            "uv_factor": 64.0,
            "scale": 7.0,
            "offset_from_unit": 4.0,
            "offset_from_ground": 1.0
        },
        {
            "view_type": "Enemy",
            "enabled": true,
            "effect": "particle_line_arrow_transparent_nohdr",
            "texture": "/pa/effects/textures/particles/uncompressed/orbital_line_enemy.papa",
            "use_team_color": true,
            "color_at_ground": [
                1.0,
                1.0,
                1.0,
                1.0
            ],
            "color_at_unit": [
                1.0,
                1.0,
                1.0,
                0.0
            ],
            "uv_factor": 64.0,
            "scale": 3.0,
            "offset_from_unit": 4.0,
            "offset_from_ground": 1.0
        }
    ],
    "physics": {
        "radius": 5,
        "gravity_scalar": 0.001,
        "air_friction": 1.0,
        "collision_layers": "WL_Orbital"
    },
    "planetary_arrival_cooldown_time": 3.0,
    "selection_icon": {
        "vertical_offset": -0.5
    },
    "show_in_orbital_layer": true,
    "strategic_icon_priority": 1,
    "system_velocity_multiplier": 15.0,
    "unit_types": [
        "UNITTYPE_Mobile",
        "UNITTYPE_Orbital",
        "UNITTYPE_NoBuild"
    ],
    "wreckage_health_frac": 0.0
}