diff options
Diffstat (limited to 'db/re')
-rw-r--r-- | db/re/item_db.conf | 24 |
1 files changed, 10 insertions, 14 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf index 62e2c0b8..59c6c992 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -205,7 +205,7 @@ item_db: ( Sprite: 0 UseEffect: "EFFECT_HEAL" Script: <" - sc_end SC_POISON; + sc_end SC_POISON; heal rand(25, 35), 0; "> }, @@ -973,7 +973,7 @@ item_db: ( UseEffect: "EFFECT_HEAL" Script: <" sc_start SC_ATTHASTE_POTION1, 30000, 5; - sc_end SC_POISON; + sc_end SC_POISON; heal rand(40, 50), 0; "> }, @@ -2190,13 +2190,11 @@ item_db: ( BuyingStore: true Delay: 0 Sprite: 0 - OnEquipScript: - <" - bonus bAddSpeed, -30; - bonus bCriticalDef, 15; - bonus bAtkRange, -5; - "> - + OnEquipScript: <" + bonus bAspd, -30; + bonus bCriticalDef, 15; + bonus bAtkRange, -5; + "> }, { Id: 2701 @@ -2216,11 +2214,9 @@ item_db: ( View: 2701 BindOnEquip: false BuyingStore: true - OnEquipScript: - <" - bonus bAtkRange, -1; - "> - + OnEquipScript: <" + bonus bAtkRange, -1; + "> }, { Id: 2900 |