diff options
author | metamuffin <metamuffin@disroot.org> | 2024-09-02 14:17:55 +0200 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2024-09-02 14:18:02 +0200 |
commit | 2c2052cf38757e3c77e1e7a6af18af3eb9f3a2eb (patch) | |
tree | f985f1ca2e294aada0cc95ef6761a70ff1fbf20d /data/maps | |
parent | e9e1692fb34b661e7c928c9b4b440dcb655eb062 (diff) | |
download | hurrycurry-2c2052cf38757e3c77e1e7a6af18af3eb9f3a2eb.tar hurrycurry-2c2052cf38757e3c77e1e7a6af18af3eb9f3a2eb.tar.bz2 hurrycurry-2c2052cf38757e3c77e1e7a6af18af3eb9f3a2eb.tar.zst |
campaign gate entity
Diffstat (limited to 'data/maps')
-rw-r--r-- | data/maps/campaign/lobby.yaml | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/data/maps/campaign/lobby.yaml b/data/maps/campaign/lobby.yaml index 215832b5..fbaa96ed 100644 --- a/data/maps/campaign/lobby.yaml +++ b/data/maps/campaign/lobby.yaml @@ -18,10 +18,10 @@ map: - "'*''''''''''''*'" - "*'''''*'''*'''''" - "'*''*''''*'*'*'*" - - "*''''''''''''*''" - - "*'''''''...''**'" - - "''''''''.1.'''''" - - "''*'''''...''*'*" + - "*'''''''█████*''" + - "*'''''''█.1.█**'" + - "''''''''█...█'''" + - "''*'''''██a██*'*" - "'*'''''~''''''''" - "''''''''''''''*'" - "'*'''''''''''*''" @@ -40,6 +40,7 @@ tiles: "~": floor ".": floor "1": floor + "a": floor "b": book "'": grass "*": tree @@ -50,6 +51,7 @@ customer_spawn: "!" tile_entities: "1": !map { name: "campaign/01" } + "a": !gate { condition: !all [!stars [sophomore, 2], !stars [paris, 1]] } walkable: - floor |