{
  "type": "ConsumeGenerator",
  "localizedName": "Overload Reactor",
  "description": "Uses Steel Amalgam to make a lot of power. Requires large amounts of starting power. Outputs slag. If the slag isn't removed, the reactor explodes.",
  "category": "power",
  "size": 10,
  "hasPower": true,
  "hasItems": true,
  "loopSound": "torch",
  "research": "steel-reactor",
  "requirements": [
      "copper/2500",
    "lead/2200",
    "graphite/1800",
    "metaglass/1600",
    "silicon/1500",
    "thorium/1100",
    "steel-alloy/400"
  ],
  "health": 1500,
  "outputLiquid": "slag/0.1",
  "liquidCapacity": 60,
  "itemCapacity": 50,
  "explodeOnFull": true,
  "powerProduction": 400,
  "consumes": {
    "items": {
      "items": [
        {"item": "steel-alloy", "amount": 2}
      ]
    }
  },
  "itemDuration": 420,
  "drawer": {
    "type": "DrawMulti",
    "drawers": [   
      {
        "type": "DrawRegion",
        "suffix": "-bottom",
      },
      {
        "type": "DrawLiquidTile",
        "drawLiquid": "slag"
      },
      {
        "type": "DrawCircles",
        "color": "ffc073",
        "strokeMax": 6,
        "radius": 30,
        "amount": 5,
      },
      {
        "type": "DrawSpikes",
        "color": "ffd59e",
        "stroke": 2,
        "layers": 2,
        "amount": 12,
        "rotateSpeed": 0.1,
        "layerSpeed": -0.9,
        "length": 30
      },
      {
        "type": "DrawParticles",
        "color": "ffc073",
        "alpha": 0.6,
        "particleSize": 6,
        "particles": 32,
        "particleRad": 75,
        "particleLife": 140 
      }
      {
        "type": "DrawBlurSpin",
        "suffix": "-rotator",
        "rotateSpeed": 26
      },
      {
        "type": "DrawDefault"
      }
    ]
  }
}
