diff options
author | Saulc <lucashelaine14@gmail.com> | 2018-07-25 11:48:43 +0000 |
---|---|---|
committer | Saulc <lucashelaine14@gmail.com> | 2018-07-25 11:48:43 +0000 |
commit | 1018cf9e6d85fb43238a9da457568ca02149ad23 (patch) | |
tree | 9a7c462f0a9e34c8487b637888b3bb8a62856776 /db/re/item_db.conf | |
parent | aa97d055535e7234534f351c9c4ffe1b16358c5a (diff) | |
download | serverdata-1018cf9e6d85fb43238a9da457568ca02149ad23.tar.gz serverdata-1018cf9e6d85fb43238a9da457568ca02149ad23.tar.bz2 serverdata-1018cf9e6d85fb43238a9da457568ca02149ad23.tar.xz serverdata-1018cf9e6d85fb43238a9da457568ca02149ad23.zip |
add squirrel boots need to test bonus bSpeedAddRate,1;
Diffstat (limited to 'db/re/item_db.conf')
-rw-r--r-- | db/re/item_db.conf | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf index f05a2bcdb..bfc3f2f2a 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -6258,6 +6258,10 @@ item_db: ( EquipLv: 1 Refine: false ViewSprite: 1812 + Script: <" + bonus bSpeedAddRate,10; + } + "> }, { Id: 1813 @@ -6331,6 +6335,24 @@ item_db: ( ViewSprite: 1817 }, { + Id: 1818 + AegisName: "SquirrelBoots" + Name: "Squirrel Boots" + Type: "IT_ARMOR" + Buy: 6000 + Sell: 1200 + Weight: 32 + Def: 13 + Loc: "EQP_SHOES" + EquipLv: 25 + Refine: false + ViewSprite: 1818 + Script: <" + bonus bSpeedAddRate,1; + } + "> +}, +{ Id: 2000 AegisName: "Armbands" Name: "Armbands" |