---
kind: BuildingKind
spec:
  category: custom
  name: Unit Controller
  description: This Building can spawn and control a mobile unit
  model: 01-01
  color: 2
  contract:
    file: ./UnitController.sol
  plugin:
    file: ./UnitController.js
  materials:
    - name: Red Goo
      quantity: 10
    - name: Green Goo
      quantity: 10
    - name: Blue Goo
      quantity: 10
