diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-03-22 14:37:28 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-03-22 14:37:28 -0300 |
commit | 6039dbeb8198c6890cb8e2d385c431a6ebad6122 (patch) | |
tree | aa8e96afe6004317d36ca4111ca43b35f10eab5e /db | |
parent | a07c8be073706dfc01c4ffdebde28ff7995a872c (diff) | |
download | serverdata-6039dbeb8198c6890cb8e2d385c431a6ebad6122.tar.gz serverdata-6039dbeb8198c6890cb8e2d385c431a6ebad6122.tar.bz2 serverdata-6039dbeb8198c6890cb8e2d385c431a6ebad6122.tar.xz serverdata-6039dbeb8198c6890cb8e2d385c431a6ebad6122.zip |
Sanitize shields
Diffstat (limited to 'db')
-rw-r--r-- | db/re/item_db.conf | 39 |
1 files changed, 25 insertions, 14 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf index 562d3b9b1..a5e3c3f03 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -8789,9 +8789,8 @@ item_db: ( Delay: 0 Sprite: 0 OnEquipScript: <" - bonus bAspd, -30; + bonus bAspdRate, -15; bonus bCriticalDef, 15; - bonus bAtkRange, -5; "> }, { @@ -8814,7 +8813,8 @@ item_db: ( BindOnEquip: false BuyingStore: true OnEquipScript: <" - bonus bAtkRange, -1; + bonus bAspdRate, -15; + bonus bCriticalDef, 15; "> }, { @@ -8837,7 +8837,8 @@ item_db: ( BindOnEquip: false BuyingStore: true OnEquipScript: <" - bonus bAtkRange, -1; + bonus bAspdRate, -15; + bonus bCriticalDef, 15; "> }, { @@ -8860,7 +8861,8 @@ item_db: ( BindOnEquip: false BuyingStore: true OnEquipScript: <" - bonus bAtkRange, -1; + bonus bAspdRate, -15; + bonus bCriticalDef, 15; "> }, { @@ -8883,7 +8885,8 @@ item_db: ( BindOnEquip: false BuyingStore: true OnEquipScript: <" - bonus bAtkRange, -1; + bonus bAspdRate, -15; + bonus bCriticalDef, 15; "> }, { @@ -8906,7 +8909,8 @@ item_db: ( BindOnEquip: false BuyingStore: true OnEquipScript: <" - bonus bAtkRange, -1; + bonus bAspdRate, -15; + bonus bCriticalDef, 15; "> }, { @@ -8929,7 +8933,8 @@ item_db: ( BindOnEquip: false BuyingStore: true OnEquipScript: <" - bonus bAtkRange, -1; + bonus bAspdRate, -15; + bonus bCriticalDef, 15; "> }, { @@ -8952,7 +8957,8 @@ item_db: ( BindOnEquip: false BuyingStore: true OnEquipScript: <" - bonus bAtkRange, -1; + bonus bAspdRate, -15; + bonus bCriticalDef, 15; "> }, { @@ -8975,7 +8981,8 @@ item_db: ( BindOnEquip: false BuyingStore: true OnEquipScript: <" - bonus bAtkRange, -1; + bonus bAspdRate, -15; + bonus bCriticalDef, 15; "> }, { @@ -8998,7 +9005,8 @@ item_db: ( BindOnEquip: false BuyingStore: true OnEquipScript: <" - bonus bAtkRange, -1; + bonus bAspdRate, -15; + bonus bCriticalDef, 15; "> }, { @@ -9021,7 +9029,8 @@ item_db: ( BindOnEquip: false BuyingStore: true OnEquipScript: <" - bonus bAtkRange, -1; + bonus bAspdRate, -15; + bonus bCriticalDef, 15; "> }, { @@ -9044,7 +9053,8 @@ item_db: ( BindOnEquip: false BuyingStore: true OnEquipScript: <" - bonus bAtkRange, -1; + bonus bAspdRate, -15; + bonus bCriticalDef, 15; "> }, { @@ -9067,7 +9077,8 @@ item_db: ( BindOnEquip: false BuyingStore: true OnEquipScript: <" - bonus bAtkRange, -1; + bonus bAspdRate, -15; + bonus bCriticalDef, 15; "> }, { |