Commit Graph

25 Commits (ce64736f1e9dbfd1044dae0d0f4fb832cf29260e)

Author SHA1 Message Date
Rick Tanner 2e1ef86e9a Minor grammar update to NPC dialogue in Chaos Lair, Entrance 2023-11-07 01:33:19 -06:00
Rick Tanner 33573e68f1 Correct spacing after punctuation in msg text 2023-06-05 00:57:37 -05:00
rjtanner 619ef0a2de Make Chaos Lair, Snake Pit, and related maps part of the same reset_group, lakecountry_chaos-lair 2022-07-21 01:33:21 -05:00
Kevin Zheng 7e52d372b2 Fix typo
Submitted by:   Egorov Sergey (patches/455)
2022-05-07 17:27:17 -07:00
Nicolas Weeger 34109846d6 Describe the origin or purpose of every key
This patch will give the vast majority of the keys in the game
a message that describes the location the key was found in, or straight-up what it's used for.

It also names or renames a lot of them, although this isn't the focus (for now).

Patch https://sourceforge.net/p/crossfire/patches/415/ by Saiapatsu.
2021-08-13 18:55:09 +02:00
Andreas Kirschbaum 9815651c16 Use lower case letters in @match lines 2021-07-25 17:15:11 +02:00
rjtanner d19dfcadf5 Cosmetic wall changes for nicer merging to Chaos Lair and Snake Pit (lake_country/snake_pit/) in Lake Country. No functional changes.
git-svn-id: svn://svn.code.sf.net/p/crossfire/code/maps/trunk@19882 282e977c-c81d-0410-88c4-b93c2d0d6712
2015-04-03 04:56:27 +00:00
rjtanner 62a73c8b0f Typo correction (behide -> behind) to multiple Lake Country maps.
git-svn-id: svn://svn.code.sf.net/p/crossfire/code/maps/trunk@17574 282e977c-c81d-0410-88c4-b93c2d0d6712
2012-03-18 05:18:02 +00:00
rjtanner 855c0b2f45 Removed forced line breaks, punctuation updates and word spacing changes in message text to Chaos Lair, Entrance (lake_country/snake_pit/Chaos_lair1) in Lake Country.
git-svn-id: svn://svn.code.sf.net/p/crossfire/code/maps/trunk@17027 282e977c-c81d-0410-88c4-b93c2d0d6712
2012-02-10 06:19:04 +00:00
akirschbaum e1662ee5e3 Remove unneeded floor objects.
git-svn-id: svn://svn.code.sf.net/p/crossfire/code/maps/trunk@15014 282e977c-c81d-0410-88c4-b93c2d0d6712
2011-08-27 18:36:32 +00:00
akirschbaum 2d6889461b Remove redundant pits.
git-svn-id: svn://svn.code.sf.net/p/crossfire/code/maps/trunk@15013 282e977c-c81d-0410-88c4-b93c2d0d6712
2011-08-27 18:32:45 +00:00
akirschbaum 698fcd20ff Reformat/fix msg...endmsg attributes in Lake Country.
git-svn-id: svn://svn.code.sf.net/p/crossfire/code/maps/trunk@15006 282e977c-c81d-0410-88c4-b93c2d0d6712
2011-08-27 14:11:25 +00:00
rjtanner 90e3203c8f Replace blocked (solid black square) arch with cave_15 (solid grey square) archetype, requires archetype update r10843 or newer
git-svn-id: svn://svn.code.sf.net/p/crossfire/code/maps/trunk@10943 282e977c-c81d-0410-88c4-b93c2d0d6712
2008-12-13 08:57:45 +00:00
rjtanner 9d7238c7c7 (Inprogress checkin) Update map names to make them unique and more descriptive
git-svn-id: svn://svn.code.sf.net/p/crossfire/code/maps/trunk@10160 282e977c-c81d-0410-88c4-b93c2d0d6712
2008-10-23 22:28:06 +00:00
rjtanner f2d10b11d6 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@9897 282e977c-c81d-0410-88c4-b93c2d0d6712
2008-09-20 22:03:15 +00:00
anmaster f4effab867 Even more fixes for redundant patterns in @match (it is case insensitive, but a lot of maps treated it as if it was case sensitive). Mostly done with grep + sed. Also add @question to two pupland maps and fix a typo on a lake country map.
git-svn-id: svn://svn.code.sf.net/p/crossfire/code/maps/trunk@9147 282e977c-c81d-0410-88c4-b93c2d0d6712
2008-05-23 22:30:19 +00:00
ryo_saeba 6e9c78ffff Add various links to other maps, set difficulty from monsters on map.
git-svn-id: svn://svn.code.sf.net/p/crossfire/code/maps/trunk@8899 282e977c-c81d-0410-88c4-b93c2d0d6712
2008-05-07 17:56:55 +00:00
akirschbaum 0e39777161 Update spellcasting objects to use inventory objects.
git-svn-id: svn://svn.code.sf.net/p/crossfire/code/maps/trunk@7474 282e977c-c81d-0410-88c4-b93c2d0d6712
2007-11-04 19:05:10 +00:00
akirschbaum d98265c0f0 Unify Created: and Modified: map headers.
git-svn-id: svn://svn.code.sf.net/p/crossfire/code/maps/trunk@7448 282e977c-c81d-0410-88c4-b93c2d0d6712
2007-11-02 22:49:56 +00:00
rjtanner 905973e440 Changes due to map editor reformatting.
git-svn-id: svn://svn.code.sf.net/p/crossfire/code/maps/trunk@7123 282e977c-c81d-0410-88c4-b93c2d0d6712
2007-09-07 05:38:16 +00:00
akirschbaum ee878a0da1 Replace "no_pass" with "move_block".
git-svn-id: svn://svn.code.sf.net/p/crossfire/code/maps/trunk@5940 282e977c-c81d-0410-88c4-b93c2d0d6712
2007-04-05 21:37:01 +00:00
rjtanner d3b9619df9 Massive checkin. Went through many, many maps and updated their names (which were either unnamed, used the actual file name or tweaked their spelling and capitilization). Corrected wall sections there were 'incorrect' and obvious when next to doorways or similar openings - basically using the wrong wall sections. Minor cosmetic updates to maps as well. Other changes are due to Map Editor reformatting.
git-svn-id: svn://svn.code.sf.net/p/crossfire/code/maps/trunk@5574 282e977c-c81d-0410-88c4-b93c2d0d6712
2007-02-19 05:44:55 +00:00
ryo_saeba d1d8b472f0 Applied patch #1145089 (cavesomething) to add region support
git-svn-id: svn://svn.code.sf.net/p/crossfire/code/trunk/maps@3142 282e977c-c81d-0410-88c4-b93c2d0d6712
2005-03-15 21:44:56 +00:00
mwedel fe4dfcda8d Fix up all the maps related to abilities of monsters on the maps, as
well as spellbooks on maps, to work with the new spell code.
MSW 2003-11-13


git-svn-id: svn://svn.code.sf.net/p/crossfire/code/trunk/maps@2458 282e977c-c81d-0410-88c4-b93c2d0d6712
2003-11-14 07:45:40 +00:00
mwedel 841aa9562a Add lake_county (kundi_area) maps to world southeast of brest.
Update world maps road connects to this city.  Also, fix up some typos/
incorrect map path names.

Add dreaming_sage guild to navar city.
MSW 2002-07-22


git-svn-id: svn://svn.code.sf.net/p/crossfire/code/trunk/maps@1665 282e977c-c81d-0410-88c4-b93c2d0d6712
2002-07-23 07:04:57 +00:00