From 6a02028c7e82c4f293ca2d58bd6da089a24893d0 Mon Sep 17 00:00:00 2001 From: rjtanner Date: Sat, 20 Sep 2008 00:07:10 +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@9894 282e977c-c81d-0410-88c4-b93c2d0d6712 --- lake_country/Butakis/B_gshop | 7 +++++-- lake_country/Butakis/B_wshop | 5 ++++- lake_country/Butakis/Butakis0 | 6 +++++- lake_country/Butakis/Rlib1 | 5 ++++- lake_country/Butakis/Rlib2 | 6 ++++-- lake_country/Butakis/Wist_portal | 7 +++++-- lake_country/Butakis/alchemist | 3 +++ lake_country/Butakis/arena | 6 ++++-- lake_country/Butakis/blacksmith | 4 +++- lake_country/Butakis/church-1 | 6 ++++-- lake_country/Butakis/church0 | 5 ++++- lake_country/Butakis/church1 | 5 ++++- lake_country/Butakis/gate_inner | 6 ++++-- lake_country/Butakis/gate_outer | 8 +++++--- lake_country/Butakis/houses/Bobs_house | 6 ++++-- lake_country/Butakis/houses/Jacks_house | 6 ++++-- lake_country/Butakis/houses/Jacobs_house | 6 ++++-- lake_country/Butakis/houses/James_house | 6 ++++-- lake_country/Butakis/houses/Sams_house | 6 ++++-- lake_country/Butakis/houses/Seans_house | 6 ++++-- lake_country/Butakis/inn | 6 ++++-- lake_country/Butakis/luck1 | 5 ++++- lake_country/Butakis/luck2 | 6 ++++-- lake_country/Butakis/luck3 | 5 ++++- lake_country/Butakis/p_ghouse_s | 7 +++++-- lake_country/Butakis/p_ghouse_w | 7 +++++-- lake_country/Butakis/prison-1 | 8 +++++--- lake_country/Butakis/prison0 | 5 ++++- lake_country/Butakis/prison1 | 5 ++++- lake_country/Butakis/prison_e | 5 +++-- lake_country/Butakis/prison_n | 8 +++++--- lake_country/Butakis/prison_s | 6 ++++-- lake_country/Butakis/prison_w | 8 +++++--- 33 files changed, 138 insertions(+), 58 deletions(-) diff --git a/lake_country/Butakis/B_gshop b/lake_country/Butakis/B_gshop index 8bc41d154..55107fe32 100644 --- a/lake_country/Butakis/B_gshop +++ b/lake_country/Butakis/B_gshop @@ -1,6 +1,6 @@ arch map name General Shop -difficulty 1 +difficulty 25 region lakecountry shopitems *:0 shopgreed 1.30000 @@ -9,8 +9,11 @@ shopmax 100000 shoprace human width 16 height 16 +enter_x 1 +enter_y 1 msg -Created: 1995-02-27 +Created: 1995-03-27 +Modified: 2008-09-19 Rick Tanner endmsg end arch woodfloor diff --git a/lake_country/Butakis/B_wshop b/lake_country/Butakis/B_wshop index d75cae8c1..115379c1f 100644 --- a/lake_country/Butakis/B_wshop +++ b/lake_country/Butakis/B_wshop @@ -1,6 +1,6 @@ arch map name Weapon Shop -difficulty 1 +difficulty 25 region lakecountry shopitems weapons:65;potion:0;scroll:0;arrow:20;bow:20;armour:-15;boots:-20;shield:-15;helmet:-20;bracers:-20;girdle:-20;weapon improver:5;*:-50 shopgreed 1.30000 @@ -9,8 +9,11 @@ shopmax 100000 shoprace human width 18 height 20 +enter_x 1 +enter_y 8 msg Created: 1995-03-27 Kundi, Xue (xkd@soda.csua.berkeley.edu) +Modified: 2008-09-19 Rick Tanner endmsg end arch woodfloor diff --git a/lake_country/Butakis/Butakis0 b/lake_country/Butakis/Butakis0 index 3297d1ed5..d76ae8249 100644 --- a/lake_country/Butakis/Butakis0 +++ b/lake_country/Butakis/Butakis0 @@ -1,10 +1,14 @@ arch map name Butakis0 +difficulty 25 region lakecountry width 24 height 36 +enter_x 3 +enter_y 5 msg -Created: 1995-02-27 +Created: 1995-03-27 +Modified: 2008-09-19 Rick Tanner endmsg end arch grass diff --git a/lake_country/Butakis/Rlib1 b/lake_country/Butakis/Rlib1 index 11f081941..7302e3b30 100644 --- a/lake_country/Butakis/Rlib1 +++ b/lake_country/Butakis/Rlib1 @@ -1,11 +1,14 @@ arch map name Royal Library -difficulty 1 +difficulty 25 region lakecountry width 18 height 18 +enter_x 2 +enter_y 9 msg Created: 1995-03-28 Kundi, Xue (xkd@soda.csua.berkeley.edu) +Modified: 2008-09-19 Rick Tanner endmsg end arch evergreen diff --git a/lake_country/Butakis/Rlib2 b/lake_country/Butakis/Rlib2 index ad200650a..3b8cf9b00 100644 --- a/lake_country/Butakis/Rlib2 +++ b/lake_country/Butakis/Rlib2 @@ -1,12 +1,14 @@ arch map name Royal Library -difficulty 1 +difficulty 25 region lakecountry width 16 height 16 +enter_x 12 +enter_y 8 msg Created: 1995-03-28 Kundi, Xue (xkd@soda.csua.berkeley.edu) -Modified: 2008-06-01 Arvid Norlander +Modified: 2008-09-19 Rick Tanner endmsg end arch marble diff --git a/lake_country/Butakis/Wist_portal b/lake_country/Butakis/Wist_portal index f3100d350..387da4fdd 100644 --- a/lake_country/Butakis/Wist_portal +++ b/lake_country/Butakis/Wist_portal @@ -1,11 +1,14 @@ arch map name Wist Portal -difficulty 1 +difficulty 40 region lakecountry width 8 height 8 +enter_x 3 +enter_y 3 msg -Created: 1995-02-13 +Created: 1995-04-13 +Modified: 2008-09-19 Rick Tanner endmsg end arch woodfloor diff --git a/lake_country/Butakis/alchemist b/lake_country/Butakis/alchemist index cfa6454c1..894b87948 100644 --- a/lake_country/Butakis/alchemist +++ b/lake_country/Butakis/alchemist @@ -4,8 +4,11 @@ difficulty 1 region lakecountry width 8 height 8 +enter_x 4 +enter_y 4 msg Created: 1995-09-13 Kundi, Xue (xkd@soda.berkeley.edu) +Modified: 2008-09-19 Rick Tanner endmsg end arch pstone_1 diff --git a/lake_country/Butakis/arena b/lake_country/Butakis/arena index cd7f21f38..9abd4f8b0 100644 --- a/lake_country/Butakis/arena +++ b/lake_country/Butakis/arena @@ -1,11 +1,13 @@ arch map name Arena -difficulty 1 +difficulty 25 region lakecountry width 40 height 30 +enter_y 20 msg -Created: 1995-02-03 +Created: 1995-05-03 +Modified: 2008-09-19 Rick Tanner endmsg end arch dungeon_floor diff --git a/lake_country/Butakis/blacksmith b/lake_country/Butakis/blacksmith index fe4c5b837..7c4540642 100644 --- a/lake_country/Butakis/blacksmith +++ b/lake_country/Butakis/blacksmith @@ -4,9 +4,11 @@ difficulty 1 region lakecountry width 8 height 8 +enter_x 7 +enter_y 5 msg Created: 1995-09-13 Kundi, Xue (xkd@soda.berkeley.edu) -Modified: 2007-11-04 Andreas Kirschbaum +Modified: 2008-09-19 Rick Tanner endmsg end arch pstone_1 diff --git a/lake_country/Butakis/church-1 b/lake_country/Butakis/church-1 index 4ff0cf5c9..bbf48a7ec 100644 --- a/lake_country/Butakis/church-1 +++ b/lake_country/Butakis/church-1 @@ -1,12 +1,14 @@ arch map name Royal Church -difficulty 1 +difficulty 45 region lakecountry width 20 height 30 +enter_x 1 +enter_y 15 msg Created: 1995-03-29 Kundi, Xue (xkd@soda.csua.berkeley.edu) -Modified: 2008-05-23 Arvid Norlander +Modified: 2008-09-19 Rick Tanner endmsg end arch dun10 diff --git a/lake_country/Butakis/church0 b/lake_country/Butakis/church0 index 09cdab2a3..b30f243c1 100644 --- a/lake_country/Butakis/church0 +++ b/lake_country/Butakis/church0 @@ -1,11 +1,14 @@ arch map name Royal Church -difficulty 1 +difficulty 20 region lakecountry width 20 height 30 +enter_x 9 +enter_y 28 msg Created: 1995-03-29 Kundi, Xue (xkd@soda.csua.berkeley.edu) +Modified: 2008-09-19 Rick Tanner endmsg end arch woodfloor diff --git a/lake_country/Butakis/church1 b/lake_country/Butakis/church1 index f6ec0fd8b..b1b6ee43b 100644 --- a/lake_country/Butakis/church1 +++ b/lake_country/Butakis/church1 @@ -4,8 +4,11 @@ difficulty 1 region lakecountry width 20 height 30 +enter_x 1 +enter_y 14 msg -Created: 1995-02-29 +Created: 1995-03-29 +Modified: 2008-09-19 Rick Tanner endmsg end arch woodfloor diff --git a/lake_country/Butakis/gate_inner b/lake_country/Butakis/gate_inner index 744f9d2ec..5f8ab0f3d 100644 --- a/lake_country/Butakis/gate_inner +++ b/lake_country/Butakis/gate_inner @@ -1,12 +1,14 @@ arch map name Inner Gate -difficulty 1 +difficulty 20 region lakecountry width 16 height 17 +enter_x 7 +enter_y 1 msg Created: 1995-03-28 Kundi, Xue (xkd@soda.csua.berkeley.edu) -Modified: 2007-11-04 Andreas Kirschbaum +Modified: 2008-09-19 Rick Tanner endmsg end arch marble diff --git a/lake_country/Butakis/gate_outer b/lake_country/Butakis/gate_outer index 0a61b626b..646c07560 100644 --- a/lake_country/Butakis/gate_outer +++ b/lake_country/Butakis/gate_outer @@ -1,12 +1,14 @@ arch map name Outer Gate -difficulty 1 +difficulty 20 region lakecountry width 16 height 16 +enter_x 1 +enter_y 7 msg -Created: 1995-02-28 -Modified: 2007-11-04 Andreas Kirschbaum +Created: 1995-03-28 +Modified: 2008-09-19 Rick Tanner endmsg end arch mine2 diff --git a/lake_country/Butakis/houses/Bobs_house b/lake_country/Butakis/houses/Bobs_house index 5e80e7d71..f2535dc50 100644 --- a/lake_country/Butakis/houses/Bobs_house +++ b/lake_country/Butakis/houses/Bobs_house @@ -1,12 +1,14 @@ arch map name Bob's House -difficulty 1 +difficulty 12 region lakecountry width 20 height 18 +enter_x 11 +enter_y 16 msg Created: 1995-05-03 Kundi, Xue (xkd@soda.berkeley.edu) -Modified: 2007-11-04 Andreas Kirschbaum +Modified: 2008-09-19 Rick Tanner endmsg end arch woodfloor diff --git a/lake_country/Butakis/houses/Jacks_house b/lake_country/Butakis/houses/Jacks_house index 58783b190..b24e78b7a 100644 --- a/lake_country/Butakis/houses/Jacks_house +++ b/lake_country/Butakis/houses/Jacks_house @@ -1,12 +1,14 @@ arch map name Jack's House -difficulty 1 +difficulty 15 region lakecountry width 20 height 18 +enter_x 11 +enter_y 16 msg Created: 1995-05-03 Kundi, Xue (xkd@soda.berkeley.edu) -Modified: 2007-11-04 Andreas Kirschbaum +Modified: 2008-09-19 Rick Tanner endmsg end arch woodfloor diff --git a/lake_country/Butakis/houses/Jacobs_house b/lake_country/Butakis/houses/Jacobs_house index 0956a58dd..674e7b7db 100644 --- a/lake_country/Butakis/houses/Jacobs_house +++ b/lake_country/Butakis/houses/Jacobs_house @@ -1,12 +1,14 @@ arch map name Jacob's House -difficulty 1 +difficulty 14 region lakecountry width 20 height 18 +enter_x 11 +enter_y 16 msg Created: 1995-05-03 Kundi, Xue (xkd@soda.berkeley.edu) -Modified: 2007-11-04 Andreas Kirschbaum +Modified: 2008-09-19 Rick Tanner endmsg end arch woodfloor diff --git a/lake_country/Butakis/houses/James_house b/lake_country/Butakis/houses/James_house index cfb9e65a9..4566562c3 100644 --- a/lake_country/Butakis/houses/James_house +++ b/lake_country/Butakis/houses/James_house @@ -1,12 +1,14 @@ arch map name James' House -difficulty 1 +difficulty 14 region lakecountry width 20 height 18 +enter_x 11 +enter_y 16 msg Created: 1995-05-03 Kundi, Xue (xkd@soda.berkeley.edu) -Modified: 2007-11-04 Andreas Kirschbaum +Modified: 2008-09-19 Rick Tanner endmsg end arch woodfloor diff --git a/lake_country/Butakis/houses/Sams_house b/lake_country/Butakis/houses/Sams_house index d2c9abe3c..5d5802896 100644 --- a/lake_country/Butakis/houses/Sams_house +++ b/lake_country/Butakis/houses/Sams_house @@ -1,12 +1,14 @@ arch map name Sam's house -difficulty 1 +difficulty 9 region lakecountry width 20 height 18 +enter_x 11 +enter_y 16 msg Created: 1995-05-03 Kundi, Xue (xkd@soda.berkeley.edu) -Modified: 2007-11-04 Andreas Kirschbaum +Modified: 2008-09-19 Rick Tanner endmsg end arch woodfloor diff --git a/lake_country/Butakis/houses/Seans_house b/lake_country/Butakis/houses/Seans_house index d3191fa19..658a50091 100644 --- a/lake_country/Butakis/houses/Seans_house +++ b/lake_country/Butakis/houses/Seans_house @@ -1,12 +1,14 @@ arch map name Sean's House -difficulty 1 +difficulty 15 region lakecountry width 20 height 18 +enter_x 11 +enter_y 16 msg Created: 1995-05-03 Kundi, Xue (xkd@soda.berkeley.edu) -Modified: 2007-11-04 Andreas Kirschbaum +Modified: 2008-09-19 Rick Tanner endmsg end arch woodfloor diff --git a/lake_country/Butakis/inn b/lake_country/Butakis/inn index bd3f836e8..d0e0e82a2 100644 --- a/lake_country/Butakis/inn +++ b/lake_country/Butakis/inn @@ -1,12 +1,14 @@ arch map name Inn, White Pigeon -difficulty 1 +difficulty 20 region lakecountry width 16 height 16 +enter_x 7 +enter_y 14 msg Created: 1995-03-28 Kundi, Xue (xkd@soda.csua.berkeley.edu) -Modified: 2008-05-23 Arvid Norlander +Modified: 2008-09-19 Rick Tanner endmsg end arch woodfloor diff --git a/lake_country/Butakis/luck1 b/lake_country/Butakis/luck1 index e6558a427..955d99ddd 100644 --- a/lake_country/Butakis/luck1 +++ b/lake_country/Butakis/luck1 @@ -1,11 +1,14 @@ arch map name Towers of Luck -difficulty 1 +difficulty 60 region lakecountry width 30 height 24 +enter_x 3 +enter_y 5 msg Created: 1995-05-02 Kundi, Xue (xkd@soda.berkeley.edu) +Modified: 2008-09-19 Rick Tanner endmsg end arch woodfloor diff --git a/lake_country/Butakis/luck2 b/lake_country/Butakis/luck2 index 674651ae4..c73c854f5 100644 --- a/lake_country/Butakis/luck2 +++ b/lake_country/Butakis/luck2 @@ -1,12 +1,14 @@ arch map name Towers of Luck -difficulty 1 +difficulty 60 region lakecountry width 32 height 32 +enter_x 30 +enter_y 17 msg Created: 1995-05-01 Kundi, Xue (xkd@soda.berkeley.edu) -Modified: 2005-06-03 Gene Alexander +Modified: 2008-09-19 Rick Tanner Note: randomized 2 in 8 chance of getting figurine of xan based on chance of one of the other buttons being pushed. diff --git a/lake_country/Butakis/luck3 b/lake_country/Butakis/luck3 index d7406aead..c6eb42d6d 100644 --- a/lake_country/Butakis/luck3 +++ b/lake_country/Butakis/luck3 @@ -1,11 +1,14 @@ arch map name Towers of Luck -difficulty 1 +difficulty 60 region lakecountry width 32 height 32 +enter_x 30 +enter_y 17 msg Created: 1995-05-01 Kundi, Xue (xkd@soda.berkeley.edu) +Modified: 2008-09-19 Rick Tanner endmsg end arch button_plate diff --git a/lake_country/Butakis/p_ghouse_s b/lake_country/Butakis/p_ghouse_s index 522d9a139..35235d8bd 100644 --- a/lake_country/Butakis/p_ghouse_s +++ b/lake_country/Butakis/p_ghouse_s @@ -1,11 +1,14 @@ arch map name Prison Gatehouse, South -difficulty 1 +difficulty 25 region lakecountry width 16 height 16 +enter_x 7 +enter_y 14 msg -Created: 1995-02-13 +Created: 1995-04-13 +Modified: 2008-09-19 Rick Tanner endmsg end arch dun10 diff --git a/lake_country/Butakis/p_ghouse_w b/lake_country/Butakis/p_ghouse_w index 1debfc118..94220dcc4 100644 --- a/lake_country/Butakis/p_ghouse_w +++ b/lake_country/Butakis/p_ghouse_w @@ -1,11 +1,14 @@ arch map name Prison Gatehouse, West -difficulty 1 +difficulty 25 region lakecountry width 16 height 16 +enter_x 14 +enter_y 4 msg -Created: 1995-02-29 +Created: 1995-03-29 +Modified: 2008-09-19 Rick Tanner endmsg end arch flagstone diff --git a/lake_country/Butakis/prison-1 b/lake_country/Butakis/prison-1 index f9a4a52fe..bf41182c1 100644 --- a/lake_country/Butakis/prison-1 +++ b/lake_country/Butakis/prison-1 @@ -1,12 +1,14 @@ arch map name Prison -difficulty 1 +difficulty 30 region lakecountry width 16 height 16 +enter_x 7 +enter_y 1 msg -Created: 1995-02-28 -Modified: 2008-05-23 Arvid Norlander +Created: 1995-03-28 +Modified: 2008-09-19 Rick Tanner endmsg end arch dungeon_floor diff --git a/lake_country/Butakis/prison0 b/lake_country/Butakis/prison0 index 4e1dbb9c5..2772f0a47 100644 --- a/lake_country/Butakis/prison0 +++ b/lake_country/Butakis/prison0 @@ -1,11 +1,14 @@ arch map name Prison -difficulty 1 +difficulty 25 region lakecountry width 24 height 24 +enter_x 11 +enter_y 22 msg Created: 1995-03-28 Kundi, Xue (xkd@soda.csua.berkeley.edu) +Modified: 2008-09-19 Rick Tanner endmsg end arch dungeon_floor diff --git a/lake_country/Butakis/prison1 b/lake_country/Butakis/prison1 index 863327dc9..6a66bebeb 100644 --- a/lake_country/Butakis/prison1 +++ b/lake_country/Butakis/prison1 @@ -1,11 +1,14 @@ arch map name Prison -difficulty 1 +difficulty 25 region lakecountry width 10 height 10 +enter_x 4 +enter_y 4 msg Created: 1995-03-28 Kundi, Xue (xkd@soda.berkeley.edu) +Modified: 2008-09-19 Rick Tanner endmsg end arch dungeon_floor diff --git a/lake_country/Butakis/prison_e b/lake_country/Butakis/prison_e index 104d643f2..d037ec8b6 100644 --- a/lake_country/Butakis/prison_e +++ b/lake_country/Butakis/prison_e @@ -1,12 +1,13 @@ arch map name Wizards' Cells -difficulty 1 +difficulty 45 region lakecountry width 18 height 16 +enter_y 14 msg Created: 1995-03-29 Kundi, Xue (xkd@soda.berkeley.edu) -Modified: 2007-11-04 Andreas Kirschbaum +Modified: 2008-09-19 Rick Tanner endmsg end arch dungeon_floor diff --git a/lake_country/Butakis/prison_n b/lake_country/Butakis/prison_n index 50e30d809..1040c435a 100644 --- a/lake_country/Butakis/prison_n +++ b/lake_country/Butakis/prison_n @@ -1,12 +1,14 @@ arch map name Maximum Security Cells -difficulty 1 +difficulty 45 region lakecountry width 16 height 16 +enter_x 13 +enter_y 15 msg -Created: 1995-02-29 -Modified: 2007-11-04 Andreas Kirschbaum +Created: 1995-03-29 +Modified: 2008-09-19 Rick Tanner endmsg end arch dungeon_floor diff --git a/lake_country/Butakis/prison_s b/lake_country/Butakis/prison_s index b341e3ad7..b9389cac0 100644 --- a/lake_country/Butakis/prison_s +++ b/lake_country/Butakis/prison_s @@ -1,12 +1,14 @@ arch map name Heavily Guarded Chamber -difficulty 1 +fixed_resettime 1 +difficulty 25 region lakecountry width 20 height 20 +enter_x 1 msg Created: 1995-03-29 Kundi, Xue (xkd@soda.csua.berkeley.edu) -Modified: 2008-06-01 Arvid Norlander +Modified: 2008-09-19 Rick Tanner endmsg end arch marble diff --git a/lake_country/Butakis/prison_w b/lake_country/Butakis/prison_w index 71702e233..242c34cad 100644 --- a/lake_country/Butakis/prison_w +++ b/lake_country/Butakis/prison_w @@ -1,12 +1,14 @@ arch map name Execution Chamber -difficulty 1 +difficulty 35 region lakecountry width 16 height 16 +enter_x 15 +enter_y 1 msg -Created: 1995-02-28 -Modified: 2007-11-04 Andreas Kirschbaum +Created: 1995-03-28 +Modified: 2008-09-19 Rick Tanner endmsg end arch dungeon_floor