packages feed

swarm-0.4: data/scenarios/Speedruns/forester.yaml

version: 1
name: Forester
author: Brent Yorgey
description: Race to harvest 1024 trees as quickly as possible.
  See the Swarm wiki for more information on Swarm speedrunning.
objectives:
  - goal:
      - Harvest 1024 trees as quickly as possible!
    condition: as base {n <- count "tree"; return (n >= 1024)}
robots:
  - name: base
    loc: [0,0]
    dir: [0,1]
    heavy: true
    display:
      char: Ω
      attr: robot
    devices:
      - 3D printer
      - dictionary
      - grabber
      - life support system
      - logger
      - toolkit
      - solar panel
      - workbench
      - clock
    inventory:
      - [5, 3D printer]
      - [100, treads]
      - [70, grabber]
      - [100, solar panel]
      - [50, scanner]
      - [5, toolkit]
world:
  offset: true
  scrollable: false
  dsl: |
    "classic"