From e4767041e80ee0b8ec567524f578ae49689b7938 Mon Sep 17 00:00:00 2001 From: Streusel Date: Sat, 25 Apr 2015 18:09:10 -0700 Subject: Updated _figures using Class instead of BaseClass according to issue #504. Special thanks to MordekaiserGod for bringing it up. --- db/re/item_db.conf | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'db/re/item_db.conf') diff --git a/db/re/item_db.conf b/db/re/item_db.conf index 5155db1f0..455d651a6 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -29114,7 +29114,7 @@ item_db: ( Refine: false Script: <" bonus bMaxHP,70; - if(Class==Job_Novice) bonus bMaxHP,30; + if(Class==Job_Novice || Class==Job_Novice_High || Class==Job_SuperNovice) bonus bMaxHP,30; "> }, { @@ -29127,7 +29127,7 @@ item_db: ( Refine: false Script: <" bonus bVit,1; - if(Class==Job_Swordman) bonus bDef,2; + if(BaseClass==Job_Swordman) bonus bDef,2; "> }, { @@ -29140,7 +29140,7 @@ item_db: ( Refine: false Script: <" bonus bInt,1; - if(Class==Job_Acolyte) bonus bMaxSP,50; + if(BaseClass==Job_Acolyte) bonus bMaxSP,50; "> }, { @@ -29153,7 +29153,7 @@ item_db: ( Refine: false Script: <" bonus bInt,1; - if(Class==Job_Mage) bonus bSPrecovRate,5; + if(BaseClass==Job_Mage) bonus bSPrecovRate,5; "> }, { @@ -29166,7 +29166,7 @@ item_db: ( Refine: false Script: <" bonus bDex,1; - if(Class==Job_Archer) bonus bBaseAtk,10; + if(BaseClass==Job_Archer) bonus bBaseAtk,10; "> }, { @@ -29179,7 +29179,7 @@ item_db: ( Refine: false Script: <" bonus bAgi,1; - if(Class==Job_Thief) bonus bAspdRate,3; + if(BaseClass==Job_Thief) bonus bAspdRate,3; "> }, { @@ -29192,7 +29192,7 @@ item_db: ( Refine: false Script: <" bonus bStr,1; - if(Class==Job_Merchant) bonus bCritical,5; + if(BaseClass==Job_Merchant) bonus bCritical,5; "> }, { -- cgit v1.2.3-60-g2f50