From 698c17f0224b495611b29cf3b1f42a2485acf70f Mon Sep 17 00:00:00 2001 From: rjtanner Date: Sun, 28 Sep 2008 06:59:26 +0000 Subject: [PATCH] Map header updates: Correct creation date in map header that was changed in r7448, it was using the wrong month; Update maps with entrance x & y coordinates, adjust map level difficulty to something slightly more realistic git-svn-id: svn://svn.code.sf.net/p/crossfire/code/maps/trunk@9940 282e977c-c81d-0410-88c4-b93c2d0d6712 --- scorn/anthony/passoffice | 4 ++-- scorn/anthony/portgate | 4 +++- scorn/anthony/prison | 4 ++-- scorn/apartment/apartments | 4 +++- scorn/cannery/ware1 | 6 +++--- scorn/crow/train/train | 3 ++- scorn/dtabb/cave | 6 ++++-- scorn/dtabb/cave2 | 3 ++- scorn/dtabb/cave3 | 8 +++++--- scorn/houses/angrygiant | 5 +++-- scorn/houses/barracks | 9 +++++---- scorn/houses/bowyer | 3 ++- scorn/houses/breezy_acres | 6 +++--- scorn/houses/breezy_under | 4 ++-- scorn/houses/breezy_under2 | 4 ++-- scorn/houses/chess_club | 3 +++ scorn/houses/cornerbrook_under | 3 ++- scorn/houses/easy_house.1.a | 4 +++- scorn/houses/easy_house.1.b | 4 +++- scorn/houses/easy_house.1.c | 4 +++- scorn/houses/house.haunted | 8 ++++---- scorn/houses/house.haunted2 | 6 +++--- scorn/houses/house1 | 5 +++-- scorn/houses/house3.1st | 5 ++--- scorn/houses/house3.2nd | 5 ++++- scorn/houses/house3.bas1 | 7 ++++--- scorn/houses/house3.bas2 | 6 ++++-- scorn/houses/jeweler | 3 ++- scorn/houses/jones | 5 ++++- scorn/houses/kitchen | 3 ++- scorn/houses/map.fr.ruin | 6 +++++- scorn/houses/maze1 | 5 +++-- scorn/houses/messhall | 5 +++-- scorn/houses/newhouse1 | 5 +++-- scorn/houses/resir | 8 ++++---- scorn/houses/riverside_manor | 3 ++- scorn/houses/riverside_under | 8 ++++---- scorn/houses/rolanda | 6 ++++-- scorn/houses/scorn_trappers | 6 ++++-- scorn/houses/smithery | 3 ++- scorn/houses/tannery | 4 ++-- scorn/houses/wizardw | 3 ++- scorn/houses/wizz.entry | 4 ++-- scorn/houses/wizz.lev1 | 6 ++++-- scorn/houses/wizz.lev1.pass1 | 6 ++++-- scorn/houses/woodhouse | 6 ++++-- scorn/kar/creepy.house | 6 +++--- scorn/kar/creepy.house2 | 6 ++++-- scorn/kar/drink | 3 ++- scorn/kar/gorks1 | 9 ++++++--- scorn/kar/gorks2 | 6 ++++-- scorn/kar/gorks3 | 6 ++++-- scorn/kar/somehouse | 5 ++++- scorn/kar/somehouse2 | 7 ++++++- scorn/kar/somehouse3 | 6 ++++-- scorn/magara/porter_house | 5 ++++- scorn/misc/prison | 7 ++++--- 57 files changed, 186 insertions(+), 108 deletions(-) diff --git a/scorn/anthony/passoffice b/scorn/anthony/passoffice index 488e59e78..de5c27cfb 100644 --- a/scorn/anthony/passoffice +++ b/scorn/anthony/passoffice @@ -4,11 +4,11 @@ difficulty 1 region scorn width 10 height 15 -enter_x 10 +enter_x 5 enter_y 8 msg Created: 1998-12-28 Anthony Thyssen (anthony@cit.gu.edu.au) -Modified: 2008-06-06 Arvid Norlander +Modified: 2008-09-27 Rick Tanner endmsg end arch woodfloor diff --git a/scorn/anthony/portgate b/scorn/anthony/portgate index c547f1ef4..87e7f3078 100644 --- a/scorn/anthony/portgate +++ b/scorn/anthony/portgate @@ -4,9 +4,11 @@ difficulty 1 region scorn width 18 height 13 +enter_x 8 +enter_y 11 msg Created: 1998-12-28 Anthony Thyssen (anthony@cit.gu.edu.au) -Modified: 2007-12-10 Kevin Bulgrien +Modified: 2008-09-27 Rick Tanner endmsg outdoor 1 end diff --git a/scorn/anthony/prison b/scorn/anthony/prison index 00e4ebf39..4afb4cc2a 100644 --- a/scorn/anthony/prison +++ b/scorn/anthony/prison @@ -1,6 +1,6 @@ arch map name Prison -difficulty 1 +difficulty 10 region scorn width 21 height 25 @@ -8,7 +8,7 @@ enter_x 9 enter_y 23 msg Created: 1998-12-26 Anthony Thyssen (anthony@cit.gu.edu.au) -Modified: 2008-06-06 Arvid Norlander +Modified: 2008-09-27 Rick Tanner endmsg end arch cobblestones2 diff --git a/scorn/apartment/apartments b/scorn/apartment/apartments index 2bc0a725e..41af2d3af 100644 --- a/scorn/apartment/apartments +++ b/scorn/apartment/apartments @@ -4,9 +4,11 @@ difficulty 1 region scorn width 18 height 10 +enter_x 1 +enter_y 1 msg Created: 1998-03-27 Christian Stieber (stieber@informatik.tu-muenchen.de) -Modified: 2008-06-20 Arvid Norlander +Modified: 2008-09-27 Rick Tanner endmsg end arch woodfloor diff --git a/scorn/cannery/ware1 b/scorn/cannery/ware1 index 43488c2ec..28e4090d8 100644 --- a/scorn/cannery/ware1 +++ b/scorn/cannery/ware1 @@ -1,14 +1,14 @@ arch map name Animal Quarantine -difficulty 1 +difficulty 18 region scorn width 40 height 40 enter_x 19 -enter_y 39 +enter_y 36 msg Created: 1993-10-15 -Modified: 2008-06-06 Arvid Norlander +Modified: 2008-09-27 Rick Tanner endmsg end arch cobblestones2 diff --git a/scorn/crow/train/train b/scorn/crow/train/train index a66b5014d..53f272ef7 100644 --- a/scorn/crow/train/train +++ b/scorn/crow/train/train @@ -1,7 +1,7 @@ arch map name Training Center reset_timeout 1800 -difficulty 1 +difficulty 25 region scorn darkness 3 width 10 @@ -10,6 +10,7 @@ enter_x 4 enter_y 17 msg Created: 2003-06-19 Preston Crow +Modified: 2008-09-27 Rick Tanner endmsg end arch flagstone diff --git a/scorn/dtabb/cave b/scorn/dtabb/cave index 42534847d..7c3f62b77 100644 --- a/scorn/dtabb/cave +++ b/scorn/dtabb/cave @@ -1,12 +1,14 @@ arch map name Gnolls Grotto -difficulty 1 +difficulty 10 region scorn width 32 height 32 -enter_x 28 +enter_x 30 +enter_y 1 msg Created: 1998-10-15 Cater & Wade (john_cater@yahoo.com) +Modified: 2008-09-27 Rick Tanner endmsg end arch dirtfloor diff --git a/scorn/dtabb/cave2 b/scorn/dtabb/cave2 index 29ebbacf8..75fcf5212 100644 --- a/scorn/dtabb/cave2 +++ b/scorn/dtabb/cave2 @@ -1,6 +1,6 @@ arch map name Ogre Cave -difficulty 1 +difficulty 12 region scorn width 36 height 36 @@ -8,6 +8,7 @@ enter_x 22 enter_y 18 msg dtabb@ecst.csuchico.edu +Modified: 2008-09-27 Rick Tanner endmsg end arch dirtfloor diff --git a/scorn/dtabb/cave3 b/scorn/dtabb/cave3 index bd99121fd..598d2b701 100644 --- a/scorn/dtabb/cave3 +++ b/scorn/dtabb/cave3 @@ -1,12 +1,14 @@ arch map name Goblin Den -difficulty 1 +difficulty 6 region scorn width 20 height 20 +enter_x 19 +enter_y 3 msg -Created: 1994-02-19 -Modified: 2007-11-04 Andreas Kirschbaum +Created: 1994-10-19 +Modified: 2008-09-27 Rick Tanner endmsg end arch dirtfloor diff --git a/scorn/houses/angrygiant b/scorn/houses/angrygiant index 279f84f08..c68e33852 100644 --- a/scorn/houses/angrygiant +++ b/scorn/houses/angrygiant @@ -1,14 +1,15 @@ arch map name Angry Giant's Bungalow reset_timeout 7200 -difficulty 6 +difficulty 9 region scorn width 16 height 16 enter_x 7 enter_y 14 msg -Created: 2003-02-04 +Created: 2003-01-04 +Modified: 2008-09-27 Rick Tanner endmsg end arch grass diff --git a/scorn/houses/barracks b/scorn/houses/barracks index aee957d71..1438389cd 100644 --- a/scorn/houses/barracks +++ b/scorn/houses/barracks @@ -1,14 +1,15 @@ arch map name Barracks reset_timeout 7200 -difficulty 1 +difficulty 12 region scorn width 25 height 10 -enter_x 1 -enter_y 1 +enter_x 24 +enter_y 4 msg -Created: 2003-02-04 +Created: 2003-01-04 +Modified: 2008-09-27 Rick Tanner endmsg end arch cobblestones2 diff --git a/scorn/houses/bowyer b/scorn/houses/bowyer index c4fc8f3c7..8a3476352 100644 --- a/scorn/houses/bowyer +++ b/scorn/houses/bowyer @@ -8,7 +8,8 @@ height 15 enter_x 6 enter_y 14 msg -Created: 2002-02-28 +Created: 2002-12-28 +Modified: 2008-09-27 Rick Tanner endmsg end arch grass diff --git a/scorn/houses/breezy_acres b/scorn/houses/breezy_acres index e732077d8..b005b821d 100644 --- a/scorn/houses/breezy_acres +++ b/scorn/houses/breezy_acres @@ -1,14 +1,14 @@ arch map name Breezy Acres -difficulty 2 +difficulty 6 region scorn width 25 height 25 -enter_x 11 +enter_x 12 enter_y 1 msg Created: 2003-04-27 Avion -Modified: 2007-11-04 Andreas Kirschbaum +Modified: 2008-09-27 Rick Tanner endmsg outdoor 1 end diff --git a/scorn/houses/breezy_under b/scorn/houses/breezy_under index 0ff5a5c3c..800f1143a 100644 --- a/scorn/houses/breezy_under +++ b/scorn/houses/breezy_under @@ -1,6 +1,6 @@ arch map name Under Breezy Acres -difficulty 2 +difficulty 9 region scorn darkness 3 width 30 @@ -9,7 +9,7 @@ enter_x 14 enter_y 8 msg Created: 2003-05-11 Avion -Modified: 2008-06-06 Arvid Norlander +Modified: 2008-09-28 Rick Tanner endmsg end arch dungeon_floor diff --git a/scorn/houses/breezy_under2 b/scorn/houses/breezy_under2 index 212ae69dc..a5451a8b8 100644 --- a/scorn/houses/breezy_under2 +++ b/scorn/houses/breezy_under2 @@ -1,6 +1,6 @@ arch map name Under Breezy Acres -difficulty 3 +difficulty 12 region scorn darkness 3 width 30 @@ -9,7 +9,7 @@ enter_x 1 enter_y 1 msg Created: 2003-05-11 Avion -Modified: 2007-11-04 Andreas Kirschbaum +Modified: 2008-09-28 Rick Tanner endmsg end arch dungeon_floor diff --git a/scorn/houses/chess_club b/scorn/houses/chess_club index 70bbdc623..4012ed2ae 100644 --- a/scorn/houses/chess_club +++ b/scorn/houses/chess_club @@ -4,8 +4,11 @@ difficulty 1 region scorn width 39 height 22 +enter_x 19 +enter_y 1 msg Created: 2000-11-11 Andreas Vogl (red.blaze@gmx.net) +Modified: 2008-09-28 Rick Tanner endmsg end arch exit diff --git a/scorn/houses/cornerbrook_under b/scorn/houses/cornerbrook_under index 7e1418cac..712b9c5a2 100644 --- a/scorn/houses/cornerbrook_under +++ b/scorn/houses/cornerbrook_under @@ -1,6 +1,6 @@ arch map name Under Cornerbrook -difficulty 3 +difficulty 7 region scorn darkness 3 width 20 @@ -9,6 +9,7 @@ enter_x 1 enter_y 1 msg Created: 2003-04-05 Avion +Modified: 2008-09-28 Rick Tanner endmsg end arch dirtfloor diff --git a/scorn/houses/easy_house.1.a b/scorn/houses/easy_house.1.a index 2aae72109..2fe7938bc 100644 --- a/scorn/houses/easy_house.1.a +++ b/scorn/houses/easy_house.1.a @@ -5,9 +5,11 @@ region scorn darkness 3 width 20 height 20 +enter_x 10 +enter_y 19 msg Created: 2006-05-26 Bort -Modified: 2008-08-11 Andrew Fuchs +Modified: 2008-09-28 Rick Tanner endmsg end arch grass diff --git a/scorn/houses/easy_house.1.b b/scorn/houses/easy_house.1.b index 0393b6ee0..16c1f9fde 100644 --- a/scorn/houses/easy_house.1.b +++ b/scorn/houses/easy_house.1.b @@ -5,9 +5,11 @@ region scorn darkness 2 width 16 height 16 +enter_x 14 +enter_y 4 msg Created: 2006-05-26 Bort -Modified: 2008-08-11 Andrew Fuchs +Modified: 2008-09-28 Rick Tanner endmsg end arch woodfloor2 diff --git a/scorn/houses/easy_house.1.c b/scorn/houses/easy_house.1.c index 9b3ee2fd3..5b0efb35d 100644 --- a/scorn/houses/easy_house.1.c +++ b/scorn/houses/easy_house.1.c @@ -5,9 +5,11 @@ region scorn darkness 3 width 16 height 16 +enter_x 7 +enter_y 5 msg Created: 2006-05-26 Bort -Modified: 2008-08-11 Andrew Fuchs +Modified: 2008-09-28 Rick Tanner endmsg end arch cobblestones2 diff --git a/scorn/houses/house.haunted b/scorn/houses/house.haunted index eb9db2236..c231d1bdb 100644 --- a/scorn/houses/house.haunted +++ b/scorn/houses/house.haunted @@ -1,14 +1,14 @@ arch map -name -difficulty 4 +name Haunted House +difficulty 11 region scorn width 20 height 20 -enter_x 17 +enter_x 16 enter_y 18 msg Created: 1993-10-15 -Modified: 2008-08-11 Andrew Fuchs +Modified: 2008-09-28 Rick Tanner endmsg end arch cobblestones diff --git a/scorn/houses/house.haunted2 b/scorn/houses/house.haunted2 index 4e7975743..e1386435e 100644 --- a/scorn/houses/house.haunted2 +++ b/scorn/houses/house.haunted2 @@ -1,13 +1,13 @@ arch map -name -difficulty 4 +name Haunted Attic +difficulty 14 region scorn width 18 height 15 enter_x 11 enter_y 10 msg -Modified: 2008-08-11 Andrew Fuchs +Modified: 2008-09-28 Rick Tanner endmsg end arch woodfloor diff --git a/scorn/houses/house1 b/scorn/houses/house1 index 078149610..5a3ceaa3e 100644 --- a/scorn/houses/house1 +++ b/scorn/houses/house1 @@ -1,14 +1,15 @@ arch map name Smith's House -difficulty 1 +difficulty 7 region scorn width 32 height 16 -enter_x 11 +enter_x 10 enter_y 14 msg Created: 1993-10-15 Inverted: Dec 19 1998 (to fit streets) +Modified: 2008-09-28 Rick Tanner endmsg end arch woodfloor diff --git a/scorn/houses/house3.1st b/scorn/houses/house3.1st index 38a1e2e69..182410ce0 100644 --- a/scorn/houses/house3.1st +++ b/scorn/houses/house3.1st @@ -1,6 +1,6 @@ arch map name Mike Miller's house -difficulty 1 +difficulty 5 region scorn width 10 height 10 @@ -8,8 +8,7 @@ enter_x 6 enter_y 8 msg Created: 2005-03-23 Huhanhi -Modified: 2008-06-03 Arvid Norlander -Modified: 2008-07-19 Raphaël Quinet +Modified: 2008-09-28 Rick Tanner endmsg end arch woodfloor diff --git a/scorn/houses/house3.2nd b/scorn/houses/house3.2nd index fb5511291..6e52b3257 100644 --- a/scorn/houses/house3.2nd +++ b/scorn/houses/house3.2nd @@ -1,11 +1,14 @@ arch map name Abandoned house -difficulty 1 +difficulty 14 region scorn width 10 height 11 +enter_x 5 +enter_y 9 msg Created: 2005-03-23 Huhanhi +Modified: 2008-09-28 Rick Tanner endmsg end arch dungeon_magic diff --git a/scorn/houses/house3.bas1 b/scorn/houses/house3.bas1 index 5d701c578..5244287ad 100644 --- a/scorn/houses/house3.bas1 +++ b/scorn/houses/house3.bas1 @@ -1,13 +1,14 @@ arch map name Mike Miler's cellar 1 -difficulty 1 +difficulty 6 region scorn width 10 height 20 +enter_x 8 +enter_y 1 msg Created: 2005-03-23 Huhanhi -Modified: 2007-11-04 Andreas Kirschbaum -Modified: 2008-07-19 Raphaël Quinet +Modified: 2008-09-28 Rick Tanner endmsg end arch dungeon_floor diff --git a/scorn/houses/house3.bas2 b/scorn/houses/house3.bas2 index 2d5c65947..025b7d849 100644 --- a/scorn/houses/house3.bas2 +++ b/scorn/houses/house3.bas2 @@ -1,12 +1,14 @@ arch map name Mike Miller's cellar 2 -difficulty 1 +difficulty 12 region scorn width 10 height 20 +enter_x 8 +enter_y 18 msg Created: 2005-03-23 Huhanhi -Modified: 2007-11-04 Andreas Kirschbaum +Modified: 2008-09-28 Rick Tanner endmsg end arch cobblestones2 diff --git a/scorn/houses/jeweler b/scorn/houses/jeweler index 0d8d2fab7..7753e655e 100644 --- a/scorn/houses/jeweler +++ b/scorn/houses/jeweler @@ -8,7 +8,8 @@ height 14 enter_x 7 enter_y 13 msg -Created: 2002-02-28 +Created: 2002-12-28 +Modified: 2008-09-28 Rick Tanner endmsg end arch grass diff --git a/scorn/houses/jones b/scorn/houses/jones index 3b7e2d3dd..84d690cbd 100644 --- a/scorn/houses/jones +++ b/scorn/houses/jones @@ -1,11 +1,14 @@ arch map name The Jones' -difficulty 1 +difficulty 7 region scorn width 20 height 20 +enter_x 15 +enter_y 10 msg Created: 1994-02-23 +Modified: 2008-09-28 Rick Tanner endmsg end arch exit diff --git a/scorn/houses/kitchen b/scorn/houses/kitchen index cba263800..a49ce74ca 100644 --- a/scorn/houses/kitchen +++ b/scorn/houses/kitchen @@ -1,6 +1,6 @@ arch map name Medieval Kitchen -difficulty 1 +difficulty 2 region scorn width 9 height 12 @@ -8,6 +8,7 @@ enter_x 4 enter_y 11 msg Created: 2002-12-29 +Modified: 2008-09-28 Rick Tanner endmsg end arch woodfloor diff --git a/scorn/houses/map.fr.ruin b/scorn/houses/map.fr.ruin index 7785bb5b1..f8a4aa343 100644 --- a/scorn/houses/map.fr.ruin +++ b/scorn/houses/map.fr.ruin @@ -1,10 +1,14 @@ arch map name Lake House -difficulty 1 +difficulty 9 region scorn width 20 height 20 +enter_x 1 enter_y 19 +msg +Modified: 2008-09-28 Rick Tanner +endmsg end arch brush end diff --git a/scorn/houses/maze1 b/scorn/houses/maze1 index 4db22a9d4..89cd89259 100644 --- a/scorn/houses/maze1 +++ b/scorn/houses/maze1 @@ -1,13 +1,14 @@ arch map name Fun House -difficulty 1 +difficulty 4 region scorn width 26 height 26 enter_x 1 enter_y 18 msg -Created: 1994-02-13 +Created: 1994-11-13 +Modified: 2008-09-28 Rick Tanner endmsg end arch woodfloor diff --git a/scorn/houses/messhall b/scorn/houses/messhall index 9b23dd4af..78b72a8f7 100644 --- a/scorn/houses/messhall +++ b/scorn/houses/messhall @@ -1,14 +1,15 @@ arch map name Mess Hall reset_timeout 7200 -difficulty 1 +difficulty 12 region scorn width 25 height 10 enter_x 24 enter_y 4 msg -Created: 2003-02-04 +Created: 2003-01-04 +Modified: 2008-09-28 Rick Tanner endmsg end arch cobblestones2 diff --git a/scorn/houses/newhouse1 b/scorn/houses/newhouse1 index 18048bf2a..0475d7c66 100644 --- a/scorn/houses/newhouse1 +++ b/scorn/houses/newhouse1 @@ -1,13 +1,14 @@ arch map name Alfalfa's House -difficulty 1 +difficulty 5 region scorn width 20 height 20 -enter_x 1 +enter_x 2 enter_y 1 msg Created: 1994-02-19 +Modified: 2008-09-28 Rick Tanner endmsg end arch grass diff --git a/scorn/houses/resir b/scorn/houses/resir index d690d63a5..faab8f5d9 100644 --- a/scorn/houses/resir +++ b/scorn/houses/resir @@ -1,15 +1,15 @@ arch map name Resir's House reset_timeout 7200 -difficulty 1 +difficulty 12 region scorn width 25 height 20 -enter_x 1 -enter_y 1 +enter_x 24 +enter_y 4 msg Created: 2005-07-16 Knut Ahlers (webmaster@knutshome.de) -Modified: 2008-08-02 Nicolas Weeger +Modified: 2008-09-28 Rick Tanner endmsg maplore @def Resir's house diff --git a/scorn/houses/riverside_manor b/scorn/houses/riverside_manor index a31584670..3d30d1bde 100644 --- a/scorn/houses/riverside_manor +++ b/scorn/houses/riverside_manor @@ -1,6 +1,6 @@ arch map name Riverside Manor -difficulty 2 +difficulty 4 region scorn width 25 height 25 @@ -8,6 +8,7 @@ enter_x 11 enter_y 1 msg Created: 2003-04-27 Avion +Modified: 2008-09-28 Rick Tanner endmsg outdoor 1 end diff --git a/scorn/houses/riverside_under b/scorn/houses/riverside_under index 80c3749ad..db2f9f25f 100644 --- a/scorn/houses/riverside_under +++ b/scorn/houses/riverside_under @@ -1,15 +1,15 @@ arch map name Under Riverside -difficulty 4 +difficulty 8 region scorn darkness 3 width 25 height 25 -enter_x 1 -enter_y 1 +enter_x 23 +enter_y 4 msg Created: 2003-04-27 -Modified: 2007-11-04 Andreas Kirschbaum +Modified: 2008-09-28 Rick Tanner endmsg end arch dirtfloor diff --git a/scorn/houses/rolanda b/scorn/houses/rolanda index e88189d44..c76e061ff 100644 --- a/scorn/houses/rolanda +++ b/scorn/houses/rolanda @@ -1,12 +1,14 @@ arch map name Rolanda's house -difficulty 1 +difficulty 5 region scorn width 10 height 10 +enter_x 5 +enter_y 9 msg Created: 2008-01-24 Nicolas Weeger -Modified: 2008-07-17 Arvid Norlander +Modified: 2008-09-28 Rick Tanner endmsg end arch marble diff --git a/scorn/houses/scorn_trappers b/scorn/houses/scorn_trappers index 8abf2b46c..48a6876aa 100644 --- a/scorn/houses/scorn_trappers +++ b/scorn/houses/scorn_trappers @@ -1,13 +1,15 @@ arch map name Scorn's Trappers -difficulty 1 +difficulty 6 region scorn darkness 4 width 10 height 10 +enter_x 8 +enter_y 8 msg Created: 2007-05-27 Nicolas Weeger -Modified: 2008-07-17 Arvid Norlander +Modified: 2008-09-28 Rick Tanner endmsg maplore @quest Lursendis diff --git a/scorn/houses/smithery b/scorn/houses/smithery index 1b1b59279..96b08a2e1 100644 --- a/scorn/houses/smithery +++ b/scorn/houses/smithery @@ -1,7 +1,7 @@ arch map name Metal Smith's Workshop reset_timeout 7200 -difficulty 1 +difficulty 2 region scorn width 9 height 13 @@ -9,6 +9,7 @@ enter_x 4 enter_y 11 msg Created: 2002-12-28 +Modified: 2008-09-28 Rick Tanner endmsg end arch woodfloor diff --git a/scorn/houses/tannery b/scorn/houses/tannery index 457fda7fe..337bb1153 100644 --- a/scorn/houses/tannery +++ b/scorn/houses/tannery @@ -1,6 +1,6 @@ arch map name Tannery -difficulty 1 +difficulty 2 region scorn width 13 height 11 @@ -8,7 +8,7 @@ enter_x 5 enter_y 10 msg Created: 2002-12-29 -Modified: 2008-07-17 Arvid Norlander +Modified: 2008-09-28 Rick Tanner endmsg end arch dirtfloor diff --git a/scorn/houses/wizardw b/scorn/houses/wizardw index 99d38e86d..04d255d4f 100644 --- a/scorn/houses/wizardw +++ b/scorn/houses/wizardw @@ -1,7 +1,7 @@ arch map name Wizards Workshop reset_timeout 7200 -difficulty 1 +difficulty 2 region scorn width 9 height 14 @@ -9,6 +9,7 @@ enter_x 4 enter_y 13 msg Created: 2002-12-28 +Modified: 2008-09-28 Rick Tanner endmsg end arch blackmarble diff --git a/scorn/houses/wizz.entry b/scorn/houses/wizz.entry index ae4078652..cbe5d0559 100644 --- a/scorn/houses/wizz.entry +++ b/scorn/houses/wizz.entry @@ -1,7 +1,7 @@ arch map name Yarid's House swap_time 3600 -difficulty 1 +difficulty 9 region scorn width 16 height 16 @@ -9,7 +9,7 @@ enter_x 14 enter_y 7 msg Created: 1996-01-06 Bjoern Helfesrieder (helfesri@igd.fhg.de) -Modified: 2008-05-23 Arvid Norlander +Modified: 2008-09-28 Rick Tanner endmsg end arch dungeon_floor diff --git a/scorn/houses/wizz.lev1 b/scorn/houses/wizz.lev1 index 67fe1f508..2e0603fb9 100644 --- a/scorn/houses/wizz.lev1 +++ b/scorn/houses/wizz.lev1 @@ -1,13 +1,15 @@ arch map name Yarid's House swap_time 3600 -difficulty 1 +difficulty 16 region scorn width 48 height 48 +enter_x 2 +enter_y 2 msg Created: 1996-01-05 Bjoern Helfesrieder (helfesri@igd.fhg.de) -Modified: 2007-11-04 Andreas Kirschbaum +Modified: 2008-09-28 Rick Tanner endmsg end arch dungeon_floor diff --git a/scorn/houses/wizz.lev1.pass1 b/scorn/houses/wizz.lev1.pass1 index 58112c3cc..3c143e80c 100644 --- a/scorn/houses/wizz.lev1.pass1 +++ b/scorn/houses/wizz.lev1.pass1 @@ -1,13 +1,15 @@ arch map name Yarid's House swap_time 3600 -difficulty 1 +difficulty 15 region scorn width 16 height 16 +enter_x 12 +enter_y 2 msg Created: 1996-01-06 Bjoern Helfesrieder (helfesri@igd.fhg.de) -Modified: 2008-06-06 Arvid Norlander +Modified: 2008-09-28 Rick Tanner endmsg end arch dungeon_floor diff --git a/scorn/houses/woodhouse b/scorn/houses/woodhouse index 7b64bf6b3..4d740cbc3 100644 --- a/scorn/houses/woodhouse +++ b/scorn/houses/woodhouse @@ -1,12 +1,14 @@ arch map name Small wood house -difficulty 1 +difficulty 5 region scorn width 14 height 10 +enter_x 2 +enter_y 8 msg Created: 2007-05-27 Nicolas Weeger -Modified: 2008-07-17 Arvid Norlander +Modified: 2008-09-28 Rick Tanner endmsg maplore @quest Lursendis diff --git a/scorn/kar/creepy.house b/scorn/kar/creepy.house index 669b99e15..3793922f2 100644 --- a/scorn/kar/creepy.house +++ b/scorn/kar/creepy.house @@ -1,6 +1,6 @@ arch map -name Haunted House -difficulty 1 +name Haunted Basement +difficulty 15 region scorn width 25 height 25 @@ -8,7 +8,7 @@ enter_x 1 enter_y 1 msg Created: 1993-02-07 -Modified: 2008-24-06 Rick Tanner +Modified: 2008-09-28 Rick Tanner endmsg end arch dirtfloor diff --git a/scorn/kar/creepy.house2 b/scorn/kar/creepy.house2 index 480f57485..a7437186d 100644 --- a/scorn/kar/creepy.house2 +++ b/scorn/kar/creepy.house2 @@ -1,11 +1,13 @@ arch map name Haunted House -difficulty 1 +difficulty 12 region scorn width 25 height 25 +enter_x 12 +enter_y 11 msg -Modified: 2008-06-06 Arvid Norlander +Modified: 2008-09-28 Rick Tanner endmsg end arch dirtfloor diff --git a/scorn/kar/drink b/scorn/kar/drink index b171f7e57..e47a2ad3e 100644 --- a/scorn/kar/drink +++ b/scorn/kar/drink @@ -1,6 +1,6 @@ arch map name Drinking Fountain -difficulty 1 +difficulty 7 region scorn width 40 height 40 @@ -8,6 +8,7 @@ enter_x 1 enter_y 1 msg Created: 1993-02-05 +Modified: 2008-09-28 Rick Tanner endmsg end arch pstone_1 diff --git a/scorn/kar/gorks1 b/scorn/kar/gorks1 index 5d0187e7b..7010303f2 100644 --- a/scorn/kar/gorks1 +++ b/scorn/kar/gorks1 @@ -1,11 +1,14 @@ arch map name Gork's Grovel -difficulty 1 +difficulty 8 region scorn width 20 height 20 -enter_x 9 -enter_y 16 +enter_x 10 +enter_y 17 +msg +Modified: 2008-09-28 Rick Tanner +endmsg end arch grass end diff --git a/scorn/kar/gorks2 b/scorn/kar/gorks2 index 65faef68a..7d98de61d 100644 --- a/scorn/kar/gorks2 +++ b/scorn/kar/gorks2 @@ -1,11 +1,13 @@ arch map name Gork's Grovel -difficulty 1 +difficulty 8 region scorn width 18 height 18 +enter_x 15 +enter_y 3 msg -Modified: 2008-05-30 Andreas Kirschbaum +Modified: 2008-09-28 Rick Tanner endmsg end arch woodfloor diff --git a/scorn/kar/gorks3 b/scorn/kar/gorks3 index dc03b3d20..9ebfde2dc 100644 --- a/scorn/kar/gorks3 +++ b/scorn/kar/gorks3 @@ -1,11 +1,13 @@ arch map name Gork's Grovel -difficulty 1 +difficulty 9 region scorn width 14 height 14 +enter_x 6 +enter_y 6 msg -Modified: 2008-05-30 Andreas Kirschbaum +Modified: 2008-09-28 Rick Tanner endmsg end arch cobblestones2 diff --git a/scorn/kar/somehouse b/scorn/kar/somehouse index 648226f4d..0b9b4b83b 100644 --- a/scorn/kar/somehouse +++ b/scorn/kar/somehouse @@ -1,10 +1,13 @@ arch map name Friendly Giant's Tower -difficulty 1 +difficulty 4 region scorn width 16 height 16 enter_x 14 +msg +Modified: 2008-09-28 Rick Tanner +endmsg end arch woodfloor end diff --git a/scorn/kar/somehouse2 b/scorn/kar/somehouse2 index 8b9b17876..39bb50c06 100644 --- a/scorn/kar/somehouse2 +++ b/scorn/kar/somehouse2 @@ -1,9 +1,14 @@ arch map name Friendly Giant's Tower -difficulty 1 +difficulty 5 region scorn width 16 height 16 +enter_x 1 +enter_y 14 +msg +Modified: 2008-09-28 Rick Tanner +endmsg end arch dungeon_floor end diff --git a/scorn/kar/somehouse3 b/scorn/kar/somehouse3 index 5b0b39ad7..f422ed55d 100644 --- a/scorn/kar/somehouse3 +++ b/scorn/kar/somehouse3 @@ -1,12 +1,14 @@ arch map name Friendly Giant's Tower -difficulty 1 +difficulty 7 region scorn width 15 height 15 +enter_x 6 +enter_y 1 msg Created: 1993-10-15 -Modified: 2007-12-22 tchize +Modified: 2008-09-28 Rick Tanner endmsg end arch dirtfloor diff --git a/scorn/magara/porter_house b/scorn/magara/porter_house index cdfc3cfda..75f4cc662 100644 --- a/scorn/magara/porter_house +++ b/scorn/magara/porter_house @@ -1,11 +1,14 @@ arch map name House of Porters -difficulty 1 +difficulty 11 region scorn width 25 height 16 +enter_x 1 +enter_y 1 msg Created: 1994-02-11 +Modified: 2008-09-28 Rick Tanner endmsg end arch dirtfloor diff --git a/scorn/misc/prison b/scorn/misc/prison index 65d811d64..bcba42b89 100644 --- a/scorn/misc/prison +++ b/scorn/misc/prison @@ -1,13 +1,14 @@ arch map name Prison -difficulty 1 +difficulty 30 region scorn width 44 height 55 -enter_x 14 -enter_y 53 +enter_x 1 +enter_y 52 msg Created: 1994-02-14 +Modified: 2008-09-27 Rick Tanner endmsg end arch flagstone