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-b93c2d0d6712master
parent
e7c1a1428a
commit
98d80c38dd
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue