From 98d80c38ddee034808f7bd9ec91ffc648b9ad4ad Mon Sep 17 00:00:00 2001 From: avogl Date: Thu, 14 Dec 2000 04:16:09 +0000 Subject: [PATCH] Now there are three classes of res. potions: - potions with 95% resistance: extremely rare and expensive - potions with 90%: more common, and to get for a fair price - potions with 50%: for newbies only, very cheap and rather common git-svn-id: svn+ssh://svn.code.sf.net/p/crossfire/code/trunk/arch@584 282e977c-c81d-0410-88c4-b93c2d0d6712 --- potion/potioncol.arc | 17 +++++++++++++++-- potion/potionfir.arc | 17 +++++++++++++++-- potion/potioninv.arc | 17 +++++++++++++++-- 3 files changed, 45 insertions(+), 6 deletions(-) diff --git a/potion/potioncol.arc b/potion/potioncol.arc index 63622f9a9..fc9608532 100644 --- a/potion/potioncol.arc +++ b/potion/potioncol.arc @@ -8,7 +8,20 @@ level 1 material 4 weight 1800 value 5800 -resist_fire 100 - +resist_fire 90 editable 2048 end +Object potion_cold2 +name potion of lava resistance +nrof 1 +face potioncol.111 +color_fg white +type 5 +level 1 +material 4 +weight 1800 +value 28000 +resist_fire 95 +editable 2048 +end + diff --git a/potion/potionfir.arc b/potion/potionfir.arc index 8b2639b90..7d585f0ec 100644 --- a/potion/potionfir.arc +++ b/potion/potionfir.arc @@ -8,7 +8,20 @@ level 1 material 4 weight 1800 value 5200 -resist_cold 100 - +resist_cold 90 editable 2048 end +Object potion_fire2 +name potion of frost resistance +nrof 1 +face potionfir.111 +color_fg red +type 5 +level 1 +material 4 +weight 1800 +value 28000 +resist_cold 95 +editable 2048 +end + diff --git a/potion/potioninv.arc b/potion/potioninv.arc index d33cd3bf7..f4c9d0aaa 100644 --- a/potion/potioninv.arc +++ b/potion/potioninv.arc @@ -8,7 +8,20 @@ level 1 material 4 weight 2000 value 10000 -resist_physical 100 - +resist_physical 90 editable 2048 end +Object potion_aethereality +name potion of aethereality +nrof 1 +face potioninv.111 +color_fg orange +type 5 +level 1 +material 4 +weight 2000 +value 28000 +resist_physical 95 +editable 2048 +end +