From 7824bafad6f514542239b6be564d575bbcefae45 Mon Sep 17 00:00:00 2001 From: cavesomething Date: Thu, 6 Oct 2005 17:00:17 +0000 Subject: [PATCH] shop headers for darcap git-svn-id: svn://svn.code.sf.net/p/crossfire/code/trunk/maps@3802 282e977c-c81d-0410-88c4-b93c2d0d6712 --- darcap/darcap/circus/shooting | 3 +++ darcap/darcap/gshop | 3 +++ darcap/darcap/potionshop | 2 ++ darcap/darcap/shop_a | 2 ++ darcap/darcap/shop_g | 2 ++ darcap/darcap/shop_m | 2 ++ darcap/darcap/shop_w | 2 ++ darcap/forgotten_town/shops/armour | 3 +++ darcap/forgotten_town/shops/general | 3 +++ darcap/forgotten_town/shops/general2 | 3 +++ darcap/forgotten_town/shops/magic | 3 +++ darcap/forgotten_town/shops/potion | 3 +++ darcap/forgotten_town/shops/weapon | 3 +++ darcap/town2/shop_b | 1 + darcap/town2/shop_f | 1 + 15 files changed, 36 insertions(+) diff --git a/darcap/darcap/circus/shooting b/darcap/darcap/circus/shooting index 21e2d5cd8..b7a96d8e0 100644 --- a/darcap/darcap/circus/shooting +++ b/darcap/darcap/circus/shooting @@ -7,6 +7,9 @@ Email: john_cater@yahoo.com Date: Thu Jan 28 17:49:34 1999 endmsg x 20 +shopitems bow:100;arrow:100;*:-100 +shopgreed 1.4 +shopmax 4000 end arch pstone_1 end diff --git a/darcap/darcap/gshop b/darcap/darcap/gshop index d5a4ced24..2b03430c1 100644 --- a/darcap/darcap/gshop +++ b/darcap/darcap/gshop @@ -10,6 +10,9 @@ width 16 height 13 enter_x 15 enter_y 6 +shopitems lightsource:10;*:0 +shopmin 100 +shopmax 8000 end arch dungeon_floor end diff --git a/darcap/darcap/potionshop b/darcap/darcap/potionshop index 5ccb900c4..548cc36b2 100644 --- a/darcap/darcap/potionshop +++ b/darcap/darcap/potionshop @@ -12,6 +12,8 @@ enter_x 14 enter_y 14 reset_timeout 7200 difficulty 1 +shopitems potion:90;inorganic:40;spellbook:30;gem:30;amulet:30;ring:40;scroll:30;book:30;*:-80 +shopmax 8000 end arch woodfloor end diff --git a/darcap/darcap/shop_a b/darcap/darcap/shop_a index c6314da79..269a0be70 100644 --- a/darcap/darcap/shop_a +++ b/darcap/darcap/shop_a @@ -8,6 +8,8 @@ Date: Sat Nov 19 00:13:33 1994 endmsg sp 14 stand_still 1 +shopitems armour:50;shield:50;helmet:40;cloak:40;boots:40;gloves:40;bracers:40;girdle:40;*:-60 +shopmax 8000 end arch shop_empty end diff --git a/darcap/darcap/shop_g b/darcap/darcap/shop_g index b5e1c20fb..89b4c1fa6 100644 --- a/darcap/darcap/shop_g +++ b/darcap/darcap/shop_g @@ -1,6 +1,8 @@ arch map region darcap stand_still 1 +shopitems food:100;flesh:50:*:-80 +shopmax 8000 end arch woodfloor end diff --git a/darcap/darcap/shop_m b/darcap/darcap/shop_m index 584f4d869..fdce08779 100644 --- a/darcap/darcap/shop_m +++ b/darcap/darcap/shop_m @@ -2,6 +2,8 @@ arch map region darcap hp 13 sp 1 +shopitems potion:40;spellbook:40;amulet:40;ring:45;scroll:40;book:40;wand:60;rod:60;*:-60 +shopmax 8000 end arch shop_empty end diff --git a/darcap/darcap/shop_w b/darcap/darcap/shop_w index ac0a3d9a6..88d778a82 100644 --- a/darcap/darcap/shop_w +++ b/darcap/darcap/shop_w @@ -9,6 +9,8 @@ endmsg hp 13 sp 14 stand_still 1 +shopitems weapon:80;bow:40;*:-50 +shopmax 8000 end arch shop_empty end diff --git a/darcap/forgotten_town/shops/armour b/darcap/forgotten_town/shops/armour index bf1ae23f5..da790fad9 100644 --- a/darcap/forgotten_town/shops/armour +++ b/darcap/forgotten_town/shops/armour @@ -9,6 +9,9 @@ width 15 height 15 enter_x 13 enter_y 13 +shopitems armour:60;shield:60;helmet:50;cloak:50;boots:50;gloves:50;bracers:50;girdle:50;*:-80 +shopmin 500 +shopmax 80000 end arch dungeon_magic end diff --git a/darcap/forgotten_town/shops/general b/darcap/forgotten_town/shops/general index d1d8cedfe..5bacffeb9 100644 --- a/darcap/forgotten_town/shops/general +++ b/darcap/forgotten_town/shops/general @@ -9,6 +9,9 @@ width 15 height 15 enter_x 13 enter_y 13 +shopitems light source:50;inorganic:20;*:0 +shopmin 500 +shopmax 60000 end arch stonefloor2 end diff --git a/darcap/forgotten_town/shops/general2 b/darcap/forgotten_town/shops/general2 index 0356526b2..78629e903 100644 --- a/darcap/forgotten_town/shops/general2 +++ b/darcap/forgotten_town/shops/general2 @@ -9,6 +9,9 @@ width 15 height 15 enter_x 13 enter_y 1 +shopitems light source:50;inorganic:20;*:0 +shopmin 500 +shopmax 60000 end arch stonefloor2 end diff --git a/darcap/forgotten_town/shops/magic b/darcap/forgotten_town/shops/magic index b5674aa57..af97565f4 100644 --- a/darcap/forgotten_town/shops/magic +++ b/darcap/forgotten_town/shops/magic @@ -9,6 +9,9 @@ width 17 height 15 enter_x 13 enter_y 13 +shopitems scroll:60;ring:60;amulet:60;potion:40;wand:50;rod:50;*:-60 +shopmin 500 +shopmax 80000 end arch stonefloor2 end diff --git a/darcap/forgotten_town/shops/potion b/darcap/forgotten_town/shops/potion index 2546c693d..61b870ea3 100644 --- a/darcap/forgotten_town/shops/potion +++ b/darcap/forgotten_town/shops/potion @@ -9,6 +9,9 @@ width 15 height 15 enter_x 13 enter_y 13 +shopitems potion:95;*:-80 +shopmin 500 +shopmax 80000 end arch dungeon_magic end diff --git a/darcap/forgotten_town/shops/weapon b/darcap/forgotten_town/shops/weapon index df6f7d290..b0fb214ba 100644 --- a/darcap/forgotten_town/shops/weapon +++ b/darcap/forgotten_town/shops/weapon @@ -9,6 +9,9 @@ width 15 height 15 enter_x 7 enter_y 14 +shopitems weapon:75;bow:35;*:-40 +shopmax 80000 +shopmin 500 end arch dungeon_magic end diff --git a/darcap/town2/shop_b b/darcap/town2/shop_b index e6e52fa55..a4ea7976e 100644 --- a/darcap/town2/shop_b +++ b/darcap/town2/shop_b @@ -10,6 +10,7 @@ width 32 height 32 enter_x 28 enter_y 4 +shopitems spellbook:100;book:90;*:-100 end arch woodfloor end diff --git a/darcap/town2/shop_f b/darcap/town2/shop_f index 4dbe6bb15..196c2e125 100644 --- a/darcap/town2/shop_f +++ b/darcap/town2/shop_f @@ -10,6 +10,7 @@ width 15 height 15 enter_x 12 enter_y 8 +shopitems food:100;flesh:90;*:-100 end arch woodfloor end