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

