diff options
author | metamuffin <metamuffin@disroot.org> | 2024-07-26 18:51:21 +0200 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2024-07-26 18:51:21 +0200 |
commit | 731c55b70f6d4c29a8ddaac229272caa4bd30084 (patch) | |
tree | f6f3e7894013be126902658ecec893ab155064b7 /data | |
parent | 9c7673253f7dcc50d761345c3fdcd0d6d3654f3e (diff) | |
download | hurrycurry-731c55b70f6d4c29a8ddaac229272caa4bd30084.tar hurrycurry-731c55b70f6d4c29a8ddaac229272caa4bd30084.tar.bz2 hurrycurry-731c55b70f6d4c29a8ddaac229272caa4bd30084.tar.zst |
refactor environment effects
Diffstat (limited to 'data')
-rw-r--r-- | data/maps/debug.yaml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/data/maps/debug.yaml b/data/maps/debug.yaml index d31e2f5b..0ea93d77 100644 --- a/data/maps/debug.yaml +++ b/data/maps/debug.yaml @@ -92,7 +92,8 @@ entities: - !customers - !player_portal { from: [12.5, 8.5], to: [12.5, 2.5] } - !item_portal { from: [14, 4], to: [14, 6] } - - !weather + - !environment_effect { name: rain, on: 90, off: 60, exclusive: true } + - !environment_effect { name: wind, on: 90, off: 60, exclusive: true } tile_entities: "}": !conveyor { dir: [1, 0], filter: dough-foodprocessor } |