Skip to content

Commit

Permalink
rename 'pickable' property to 'portable' in YAML files
Browse files Browse the repository at this point in the history
  • Loading branch information
kostmo committed Jan 5, 2024
1 parent dffa6b6 commit 4f8516f
Show file tree
Hide file tree
Showing 164 changed files with 434 additions and 320 deletions.
208 changes: 104 additions & 104 deletions data/entities.yaml

Large diffs are not rendered by default.

24 changes: 12 additions & 12 deletions data/scenarios/Challenges/2048.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,84 +25,84 @@ entities:
char: "#"
description:
- This is a one. Maybe you can combine it with other ones somehow.
properties: [growable, portable, infinite]
properties: [growable, pickable, infinite]
- name: "2"
display:
attr: gold
char: "#"
description:
- This is a two. Maybe you can combine it with other twos somehow.
properties: [portable]
properties: [pickable]
- name: "4"
display:
attr: gold
char: "#"
description:
- This is a four. You get the idea.
properties: [portable]
properties: [pickable]
- name: "8"
display:
attr: gold
char: "#"
description:
- An eight.
properties: [portable]
properties: [pickable]
- name: "16"
display:
attr: gold
char: "#"
description:
- A 16.
properties: [portable]
properties: [pickable]
- name: "32"
display:
attr: gold
char: "#"
description:
- A 32.
properties: [portable]
properties: [pickable]
- name: "64"
display:
attr: gold
char: "#"
description:
- A 64.
properties: [portable]
properties: [pickable]
- name: "128"
display:
attr: gold
char: "#"
description:
- A 128.
properties: [portable]
properties: [pickable]
- name: "256"
display:
attr: gold
char: "#"
description:
- A 256.
properties: [portable]
properties: [pickable]
- name: "512"
display:
attr: gold
char: "#"
description:
- A 512.
properties: [portable]
properties: [pickable]
- name: "1024"
display:
attr: gold
char: "#"
description:
- A 1024.
properties: [portable]
properties: [pickable]
- name: "2048"
display:
attr: gold
char: "#"
description:
- A 2048.
properties: [portable]
properties: [pickable]
recipes:
- in:
- [2, "1"]
Expand Down
2 changes: 1 addition & 1 deletion data/scenarios/Challenges/Mazes/easy_cave_maze.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ entities:
attr: device
description:
- The place you're trying to reach! You win by executing `grab` on this item.
properties: [known, portable]
properties: [known, pickable]
world:
dsl: |
{ice}
Expand Down
2 changes: 1 addition & 1 deletion data/scenarios/Challenges/Mazes/easy_spiral_maze.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ entities:
attr: device
description:
- The place you're trying to reach! You win by executing `grab` on this item.
properties: [known, portable]
properties: [known, pickable]
world:
dsl: |
{ice}
Expand Down
2 changes: 1 addition & 1 deletion data/scenarios/Challenges/Mazes/invisible_maze.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ entities:
attr: device
description:
- The place you're trying to reach! You win by executing `grab` on this item.
properties: [known, portable]
properties: [known, pickable]
world:
dsl: |
{grass}
Expand Down
2 changes: 1 addition & 1 deletion data/scenarios/Challenges/Mazes/loopy_maze.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ entities:
attr: device
description:
- The place you're trying to reach! You win by executing `grab` on this item.
properties: [known, portable]
properties: [known, pickable]
world:
dsl: |
{grass}
Expand Down
36 changes: 18 additions & 18 deletions data/scenarios/Challenges/Ranching/beekeeping.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -171,55 +171,55 @@ entities:
char: 'k'
description:
- All the essentials to equip your own "worker bee"
properties: [known, portable]
properties: [known, pickable]
- name: reed
display:
attr: plant
char: 'r'
description:
- Reeds, grow near water
properties: [known, portable, growable]
properties: [known, pickable, growable]
- name: honeycomb
display:
char: 'x'
attr: gold
description:
- Product of bees that have consumed nectar
properties: [known, portable]
properties: [known, pickable]
- name: proboscis
display:
char: 'p'
attr: device
description:
- Senses direction to nectar-producing flowers
properties: [known, portable]
properties: [known, pickable]
capabilities: [detectdirection, structure]
- name: honey
display:
char: 'h'
attr: gold
description:
- Pure liquid honey
properties: [known, portable]
properties: [known, pickable]
- name: mead
display:
char: 'm'
description:
- Honey-based alcoholic beverage
properties: [known, portable]
properties: [known, pickable]
- name: honey extractor
display:
char: 'e'
attr: device
description:
- Device for extracting honey from the comb
properties: [known, portable]
properties: [known, pickable]
- name: buzz
display:
char: 'z'
description:
- Result of discarding surplus honeycomb
properties: [known, portable]
properties: [known, pickable]
- name: wax gland
display:
char: 'g'
Expand All @@ -232,35 +232,35 @@ entities:
attr: gold
description:
- Obtained from wildflowers
properties: [known, portable]
properties: [known, pickable]
- name: honey frame
display:
char: '-'
attr: iceblue
description:
- Internal component of a beehive
properties: [known, portable]
properties: [known, pickable]
- name: stave
display:
char: 'l'
attr: wood
description:
- Wooden plank comprising the sides of a cask
properties: [known, portable]
properties: [known, pickable]
- name: cask
display:
char: 'c'
attr: wood
description:
- Wooden barrel for liquids
properties: [known, portable]
properties: [known, pickable]
- name: water cask
display:
char: 'c'
attr: water_cask
description:
- Water-filled cask
properties: [known, portable]
properties: [known, pickable]
- name: lakewater
display:
attr: water
Expand All @@ -274,14 +274,14 @@ entities:
attr: device
description:
- Used to fill a cask with water
properties: [known, portable]
properties: [known, pickable]
- name: steel hoop
display:
char: 'o'
attr: iron
description:
- Binds staves into a cask
properties: [known, portable]
properties: [known, pickable]
- name: wall
display:
char: 'w'
Expand All @@ -295,7 +295,7 @@ entities:
attr: wood
description:
- A segment of banquet table
properties: [known, portable]
properties: [known, pickable]
- name: hearth
display:
char: 'h'
Expand All @@ -309,14 +309,14 @@ entities:
attr: rock
description:
- Grand entrance
properties: [known, portable]
properties: [known, pickable]
- name: stone tile
display:
char: '.'
attr: rock
description:
- Refined flooring
properties: [known, portable]
properties: [known, pickable]
recipes:
- in:
- [1, botkit]
Expand Down
2 changes: 1 addition & 1 deletion data/scenarios/Challenges/Ranching/capture.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ entities:
char: '@'
description:
- Pushable rock
properties: [known, unwalkable, portable]
properties: [known, unwalkable, pickable]
capabilities: [push]
- name: bacon
display:
Expand Down
22 changes: 11 additions & 11 deletions data/scenarios/Challenges/Ranching/gated-paddock.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -234,35 +234,35 @@ entities:
char: '#'
description:
- Keeps sheep in. And some other things out.
properties: [known, portable, unwalkable]
properties: [known, pickable, unwalkable]
- name: post puller
display:
char: 'P'
attr: rock
capabilities: [drill]
description:
- Good for dismantling fences.
properties: [known, portable]
properties: [known, pickable]
- name: scrap wood
display:
char: '\'
description:
- Scrap wood. Can be reconditioned into boards.
properties: [known, portable]
properties: [known, pickable]
- name: sweater
display:
attr: gold
char: 'S'
description:
- A warm wool sweater. Just in time for winter!
properties: [known, portable]
properties: [known, pickable]
- name: clover
display:
attr: flower
char: '%'
description:
- A tasty stack for fluffy ruminants.
properties: [portable, growable]
properties: [pickable, growable]
growth: [80, 100]
- name: gate
display:
Expand All @@ -277,7 +277,7 @@ entities:
attr: rock
description:
- Facilitates swinging action.
properties: [known, portable]
properties: [known, pickable]
- name: cabin
display:
char: Π
Expand All @@ -297,33 +297,33 @@ entities:
char: '.'
description:
- A marker that can be put down and found again. Used only by judge robot.
properties: [portable]
properties: [pickable]
- name: treaded breadcrumb
display:
char: 'x'
description:
- A marker that can be put down and found again (for a second time). Used only by judge robot.
properties: [portable]
properties: [pickable]
- name: evaporator
display:
char: 'E'
description:
- A tool that allows clearing a water tile. Used only by judge robot.
properties: [portable]
properties: [pickable]
capabilities: [drill]
- name: wool
display:
char: 'ω'
attr: gold
description:
- A bundle of raw animal fiber.
properties: [portable]
properties: [pickable]
- name: steam
display:
char: 'Z'
description:
- What's left after evaporating water. Used only by judge robot.
properties: [portable]
properties: [pickable]
recipes:
- in:
- [2, board]
Expand Down
Loading

0 comments on commit 4f8516f

Please sign in to comment.