diff options
author | Saulc <lucashelaine14@gmail.com> | 2018-03-09 09:51:15 +0000 |
---|---|---|
committer | Saulc <lucashelaine14@gmail.com> | 2018-03-09 09:51:15 +0000 |
commit | 312c7a46e08a281fd7e59852ef9c457071be0953 (patch) | |
tree | 987407534de16ca45205034dbb2d839aa307d18d /db | |
parent | 64f72920ec9f2f8f30a87e99cb324b7c387d1e6f (diff) | |
download | serverdata-312c7a46e08a281fd7e59852ef9c457071be0953.tar.gz serverdata-312c7a46e08a281fd7e59852ef9c457071be0953.tar.bz2 serverdata-312c7a46e08a281fd7e59852ef9c457071be0953.tar.xz serverdata-312c7a46e08a281fd7e59852ef9c457071be0953.zip |
Add SP bonus to silk robe
Diffstat (limited to 'db')
-rw-r--r-- | db/re/item_db.conf | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf index 32420edd9..2fc783e20 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -6203,11 +6203,11 @@ item_db: ( Name: "Leather Shirt" Type: "IT_ARMOR" Buy: 1200 - Sell: 400 - Weight: 120 + Sell: 450 + Weight: 124 Atk: 0 Matk: 1 - Def: 60 + Def: 59 Range: 0 Slots: 0 Job: { @@ -6277,7 +6277,7 @@ item_db: ( AegisName: "SilkRobe" Name: "Silk Robe" Type: "IT_ARMOR" - Buy: 3000 + Buy: 20000 Sell: 1000 Weight: 25 Atk: 0 @@ -6318,6 +6318,9 @@ item_db: ( id5020: 1 id5021: 1 } + Script: <" + bonus bMaSP,50; + "> }, { Id: 1317 @@ -6518,7 +6521,7 @@ item_db: ( Type: "IT_ARMOR" Buy: 120 Sell: 50 - Weight: 35 + Weight: 36 Atk: 0 Matk: 0 Def: 20 |