Make stat potions only use their unique faces once identified.

This should make it less obvious when they're present at first sight.
master
SilverNexus 2023-04-29 23:25:43 -04:00
parent edf6e678c1
commit cc5ad68d36
7 changed files with 35 additions and 21 deletions

View File

@ -1,14 +1,16 @@
Object potioncha Object potioncha
nrof 1 nrof 1
name potion of charisma name potion
face potioncha.111 title of charisma
face potiongen.111
identified_face potioncha.111
type 5 type 5
level 1 level 1
material 4 material 4
weight 1500 weight 1500
value 12500 value 12500
Cha 1 Cha 1
name_pl potions of charisma name_pl potions
on_use_yield potion_empty on_use_yield potion_empty
client_type 651 client_type 651
end end

View File

@ -1,14 +1,16 @@
Object potioncon Object potioncon
nrof 1 nrof 1
name potion of constitution name potion
face potioncon.111 title of constitution
face potiongen.111
identified_face potioncon.111
type 5 type 5
level 1 level 1
material 4 material 4
weight 1500 weight 1500
value 14500 value 14500
Con 1 Con 1
name_pl potions of constitution name_pl potions
on_use_yield potion_empty on_use_yield potion_empty
client_type 651 client_type 651
end end

View File

@ -1,14 +1,16 @@
Object potiondex Object potiondex
nrof 1 nrof 1
name potion of dexterity name potion
face potiondex.111 title of dexterity
face potiongen.111
identified_face potiondex.111
type 5 type 5
level 1 level 1
material 4 material 4
weight 1500 weight 1500
value 14000 value 14000
Dex 1 Dex 1
name_pl potions of dexterity name_pl potions
on_use_yield potion_empty on_use_yield potion_empty
client_type 651 client_type 651
end end

View File

@ -1,14 +1,16 @@
Object potionint Object potionint
nrof 1 nrof 1
name potion of intelligence name potion
face potionint.111 title of intelligence
face potiongen.111
identified_face potionint.111
type 5 type 5
level 1 level 1
material 4 material 4
weight 1500 weight 1500
value 13000 value 13000
Int 1 Int 1
name_pl potions of intelligence name_pl potions
on_use_yield potion_empty on_use_yield potion_empty
client_type 651 client_type 651
end end

View File

@ -1,14 +1,16 @@
Object potionpow Object potionpow
nrof 1 nrof 1
name potion of power name potion
face potionpow.111 title of power
face potiongen.111
identified_face potionpow.111
type 5 type 5
level 1 level 1
material 4 material 4
weight 1500 weight 1500
value 13500 value 13500
Pow 1 Pow 1
name_pl potions of power name_pl potions
on_use_yield potion_empty on_use_yield potion_empty
client_type 651 client_type 651
end end

View File

@ -1,14 +1,16 @@
Object potionstr Object potionstr
nrof 1 nrof 1
name potion of strength name potion
face potionstr.111 title of strength
face potiongen.111
identified_face potionstr.111
type 5 type 5
level 1 level 1
material 4 material 4
weight 1500 weight 1500
value 15000 value 15000
Str 1 Str 1
name_pl potions of strength name_pl potions
on_use_yield potion_empty on_use_yield potion_empty
client_type 651 client_type 651
end end

View File

@ -1,14 +1,16 @@
Object potionwis Object potionwis
nrof 1 nrof 1
name potion of wisdom name potion
face potionwis.111 title of wisdom
face potiongen.111
identified_face potionwis.111
type 5 type 5
level 1 level 1
material 4 material 4
weight 1500 weight 1500
value 12000 value 12000
Wis 1 Wis 1
name_pl potions of wisdom name_pl potions
on_use_yield potion_empty on_use_yield potion_empty
client_type 651 client_type 651
end end