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/pre-re/item_db.conf | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'db/pre-re') diff --git a/db/pre-re/item_db.conf b/db/pre-re/item_db.conf index 65da8a524..65044a647 100644 --- a/db/pre-re/item_db.conf +++ b/db/pre-re/item_db.conf @@ -24548,7 +24548,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; "> }, { @@ -24561,7 +24561,7 @@ item_db: ( Refine: false Script: <" bonus bVit,1; - if(Class==Job_Swordman) bonus bDef,2; + if(BaseClass==Job_Swordman) bonus bDef,2; "> }, { @@ -24574,7 +24574,7 @@ item_db: ( Refine: false Script: <" bonus bInt,1; - if(Class==Job_Acolyte) bonus bMaxSP,50; + if(BaseClass==Job_Acolyte) bonus bMaxSP,50; "> }, { @@ -24587,7 +24587,7 @@ item_db: ( Refine: false Script: <" bonus bInt,1; - if(Class==Job_Mage) bonus bSPrecovRate,5; + if(BaseClass==Job_Mage) bonus bSPrecovRate,5; "> }, { @@ -24600,7 +24600,7 @@ item_db: ( Refine: false Script: <" bonus bDex,1; - if(Class==Job_Archer) bonus bBaseAtk,10; + if(BaseClass==Job_Archer) bonus bBaseAtk,10; "> }, { @@ -24613,7 +24613,7 @@ item_db: ( Refine: false Script: <" bonus bAgi,1; - if(Class==Job_Thief) bonus bAspdRate,3; + if(BaseClass==Job_Thief) bonus bAspdRate,3; "> }, { @@ -24626,7 +24626,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-70-g09d2