From f9e137463f1059b7f82fd06fb2c730477eef0445 Mon Sep 17 00:00:00 2001 From: ryo_saeba Date: Fri, 20 Apr 2007 17:36:36 +0000 Subject: [PATCH] Add more potions of life, in different variations. git-svn-id: svn+ssh://svn.code.sf.net/p/crossfire/code/arch/trunk@6071 282e977c-c81d-0410-88c4-b93c2d0d6712 --- potion/potionrstr.arc | 51 ++++++++++++++++++++++++++++++++++++++++--- 1 file changed, 48 insertions(+), 3 deletions(-) diff --git a/potion/potionrstr.arc b/potion/potionrstr.arc index 3e99322d8..f1f937b6f 100644 --- a/potion/potionrstr.arc +++ b/potion/potionrstr.arc @@ -1,9 +1,9 @@ Object potion_restoration -name potion of life +name supreme potion of life face potion_heal2.111 -value 6000 +value 20000 type 5 -level 1 +level 130 attacktype 65536 nrof 1 weight 1500 @@ -13,3 +13,48 @@ name_pl potions of life on_use_yield potion_empty client_type 651 end +Object minor_potion_restoration +name minor potion of life +face potion_heal2.111 +value 500 +type 5 +level 5 +attacktype 65536 +nrof 1 +weight 1500 +color_fg light_blue +editable 2048 +name_pl minor potions of life +on_use_yield potion_empty +client_type 651 +end +Object medium_potion_restoration +name medium potion of life +face potion_heal2.111 +value 3000 +type 5 +level 30 +attacktype 65536 +nrof 1 +weight 1500 +color_fg light_blue +editable 2048 +name_pl medium potions of life +on_use_yield potion_empty +client_type 651 +end +Object major_potion_restoration +name major potion of life +face potion_heal2.111 +value 10000 +type 5 +level 50 +attacktype 65536 +nrof 1 +weight 1500 +color_fg light_blue +editable 2048 +name_pl minor potions of life +on_use_yield potion_empty +client_type 651 +end