---
kind: BuildingKind
spec:
  name: Shirt Shop
  description: "Artisan tailors of absoutely fabulous shirts"
  category: factory
  model: 02-02
  color: 1
  contract:
    file: ./ShirtShop.sol
  plugin:
    file: ./ShirtShop.js
  materials:
    - name: L33t Bricks
      quantity: 100
  inputs:
    - name: Red Goo
      quantity: 100
  outputs:
    - name: Boring Shirt
      quantity: 1
