---
kind: BuildingKind
spec:
  name: Blue Goo Fusion
  description: "A reactor that will fuse Vibrant Blue Goo into Really Blue Goo."
  category: factory
  model: 05-11
  color: 0
  contract:
    file: ./BlueGooFusion.sol
  plugin:
    file: ./BlueGooFusion.js
  materials:
  - name: L33t Bricks
    quantity: 100
  inputs:
  - name: Vibrant Blue Goo
    quantity: 100
  outputs:
  - name: Really Blue Goo
    quantity: 5

