diff options
Diffstat (limited to 'db/re/item_db.conf')
-rw-r--r-- | db/re/item_db.conf | 18 |
1 files changed, 16 insertions, 2 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf index a84a94c5c..395fae977 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -36046,7 +36046,7 @@ item_db: ( Type: 5 Buy: 20 Weight: 200 - Def: 1 + Def: 0 Job: { Magician: true Wizard: true @@ -36056,6 +36056,11 @@ item_db: ( Loc: 136 EquipLv: 80 Refine: false + Script: <" + bonus bHPrecovRate,15; + bonus bSPrecovRate,15; + bonus bMatkRate,7; + "> }, { Id: 2718 @@ -40708,16 +40713,25 @@ item_db: ( Id: 2971 AegisName: "Pocket_Watch__" Name: "Pocket Watch" - Type: 4 + Type: 5 Buy: 20 Weight: 200 + Slots: 1 Job: { + Magician: true Wizard: true + Sage: true Soul_Linker: true } + Upper: 3 Loc: 136 EquipLv: 80 Refine: false + Script: <" + bonus bHPrecovRate,15; + bonus bSPrecovRate,15; + bonus bMatkRate,7; + "> }, { Id: 2981 |