From 7b7b4334bb7167ea9c02adb0a0133bbdb7f25c04 Mon Sep 17 00:00:00 2001 From: rjtanner Date: Wed, 10 Sep 2008 23:56:38 +0000 Subject: [PATCH] Update maps with entrance x & y coordinates, adjust map level difficulty to something slightly more realistic - level 20 git-svn-id: svn://svn.code.sf.net/p/crossfire/code/maps/trunk@9820 282e977c-c81d-0410-88c4-b93c2d0d6712 --- brest/Castle/AcidChamber | 3 +++ brest/Castle/DragonRoom | 3 +++ brest/Castle/Finale | 4 +++- brest/Castle/LargeRoom | 3 +++ brest/Castle/castle | 3 +++ 5 files changed, 15 insertions(+), 1 deletion(-) diff --git a/brest/Castle/AcidChamber b/brest/Castle/AcidChamber index 927b8c23e..0bdd77496 100644 --- a/brest/Castle/AcidChamber +++ b/brest/Castle/AcidChamber @@ -1,8 +1,11 @@ arch map name AcidChamber +difficulty 20 region brest width 28 height 10 +enter_x 24 +enter_y 1 msg Created: 1994-07-02 Modified: 2008-09-10 Rick Tanner diff --git a/brest/Castle/DragonRoom b/brest/Castle/DragonRoom index f03a35541..1c6079b24 100644 --- a/brest/Castle/DragonRoom +++ b/brest/Castle/DragonRoom @@ -1,8 +1,11 @@ arch map name DragonRoom +difficulty 20 region brest width 27 height 22 +enter_x 12 +enter_y 1 msg Created: 1994-07-02 Modified: 2008-09-10 Rick Tanner diff --git a/brest/Castle/Finale b/brest/Castle/Finale index 1d987915d..67d204b51 100644 --- a/brest/Castle/Finale +++ b/brest/Castle/Finale @@ -1,9 +1,11 @@ arch map name Finale -difficulty 1 +difficulty 20 region brest width 7 height 60 +enter_x 1 +enter_y 58 msg Created: 1994-07-02 Modified: 2008-09-10 Rick Tanner diff --git a/brest/Castle/LargeRoom b/brest/Castle/LargeRoom index 1de5317b9..c63ef65b6 100644 --- a/brest/Castle/LargeRoom +++ b/brest/Castle/LargeRoom @@ -1,8 +1,11 @@ arch map name LargeRoom +difficulty 20 region brest width 29 height 58 +enter_x 1 +enter_y 54 msg Created: 1994-07-02 Modified: 2008-09-10 Rick Tanner diff --git a/brest/Castle/castle b/brest/Castle/castle index 4241135dc..11d910b5b 100644 --- a/brest/Castle/castle +++ b/brest/Castle/castle @@ -1,8 +1,11 @@ arch map name Castle +difficulty 20 region brest width 28 height 33 +enter_x 9 +enter_y 16 msg Created: 1994-08-30 Modified: 2008-09-10 Rick Tanner