packages feed

swarm-0.7.0.0: data/scenarios/Speedruns/mithril.yaml

version: 1
name: Mithril
author: Brent Yorgey
description: Race to mine some `mithril`{=entity}. See the Swarm wiki for more information on Swarm speedrunning.
objectives:
  - goal:
      - Mine some `mithril`{=entity} as quickly as possible!
    condition: as base {has "mithril"}
robots:
  - name: base
    loc: [0, 0]
    dir: north
    heavy: true
    display:
      char: Ω
      attr: robot
    devices:
      - 3D printer
      - dictionary
      - grabber
      - welder
      - life support system
      - logger
      - toolkit
      - solar panel
      - workbench
      - clock
    inventory:
      - [5, 3D printer]
      - [100, treads]
      - [70, grabber]
      - [100, solar panel]
      - [50, scanner]
      - [50, clock]
      - [5, toolkit]
world:
  scrollable: false
  dsl: |
    "classic"