Commit Graph

34 Commits (master)

Author SHA1 Message Date
Rick Tanner 33573e68f1 Correct spacing after punctuation in msg text 2023-06-05 00:57:37 -05:00
Andreas Kirschbaum 9815651c16 Use lower case letters in @match lines 2021-07-25 17:15:11 +02:00
Nicolas Weeger 350973b0fd Remove smoothing for the ambolt face. 2021-05-13 12:30:02 +02:00
rjtanner 261ee1fa5d Update Mopoon's Weapon Shop (lake_country/shops/Mopoon_wshop) in Lake Country to use updated random item shop item tile. Requires archetype update r19604 or newer.
git-svn-id: svn://svn.code.sf.net/p/crossfire/code/maps/trunk@19613 282e977c-c81d-0410-88c4-b93c2d0d6712
2014-08-28 05:04:28 +00:00
rjtanner f4f333a839 Minor cosmetic changes with cave wall sections to Mopoon's Weapon Shop (lake_country/shops/Mopoon_wshop) in Lake Country. No functional changes.
git-svn-id: svn://svn.code.sf.net/p/crossfire/code/maps/trunk@18343 282e977c-c81d-0410-88c4-b93c2d0d6712
2012-07-08 07:31:40 +00:00
rjtanner aefeef74df Spelling correction (insprition -> inspiration) in message text to Mopoon's Weapon Shop (lake_country/shops/Mopoon_wshop) in Lake Country.
git-svn-id: svn://svn.code.sf.net/p/crossfire/code/maps/trunk@17624 282e977c-c81d-0410-88c4-b93c2d0d6712
2012-03-21 01:20:14 +00:00
rjtanner 5529c6ebde Typo correction (whenever the shoot -> whenever they shoot) in message text to Mopoon's Weapon Shop (lake_country/shops/Mopoon_wshop) in Lake Country.
git-svn-id: svn://svn.code.sf.net/p/crossfire/code/maps/trunk@17020 282e977c-c81d-0410-88c4-b93c2d0d6712
2012-02-09 05:34:49 +00:00
rjtanner 58b7a5b11e Removed forced line breaks, punctuation updates and word spacing changes in message text to Mopoon's Weapon Shop (lake_country/shops/Mopoon_wshop) in Lake Country.
git-svn-id: svn://svn.code.sf.net/p/crossfire/code/maps/trunk@17019 282e977c-c81d-0410-88c4-b93c2d0d6712
2012-02-09 05:33:42 +00:00
ryo_saeba 49f92ee8a6 Fix shop item type to use singular form.
git-svn-id: svn://svn.code.sf.net/p/crossfire/code/maps/trunk@15044 282e977c-c81d-0410-88c4-b93c2d0d6712
2011-09-04 09:37:55 +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
akirschbaum 682bb8b96d Cosmetic changes: add floor tiles.
git-svn-id: svn://svn.code.sf.net/p/crossfire/code/maps/trunk@14661 282e977c-c81d-0410-88c4-b93c2d0d6712
2011-06-19 08:03:06 +00:00
akirschbaum a65974705e Remove stray doors with walls.
git-svn-id: svn://svn.code.sf.net/p/crossfire/code/maps/trunk@14660 282e977c-c81d-0410-88c4-b93c2d0d6712
2011-06-19 07:53:22 +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 ea9f9fda4b Restore message text to exits
git-svn-id: svn://svn.code.sf.net/p/crossfire/code/maps/trunk@10912 282e977c-c81d-0410-88c4-b93c2d0d6712
2008-12-11 06:35:25 +00:00
rjtanner 19d3d85467 Insert missing floor tile
git-svn-id: svn://svn.code.sf.net/p/crossfire/code/maps/trunk@10809 282e977c-c81d-0410-88c4-b93c2d0d6712
2008-12-02 02:53:12 +00:00
rjtanner ddf04143fb Cosmetic change with how swall (fence) merges with nearby walls
git-svn-id: svn://svn.code.sf.net/p/crossfire/code/maps/trunk@10808 282e977c-c81d-0410-88c4-b93c2d0d6712
2008-12-02 02:52:33 +00:00
rjtanner 980eaa1803 Replace and phase out the (old) oakdoor graphic with something different, minor wall updates to accommodate doorway changes
git-svn-id: svn://svn.code.sf.net/p/crossfire/code/maps/trunk@10760 282e977c-c81d-0410-88c4-b93c2d0d6712
2008-11-28 06:48:03 +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 331c0e7d5d Change more "name woodfloor" to "name wood floor" in misc places.
git-svn-id: svn://svn.code.sf.net/p/crossfire/code/maps/trunk@9345 282e977c-c81d-0410-88c4-b93c2d0d6712
2008-06-20 10:47:32 +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
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 45d36cb162 Spelling corrections.
git-svn-id: svn://svn.code.sf.net/p/crossfire/code/maps/trunk@6245 282e977c-c81d-0410-88c4-b93c2d0d6712
2007-05-12 22:46:19 +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
akirschbaum 12426f6eb6 Fix teleporter destination coordinates.
git-svn-id: svn://svn.code.sf.net/p/crossfire/code/maps/trunk@5849 282e977c-c81d-0410-88c4-b93c2d0d6712
2007-03-23 17:57:56 +00:00
rjtanner c4a72d0ebd Significant cosmetic changes to this map - added cave walls and similar sections to the map to give it an 'underground appearance' instead of portions of the map appearing to be blocked by nothing but darkness. Other changes are Map Editor reformatting.
git-svn-id: svn://svn.code.sf.net/p/crossfire/code/maps/trunk@5571 282e977c-c81d-0410-88c4-b93c2d0d6712
2007-02-19 05:15:27 +00:00
cavesomething 922a4b3dbf various shop header typo, etc fixes
git-svn-id: svn://svn.code.sf.net/p/crossfire/code/trunk/maps@4088 282e977c-c81d-0410-88c4-b93c2d0d6712
2005-12-04 17:42:03 +00:00
cavesomething f534220ac0 shop headers for lake country, stoneville, nurnberg, red town, euthville and port joesph
git-svn-id: svn://svn.code.sf.net/p/crossfire/code/trunk/maps@3932 282e977c-c81d-0410-88c4-b93c2d0d6712
2005-10-26 16:25:00 +00:00
akirschbaum 08388e8a44 Move magic mouths and invisible exits below floor to prevent detection by show invisible.
git-svn-id: svn://svn.code.sf.net/p/crossfire/code/trunk/maps@3597 282e977c-c81d-0410-88c4-b93c2d0d6712
2005-09-04 18:24:34 +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
temitchell 771a87376f - commit multipart notation fixes
- make modifications to small (LC_nn)
- add floors to more maps and fix access to sunset lake fortress (it's
mostly empty hint hint)


git-svn-id: svn://svn.code.sf.net/p/crossfire/code/trunk/maps@2879 282e977c-c81d-0410-88c4-b93c2d0d6712
2004-08-16 01:51:00 +00:00
garbled 05e257a93c Change the difficulty of all the shops. Make some shops more likely to
generate better stuff, based on area.


git-svn-id: svn://svn.code.sf.net/p/crossfire/code/trunk/maps@1954 282e977c-c81d-0410-88c4-b93c2d0d6712
2003-01-17 07:34:13 +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