diff options
-rw-r--r-- | db/re/item_db.conf | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf index 61b2159e8..77aa61996 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -7609,7 +7609,11 @@ item_db: ( Loc: "EQP_GARMENT" EquipLv: 12 Refine: false - ViewSprite: 2007 + Script: <" + bonus bMatk,10; + bonus bMaxSP,10; + bonus bSPrecovRate,10; + "> }, { Id: 2008 @@ -12201,6 +12205,7 @@ item_db: ( ViewSprite: 7000 Script: <" bonus bMaxSP,10; + bonus bSPrecovRate,20; "> }, { @@ -12221,6 +12226,7 @@ item_db: ( ViewSprite: 7001 Script: <" bonus bMaxSP,20; + bonus bSPrecovRate,20; "> }, { @@ -12241,6 +12247,7 @@ item_db: ( ViewSprite: 7002 Script: <" bonus bMaxSP,30; + bonus bSPrecovRate,20; "> }, { @@ -12261,6 +12268,7 @@ item_db: ( ViewSprite: 7003 Script: <" bonus bMaxSP,40; + bonus bSPrecovRate,20; "> }, { @@ -12281,6 +12289,7 @@ item_db: ( ViewSprite: 7004 Script: <" bonus bMaxSP,50; + bonus bSPrecovRate,20; "> }, { @@ -12301,6 +12310,7 @@ item_db: ( ViewSprite: 7005 Script: <" bonus bMaxSP,25; + bonus bSPrecovRate,20; "> }, |