Power Catalyst (l_energy_plant) - /pa/units/land/l_energy_plant/l_energy_plant.json

Basic Economy - Generates power.
{
  "display_name": "!LOC:Power Catalyst",
  "description": "!LOC:Basic Economy - Generates power.",
  "TEMP_texelinfo": 15.8224,
  "area_build_type": "Line",
  "atrophy_cool_down": 15,
  "atrophy_rate": 7.5,
  "audio": {
    "selection_response": {
      "cue": "/SE/Selection/structure/energy"
    }
  },
  "base_spec": "/pa/units/land/base_structure/base_structure.json",
  "build_metal_cost": 400,
  "events": {
    "build_complete": {
      "audio_cue": "/SE/Build_Complete/energy"
    },
    "died": {
      "effect_scale": 0.5
    }
  },
  "fx_offsets": [
    {
      "filename": "/pa/units/land/l_energy_plant/energy_plant_idle.pfx",
      "offset": [
        0,
        0,
        6
      ],
      "type": "idle"
    }
  ],
  "max_health": 1000,
  "mesh_bounds": [
    9.426,
    9.426,
    9.764
  ],
  "model": [
    {
      "filename": "/pa/units/land/l_energy_plant/l_energy_plant.papa",
      "skirt_decal": "/pa/effects/specs/skirt_energy.json"
    }
  ],
  "placement_size": [
    12,
    12
  ],
  "production": {
    "energy": 600
  },
  "recon": {
    "observer": {
      "items": [
        {
          "channel": "sight",
          "layer": "surface_and_air",
          "radius": 100,
          "shape": "capsule"
        },
        {
          "channel": "sight",
          "layer": "underwater",
          "radius": 100,
          "shape": "capsule"
        }
      ]
    }
  },
  "selection_icon": {
    "diameter": -19
  },
  "spawn_layers": "WL_AnyHorizontalGroundOrWaterSurface",
  "unit_types": [
    "UNITTYPE_Structure",
    "UNITTYPE_EnergyProduction",
    "UNITTYPE_Basic",
    "UNITTYPE_CmdBuild",
    "UNITTYPE_FabBuild",
    "UNITTYPE_Economy",
    "UNITTYPE_Custom1"
  ]
}