Make stat potions only use their unique faces once identified.
This should make it less obvious when they're present at first sight.master
parent
edf6e678c1
commit
cc5ad68d36
|
@ -1,14 +1,16 @@
|
|||
Object potioncha
|
||||
nrof 1
|
||||
name potion of charisma
|
||||
face potioncha.111
|
||||
name potion
|
||||
title of charisma
|
||||
face potiongen.111
|
||||
identified_face potioncha.111
|
||||
type 5
|
||||
level 1
|
||||
material 4
|
||||
weight 1500
|
||||
value 12500
|
||||
Cha 1
|
||||
name_pl potions of charisma
|
||||
name_pl potions
|
||||
on_use_yield potion_empty
|
||||
client_type 651
|
||||
end
|
||||
|
|
|
@ -1,14 +1,16 @@
|
|||
Object potioncon
|
||||
nrof 1
|
||||
name potion of constitution
|
||||
face potioncon.111
|
||||
name potion
|
||||
title of constitution
|
||||
face potiongen.111
|
||||
identified_face potioncon.111
|
||||
type 5
|
||||
level 1
|
||||
material 4
|
||||
weight 1500
|
||||
value 14500
|
||||
Con 1
|
||||
name_pl potions of constitution
|
||||
name_pl potions
|
||||
on_use_yield potion_empty
|
||||
client_type 651
|
||||
end
|
||||
|
|
|
@ -1,14 +1,16 @@
|
|||
Object potiondex
|
||||
nrof 1
|
||||
name potion of dexterity
|
||||
face potiondex.111
|
||||
name potion
|
||||
title of dexterity
|
||||
face potiongen.111
|
||||
identified_face potiondex.111
|
||||
type 5
|
||||
level 1
|
||||
material 4
|
||||
weight 1500
|
||||
value 14000
|
||||
Dex 1
|
||||
name_pl potions of dexterity
|
||||
name_pl potions
|
||||
on_use_yield potion_empty
|
||||
client_type 651
|
||||
end
|
||||
|
|
|
@ -1,14 +1,16 @@
|
|||
Object potionint
|
||||
nrof 1
|
||||
name potion of intelligence
|
||||
face potionint.111
|
||||
name potion
|
||||
title of intelligence
|
||||
face potiongen.111
|
||||
identified_face potionint.111
|
||||
type 5
|
||||
level 1
|
||||
material 4
|
||||
weight 1500
|
||||
value 13000
|
||||
Int 1
|
||||
name_pl potions of intelligence
|
||||
name_pl potions
|
||||
on_use_yield potion_empty
|
||||
client_type 651
|
||||
end
|
||||
|
|
|
@ -1,14 +1,16 @@
|
|||
Object potionpow
|
||||
nrof 1
|
||||
name potion of power
|
||||
face potionpow.111
|
||||
name potion
|
||||
title of power
|
||||
face potiongen.111
|
||||
identified_face potionpow.111
|
||||
type 5
|
||||
level 1
|
||||
material 4
|
||||
weight 1500
|
||||
value 13500
|
||||
Pow 1
|
||||
name_pl potions of power
|
||||
name_pl potions
|
||||
on_use_yield potion_empty
|
||||
client_type 651
|
||||
end
|
||||
|
|
|
@ -1,14 +1,16 @@
|
|||
Object potionstr
|
||||
nrof 1
|
||||
name potion of strength
|
||||
face potionstr.111
|
||||
name potion
|
||||
title of strength
|
||||
face potiongen.111
|
||||
identified_face potionstr.111
|
||||
type 5
|
||||
level 1
|
||||
material 4
|
||||
weight 1500
|
||||
value 15000
|
||||
Str 1
|
||||
name_pl potions of strength
|
||||
name_pl potions
|
||||
on_use_yield potion_empty
|
||||
client_type 651
|
||||
end
|
||||
|
|
|
@ -1,14 +1,16 @@
|
|||
Object potionwis
|
||||
nrof 1
|
||||
name potion of wisdom
|
||||
face potionwis.111
|
||||
name potion
|
||||
title of wisdom
|
||||
face potiongen.111
|
||||
identified_face potionwis.111
|
||||
type 5
|
||||
level 1
|
||||
material 4
|
||||
weight 1500
|
||||
value 12000
|
||||
Wis 1
|
||||
name_pl potions of wisdom
|
||||
name_pl potions
|
||||
on_use_yield potion_empty
|
||||
client_type 651
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue