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
master
ryo_saeba 2007-04-20 17:36:36 +00:00
parent bb98e2eaeb
commit f9e137463f
1 changed files with 48 additions and 3 deletions

View File

@ -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