
---
kind: BuildingKind
spec:
  category: factory
  name: Fabricated Building
  description: This building was made using the Building Fabricator!
  model: 05-05
  color: 0
  contract:
    file: ./BasicFactory.sol
  plugin:
    file: ./BasicFactory.js
  materials:
  - name: Red Goo
    quantity: 10
  - name: Green Goo
    quantity: 10
  - name: Blue Goo
    quantity: 10
  inputs:
  - name: Red Goo
    quantity: 10
  - name: Green Goo
    quantity: 10
  - name: Blue Goo
    quantity: 10
  outputs:
  - name: Flag
    quantity: 1

---
kind: Item
spec:
  name: Flag
  icon: 30-82
  goo:
    red: 5
    green: 5
    blue: 5
  stackable: false
