From d11241f61e99cd6881e43b3e258b6bdbf86b324a Mon Sep 17 00:00:00 2001 From: Pasi Kallinen Date: Thu, 19 May 2016 20:57:56 +0300 Subject: [PATCH] Add more lighting variance to bigroom v2 --- dat/bigroom.des | 25 ++++++++++++++++--------- 1 file changed, 16 insertions(+), 9 deletions(-) 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