diff options
author | metamuffin <metamuffin@disroot.org> | 2024-07-27 13:04:32 +0200 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2024-07-27 13:04:41 +0200 |
commit | 13fb44b129c8bdb263136997300121abbbff4aaf (patch) | |
tree | 85c962be6499a0007d0168ece0495d73a1b545c5 /data/maps/debug.yaml | |
parent | 6c76dd801276dd94f2655e0858c42d7e26caf5b8 (diff) | |
download | hurrycurry-13fb44b129c8bdb263136997300121abbbff4aaf.tar hurrycurry-13fb44b129c8bdb263136997300121abbbff4aaf.tar.bz2 hurrycurry-13fb44b129c8bdb263136997300121abbbff4aaf.tar.zst |
permanent effects
Diffstat (limited to 'data/maps/debug.yaml')
-rw-r--r-- | data/maps/debug.yaml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/data/maps/debug.yaml b/data/maps/debug.yaml index 0ea93d77..0ee801ca 100644 --- a/data/maps/debug.yaml +++ b/data/maps/debug.yaml @@ -92,8 +92,9 @@ entities: - !customers - !player_portal { from: [12.5, 8.5], to: [12.5, 2.5] } - !item_portal { from: [14, 4], to: [14, 6] } - - !environment_effect { name: rain, on: 90, off: 60, exclusive: true } - - !environment_effect { name: wind, on: 90, off: 60, exclusive: true } + - !environment_effect { name: rain, on: 60, off: 40 } + - !environment_effect { name: wind, on: 60, off: 40 } + - !environment [night] tile_entities: "}": !conveyor { dir: [1, 0], filter: dough-foodprocessor } |