From: Pasi Kallinen Date: Thu, 19 May 2016 17:57:56 +0000 (+0300) Subject: Add more lighting variance to bigroom v2 X-Git-Tag: NetHack-3.6.1_RC01~760 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d11241f61e99cd6881e43b3e258b6bdbf86b324a;p=nethack Add more lighting variance to bigroom v2 --- diff --git a/dat/bigroom.des b/dat/bigroom.des index 3726d74c0..dcec9854b 100644 --- a/dat/bigroom.des +++ b/dat/bigroom.des @@ -139,15 +139,22 @@ MAP --------------------------------------------------------------------------- ENDMAP # Dungeon Description -REGION:(01,01,23,06),lit,"ordinary" -REGION:(01,07,23,10),unlit,"ordinary" -REGION:(01,11,23,16),lit,"ordinary" -REGION:(24,01,50,06),unlit,"ordinary" -REGION:(24,07,50,10),lit,"ordinary" -REGION:(24,11,50,16),unlit,"ordinary" -REGION:(51,01,73,06),lit,"ordinary" -REGION:(51,07,73,10),unlit,"ordinary" -REGION:(51,11,73,16),lit,"ordinary" +REGION:(01,01,73,16),lit,"ordinary" +SWITCH [ 3 ] { + CASE 0: + REGION:(01,07,22,09),unlit,"ordinary" + REGION:(24,01,50,05),unlit,"ordinary" + REGION:(24,11,50,16),unlit,"ordinary" + REGION:(52,07,73,09),unlit,"ordinary" + BREAK + CASE 1: + REGION:(24,01,50,16),unlit,"ordinary" + BREAK + CASE 2: + REGION:(01,01,22,16),unlit,"ordinary" + REGION:(52,01,73,16),unlit,"ordinary" + BREAK +} # Stairs STAIR:random,up STAIR:random,down