diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-05-10 21:30:45 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-05-10 21:30:45 -0300 |
commit | 188139e0d8ba232894a36f9b90084e73a16a293c (patch) | |
tree | 4e26f411ae316c7236de0a3811bae291f0a4e907 /db | |
parent | 4a375b6f6914abdb9509ac3a832a3e5ad779450b (diff) | |
download | serverdata-188139e0d8ba232894a36f9b90084e73a16a293c.tar.gz serverdata-188139e0d8ba232894a36f9b90084e73a16a293c.tar.bz2 serverdata-188139e0d8ba232894a36f9b90084e73a16a293c.tar.xz serverdata-188139e0d8ba232894a36f9b90084e73a16a293c.zip |
All wands now raise MP Regen in 20%.
Diffstat (limited to 'db')
-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; "> }, |