From cc5ad68d360965fb54fc9fd63cfac172d92594ba Mon Sep 17 00:00:00 2001 From: SilverNexus Date: Sat, 29 Apr 2023 23:25:43 -0400 Subject: [PATCH] Make stat potions only use their unique faces once identified. This should make it less obvious when they're present at first sight. --- potion/potioncha.arc | 8 +++++--- potion/potioncon.arc | 8 +++++--- potion/potiondex.arc | 8 +++++--- potion/potionint.arc | 8 +++++--- potion/potionpow.arc | 8 +++++--- potion/potionstr.arc | 8 +++++--- potion/potionwis.arc | 8 +++++--- 7 files changed, 35 insertions(+), 21 deletions(-) diff --git a/potion/potioncha.arc b/potion/potioncha.arc index 7f32602fb..ce30bab8b 100644 --- a/potion/potioncha.arc +++ b/potion/potioncha.arc @@ -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 diff --git a/potion/potioncon.arc b/potion/potioncon.arc index a2343dbd3..6e3e516f2 100644 --- a/potion/potioncon.arc +++ b/potion/potioncon.arc @@ -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 diff --git a/potion/potiondex.arc b/potion/potiondex.arc index d4cb3a2b4..23fc0dabb 100644 --- a/potion/potiondex.arc +++ b/potion/potiondex.arc @@ -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 diff --git a/potion/potionint.arc b/potion/potionint.arc index 4578cd6eb..2023c4412 100644 --- a/potion/potionint.arc +++ b/potion/potionint.arc @@ -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 diff --git a/potion/potionpow.arc b/potion/potionpow.arc index 8770d845e..a0db16e12 100644 --- a/potion/potionpow.arc +++ b/potion/potionpow.arc @@ -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 diff --git a/potion/potionstr.arc b/potion/potionstr.arc index 61b57f41f..5992d7df5 100644 --- a/potion/potionstr.arc +++ b/potion/potionstr.arc @@ -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 diff --git a/potion/potionwis.arc b/potion/potionwis.arc index 41ce442d0..7f1284d46 100644 --- a/potion/potionwis.arc +++ b/potion/potionwis.arc @@ -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