summaryrefslogtreecommitdiff
path: root/db/re/item_db.conf
diff options
context:
space:
mode:
Diffstat (limited to 'db/re/item_db.conf')
-rw-r--r--db/re/item_db.conf14
1 files changed, 7 insertions, 7 deletions
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;
">
},
{