summaryrefslogtreecommitdiff
path: root/db/pre-re/item_db.conf
diff options
context:
space:
mode:
Diffstat (limited to 'db/pre-re/item_db.conf')
-rw-r--r--db/pre-re/item_db.conf16
1 files changed, 8 insertions, 8 deletions
diff --git a/db/pre-re/item_db.conf b/db/pre-re/item_db.conf
index 9c31d7a7..d4b46dd2 100644
--- a/db/pre-re/item_db.conf
+++ b/db/pre-re/item_db.conf
@@ -874,7 +874,7 @@ item_db: (
BindOnEquip: false
Subtype: "W_2HSTAFF"
OnEquipScript: <"
- set @bStat, Int;
+ set @bStat, readparam(bInt);
set @minbStatVal, 60;
callfunc "RequireStat";
">
@@ -900,7 +900,7 @@ item_db: (
BindOnEquip: false
Subtype: "W_STAFF"
OnEquipScript: <"
- set @bStat, Int;
+ set @bStat, readparam(bInt);
set @minbStatVal, 5;
callfunc "RequireStat";
">
@@ -973,7 +973,7 @@ item_db: (
BindOnEquip: false
Subtype: "W_BOW"
OnEquipScript: <"
- set @bStat, Dex;
+ set @bStat, readparam(bDex);
set @minbStatVal, 80;
callfunc "RequireStat";
bonus2 bHPDrainRate, 100, -2;
@@ -6251,10 +6251,10 @@ item_db: (
BindOnEquip: false
Delay: 0
OnEquipScript: <"
- set @bStat, Int;
+ set @bStat, readparam(bInt);
set @minbStatVal, 70;
callfunc "RequireStat";
- set @bStat, Vit;
+ set @bStat, readparam(bVit);
set @minbStatVal, 40;
callfunc "RequireStat";
bonus bSpeedAddRate, -15;
@@ -10923,13 +10923,13 @@ item_db: (
BindOnEquip: false
Delay: 0
OnEquipScript: <"
- set @bStat, Str;
+ set @bStat, readparam(bStr);
set @minbStatVal, 70;
callfunc "RequireStat";
- set @bStat, Vit;
+ set @bStat, readparam(bVit);
set @minbStatVal, 50;
callfunc "RequireStat";
- set @bStat, Luk;
+ set @bStat, readparam(bLuk);
set @minbStatVal, 50;
callfunc "RequireStat";
bonus bAtkRange, -10;