-
Notifications
You must be signed in to change notification settings - Fork 53
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
19 changed files
with
581 additions
and
33 deletions.
There are no files selected for viewing
106 changes: 106 additions & 0 deletions
106
data/scenarios/Testing/144-subworlds/portals-and-waypoints.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,106 @@ | ||
version: 1 | ||
name: Waypoints for nested structures | ||
description: | | ||
Demonstrate behavior of waypoints across structure overlays | ||
entities: | ||
- name: telepad entrance | ||
display: | ||
attr: gold | ||
char: "o" | ||
description: | ||
- Portal entrance or exit | ||
properties: [known] | ||
- name: telepad exit | ||
display: | ||
attr: blue | ||
char: "o" | ||
description: | ||
- Portal entrance or exit | ||
properties: [known] | ||
robots: | ||
- name: base | ||
loc: [0, 4] | ||
dir: [1, 0] | ||
known: [tree, flower, sand, bit (0), bit (1)] | ||
world: | ||
upperleft: [-4, 7] | ||
default: [blank] | ||
palette: | ||
'.': [grass] | ||
'*': [stone, flower] | ||
'P': [grass, telepad entrance] | ||
'p': [grass, telepad exit] | ||
'┌': [stone, upper left corner] | ||
'┐': [stone, upper right corner] | ||
'└': [stone, lower left corner] | ||
'┘': [stone, lower right corner] | ||
'─': [stone, horizontal wall] | ||
'│': [stone, vertical wall] | ||
structures: | ||
- name: bitpair | ||
structure: | ||
palette: | ||
'p': [stone, telepad exit] | ||
'1': [stone, bit (1)] | ||
map: | | ||
1 | ||
p | ||
waypoints: | ||
- name: bitpair_bottom | ||
loc: [0, -1] | ||
- name: minibox | ||
structure: | ||
palette: | ||
'.': [stone] | ||
's': [stone, sand] | ||
'P': [stone, telepad entrance] | ||
placements: | ||
- src: bitpair | ||
offset: [1, 0] | ||
waypoints: | ||
- name: minibox_corner | ||
loc: [0, 0] | ||
map: | | ||
P.s | ||
s.s | ||
- name: bigbox | ||
structure: | ||
palette: | ||
'.': [stone] | ||
'T': [stone, tree] | ||
'w': | ||
cell: [dirt, telepad entrance] | ||
waypoint: bigbox_middle | ||
map: | | ||
TTTTTT | ||
T.TwT. | ||
.T.T.T | ||
TTTTTT | ||
placements: | ||
- src: bigbox | ||
offset: [1, -1] | ||
- src: bigbox | ||
offset: [7, -5] | ||
- src: minibox | ||
offset: [1, -7] | ||
waypoints: | ||
- name: meadow | ||
loc: [12, -1] | ||
portals: | ||
- entrance: bigbox_middle | ||
exitInfo: | ||
exit: bitpair_bottom | ||
- entrance: minibox_corner | ||
exitInfo: | ||
exit: meadow | ||
map: | | ||
┌────────────┐ | ||
│*..*..*..*.p│ | ||
│.*..*..*..*.│ | ||
│..*..*..*..*│ | ||
│*..*..*..*..│ | ||
│.*..*..*..*.│ | ||
│..*..*..*..*│ | ||
│*..*..*..*..│ | ||
│.*..*..*..*.│ | ||
└────────────┘ |
106 changes: 106 additions & 0 deletions
106
data/scenarios/Testing/_Validation/144-ambiguous-portal-entrance.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,106 @@ | ||
version: 1 | ||
name: Waypoints for nested structures | ||
description: | | ||
Demonstrate behavior of waypoints across structure overlays | ||
entities: | ||
- name: telepad entrance | ||
display: | ||
attr: gold | ||
char: "o" | ||
description: | ||
- Portal entrance or exit | ||
properties: [known] | ||
- name: telepad exit | ||
display: | ||
attr: blue | ||
char: "o" | ||
description: | ||
- Portal entrance or exit | ||
properties: [known] | ||
robots: | ||
- name: base | ||
loc: [0, 4] | ||
dir: [1, 0] | ||
known: [tree, flower, sand, bit (0), bit (1)] | ||
world: | ||
upperleft: [-4, 7] | ||
default: [blank] | ||
palette: | ||
'.': [grass] | ||
'*': [stone, flower] | ||
'P': [grass, telepad entrance] | ||
'p': [grass, telepad exit] | ||
'┌': [stone, upper left corner] | ||
'┐': [stone, upper right corner] | ||
'└': [stone, lower left corner] | ||
'┘': [stone, lower right corner] | ||
'─': [stone, horizontal wall] | ||
'│': [stone, vertical wall] | ||
structures: | ||
- name: bitpair | ||
structure: | ||
palette: | ||
'p': [stone, telepad exit] | ||
'1': [stone, bit (1)] | ||
map: | | ||
1 | ||
p | ||
waypoints: | ||
- name: bitpair_bottom | ||
loc: [0, -1] | ||
- name: minibox | ||
structure: | ||
palette: | ||
'.': [stone] | ||
's': [stone, sand] | ||
'P': [stone, telepad entrance] | ||
placements: | ||
- src: bitpair | ||
offset: [1, 0] | ||
waypoints: | ||
- name: minibox_corner | ||
loc: [0, 0] | ||
map: | | ||
P.s | ||
s.s | ||
- name: bigbox | ||
structure: | ||
palette: | ||
'.': [stone] | ||
'T': [stone, tree] | ||
'w': | ||
cell: [dirt, telepad entrance] | ||
waypoint: bigbox_middle | ||
map: | | ||
TTTTTT | ||
T.TwT. | ||
.T.T.T | ||
TTTTTT | ||
placements: | ||
- src: bigbox | ||
offset: [1, -1] | ||
- src: bigbox | ||
offset: [7, -5] | ||
- src: minibox | ||
offset: [1, -7] | ||
waypoints: | ||
- name: meadow | ||
loc: [12, -1] | ||
portals: | ||
- entrance: bigbox_middle | ||
exitInfo: | ||
exit: bitpair_bottom | ||
- entrance: minibox_corner | ||
exitInfo: | ||
exit: meadow | ||
map: | | ||
┌────────────┐ | ||
│*..*..*..*.p│ | ||
│.*..*..*..*.│ | ||
│..*..*..*..*│ | ||
│*..*..*..*..│ | ||
│.*..*..*..*.│ | ||
│..*..*..*..*│ | ||
│*..*..*..*..│ | ||
│.*..*..*..*.│ | ||
└────────────┘ |
106 changes: 106 additions & 0 deletions
106
data/scenarios/Testing/_Validation/144-ambiguous-portal-exit.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,106 @@ | ||
version: 1 | ||
name: Waypoints for nested structures | ||
description: | | ||
Demonstrate behavior of waypoints across structure overlays | ||
entities: | ||
- name: telepad entrance | ||
display: | ||
attr: gold | ||
char: "o" | ||
description: | ||
- Portal entrance or exit | ||
properties: [known] | ||
- name: telepad exit | ||
display: | ||
attr: blue | ||
char: "o" | ||
description: | ||
- Portal entrance or exit | ||
properties: [known] | ||
robots: | ||
- name: base | ||
loc: [0, 4] | ||
dir: [1, 0] | ||
known: [tree, flower, sand, bit (0), bit (1)] | ||
world: | ||
upperleft: [-4, 7] | ||
default: [blank] | ||
palette: | ||
'.': [grass] | ||
'*': [stone, flower] | ||
'P': [grass, telepad entrance] | ||
'p': [grass, telepad exit] | ||
'┌': [stone, upper left corner] | ||
'┐': [stone, upper right corner] | ||
'└': [stone, lower left corner] | ||
'┘': [stone, lower right corner] | ||
'─': [stone, horizontal wall] | ||
'│': [stone, vertical wall] | ||
structures: | ||
- name: bitpair | ||
structure: | ||
palette: | ||
'p': [stone, telepad exit] | ||
'1': [stone, bit (1)] | ||
map: | | ||
1 | ||
p | ||
waypoints: | ||
- name: bitpair_bottom | ||
loc: [0, -1] | ||
- name: minibox | ||
structure: | ||
palette: | ||
'.': [stone] | ||
's': [stone, sand] | ||
'P': [stone, telepad entrance] | ||
placements: | ||
- src: bitpair | ||
offset: [1, 0] | ||
waypoints: | ||
- name: minibox_corner | ||
loc: [0, 0] | ||
map: | | ||
P.s | ||
s.s | ||
- name: bigbox | ||
structure: | ||
palette: | ||
'.': [stone] | ||
'T': [stone, tree] | ||
'w': | ||
cell: [dirt, telepad entrance] | ||
waypoint: bigbox_middle | ||
map: | | ||
TTTTTT | ||
T.TwT. | ||
.T.T.T | ||
TTTTTT | ||
placements: | ||
- src: bigbox | ||
offset: [1, -1] | ||
- src: bigbox | ||
offset: [7, -5] | ||
- src: minibox | ||
offset: [1, -7] | ||
waypoints: | ||
- name: meadow | ||
loc: [12, -1] | ||
portals: | ||
- entrance: bigbox_middle | ||
exitInfo: | ||
exit: bitpair_bottom | ||
- entrance: minibox_corner | ||
exitInfo: | ||
exit: meadow | ||
map: | | ||
┌────────────┐ | ||
│*..*..*..*.p│ | ||
│.*..*..*..*.│ | ||
│..*..*..*..*│ | ||
│*..*..*..*..│ | ||
│.*..*..*..*.│ | ||
│..*..*..*..*│ | ||
│*..*..*..*..│ | ||
│.*..*..*..*.│ | ||
└────────────┘ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -82,6 +82,7 @@ | |
"time" | ||
"scout" | ||
"whereami" | ||
"waypoint" | ||
"detect" | ||
"resonate" | ||
"density" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.