Mass Extractor (l_mex) - /pa/units/land/l_mex/l_mex.json

Basic Economy - Produces metal. Can only be placed on metal deposits. Can share a metal deposit with an Advanced Mass Extractor.
{
    "display_name": "!LOC:Mass Extractor",
    "description": "!LOC:Basic Economy - Produces metal. Can only be placed on metal deposits. Can share a metal deposit with an Advanced Mass Extractor.",
    "TEMP_texelinfo": 24.0973,
    "area_build_type": "Sphere",
    "atrophy_cool_down": 15,
    "atrophy_rate": 2.5,
    "audio": {
        "selection_response": {
            "cue": "/SE/Selection/structure/metal"
        }
    },
    "base_spec": "/pa/units/land/base_structure/base_structure.json",
    "build_metal_cost": 170,
    "consumption": {
        "energy": 0
    },
    "events": {
        "build_complete": {
            "audio_cue": "/SE/Build_Complete/metal"
        },
        "died": {
            "audio_cue": "/SE/Death/Factory",
            "effect_scale": 0.75
        }
    },
    "feature_requirements": [
        "metal_spot"
    ],
    "force_snap_to_feature_orientation": true,
    "fx_offsets": [
        {
            "filename": "/pa/units/land/l_mex/l_mex.pfx",
            "offset": [
                0,
                0,
                5
            ],
            "type": "idle"
        }
    ],
    "max_health": 1000,
    "mesh_bounds": [
        15.741,
        17.386,
        7.218
    ],
    "model": {
        "animations": {
            "idle": "/pa/units/land/l_mex/l_metal_extractor_idle.papa"
        },
        "animtree": "/pa/anim/anim_trees/simple_building_anim_tree.json",
        "filename": "/pa/units/land/l_mex/l_metal_extractor.papa"
    },
    "placement_size": [
        16,
        16
    ],
    "production": {
        "metal": 7
    },
    "recon": {
        "observer": {
            "items": [
                {
                    "channel": "sight",
                    "layer": "surface_and_air",
                    "radius": 100,
                    "shape": "capsule"
                },
                {
                    "channel": "sight",
                    "layer": "underwater",
                    "radius": 100,
                    "shape": "capsule"
                }
            ]
        }
    },
    "replaceable_units": [
        "/pa/units/land/l_mex_adv/l_mex_adv.json",
        "/pa/units/land/metal_extractor_adv/metal_extractor_adv.json",
        "/pa/units/structure/bug_advanced_extractor/bug_advanced_extractor.json"
    ],
    "selection_icon": {
        "diameter": -24
    },
    "spawn_layers": "WL_AnyHorizontalGroundOrWaterSurface",
    "unit_types": [
        "UNITTYPE_Structure",
        "UNITTYPE_Basic",
        "UNITTYPE_MetalProduction",
        "UNITTYPE_CmdBuild",
        "UNITTYPE_FabBuild",
        "UNITTYPE_FabOrbBuild",
        "UNITTYPE_Economy",
        "UNITTYPE_Custom1"
    ]
}