Skip to content

Commit

Permalink
fix(data): add marsh room
Browse files Browse the repository at this point in the history
  • Loading branch information
ssube committed May 23, 2021
1 parent b14b859 commit fd3e64a
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions data/base.yml
Expand Up @@ -226,6 +226,36 @@ worlds:
items:
- id: item-sword
chance: 50
portals:
- sourceGroup:
base: west
targetGroup:
base: east
name:
base: door
dest:
base: ((room-cave|room-marsh))
- sourceGroup:
base: east
targetGroup:
base: west
name:
base: window
dest:
base: room-dungeon
slots: !map
step:
base: room-step
verbs: !map {}
- base:
meta:
id: room-marsh
name:
base: Marsh
desc:
base: moist marsh
actors: []
items: []
portals:
- sourceGroup:
base: west
Expand Down

0 comments on commit fd3e64a

Please sign in to comment.