Base Structure (base_structure) - /pa/units/land/base_structure/base_structure.json

Base Structure Description - If you're seeing this, something is wrong in your structure.
{
    "display_name": "Base Structure",
    "description": "Base Structure Description - If you're seeing this, something is wrong in your structure.",
    "TEMP_texelinfo": 1.0,
    "armor_type": "AT_Structure",
    "audio": {
        "selection_response": {
            "cue": "/SE/Selection/structure/structure_small"
        }
    },
    "build_metal_cost": 1,
    "death": {
        "decals": [
            "/pa/effects/specs/scorch_b_01.json"
        ]
    },
    "events": {
        "build_complete": {
            "audio_cue": "/SE/Build_Complete/factory"
        },
        "fired": {
            "audio_cue": "/SE/Weapons/base/base_fire_laser"
        },
        "died": {
            "audio_cue": "/SE/Death/Factory",
            "effect_spec": "/pa/effects/specs/default_building_explosion.pfx"
        },
        "destroyed": {
            "audio_cue": "/SE/Impacts/debris_destroyed"
        }
    },
    "guard_radius": 50,
    "max_health": 1,
    "physics": {
        "type": "Structure",
        "shape": "Box",
        "collision_layers": "WL_AnyHorizontalGroundOrWaterSurface",
        "radius": 1,
        "air_friction": 1.0,
        "allow_pushing": false,
        "push_sideways": false,
        "allow_underground": false
    },
    "recon": {
        "observable": {
            "layer": "surface_and_air",
            "show_ghost": true
        },
        "observer": {
            "items": [
                {
                    "layer": "surface_and_air",
                    "channel": "sight",
                    "shape": "capsule",
                    "radius": 100
                },
                {
                    "layer": "underwater",
                    "channel": "sight",
                    "shape": "capsule",
                    "radius": 120
                }
            ]
        }
    },
    "spawn_layers": "WL_LandHorizontal",
    "strategic_icon_priority": 4,
    "structure": {
        "cost_stamp": {
            "shape": "box",
            "type_data": [
                {
                    "move_type": "land-small",
                    "stamp_type": "structure"
                },
                {
                    "move_type": "amphibious",
                    "stamp_type": "structure"
                },
                {
                    "move_type": "amphibious-large",
                    "stamp_type": "structure"
                },
                {
                    "move_type": "hover",
                    "stamp_type": "structure"
                },
                {
                    "move_type": "water-hover",
                    "stamp_type": "structure"
                },
                {
                    "move_type": "hover-large",
                    "stamp_type": "structure"
                },
                {
                    "move_type": "deepwater",
                    "stamp_type": "structure"
                },
                {
                    "move_type": "underwater",
                    "stamp_type": "structure"
                }
            ]
        }
    },
    "unit_types": [
        "UNITTYPE_Structure",
        "UNITTYPE_NoBuild"
    ],
    "wreckage_health_frac": 1.0
}