diff options
Diffstat (limited to 'db/re')
-rw-r--r-- | db/re/item_db.conf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf index b2e55ec28..765a30a1d 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -5442,6 +5442,7 @@ item_db: ( Def: 0 Loc: "EQP_ACC_L" EquipLv: 30 + RequiredAgi: 15 Refine: false Script: <" // Bow: Subtype W_BOW (ITEMINFO_SUBTYPE) @@ -5471,6 +5472,7 @@ item_db: ( Def: 0 Loc: "EQP_ACC_L" EquipLv: 50 + RequiredAgi: 25 Refine: false Script: <" if (getiteminfo(getequipid(EQI_HAND_R), ITEMINFO_SUBTYPE) == W_BOW) { @@ -5492,6 +5494,7 @@ item_db: ( Def: 0 Loc: "EQP_ACC_L" EquipLv: 70 + RequiredAgi: 35 Refine: false Script: <" if (getiteminfo(getequipid(EQI_HAND_R), ITEMINFO_SUBTYPE) == W_BOW) { |