From 0a577c2847c285adb816c96ed62da91f0fd04ad0 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sun, 8 Jul 2018 23:28:20 -0300 Subject: Develop some more 2 hand swords for the LoF Village --- db/re/item_db.conf | 55 ++++++++++++++++++++++++++++++++++++++++++++++++++---- 1 file changed, 51 insertions(+), 4 deletions(-) (limited to 'db') diff --git a/db/re/item_db.conf b/db/re/item_db.conf index 3e04398d4..ab90178ae 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -2264,14 +2264,14 @@ item_db: ( Delay: 500 UseEffect: "EFFECT_HEAL" Script: <" - itemheal rand(100, 250), 0; - /* + itemheal rand(100, 250), 0; + /* @min = 100; @max = 250; @delay = 1; @type = 1; doevent "rand_sc_heal::OnUse"; - */ + */ "> }, @@ -9330,7 +9330,7 @@ item_db: ( Name: "Kanabo" Type: "IT_WEAPON" Buy: 15000 - Sell: 7500 + Sell: 5500 Weight: 500 Atk: 284 Range: 1 @@ -9339,8 +9339,55 @@ item_db: ( EquipLv: 30 Refine: false Subtype: "W_2HMACE" + OnEquipScript: <" + bonus bStr, 1; + bonus bAgi, -2; + bonus bDex, -2; + bonus bDef, -2; + "> +}, +{ + Id: 3523 + AegisName: "Cleaver" + Name: "Cleaver" + Type: "IT_WEAPON" + Buy: 15000 + Sell: 6500 + Weight: 600 + Atk: 409 + Range: 1 + Loc: ["EQP_HAND_R", "EQP_HAND_L"] + WeaponLv: 1 + EquipLv: 40 + Refine: false + Subtype: "W_2HMACE" + OnEquipScript: <" + bonus bStr, 2; + bonus bAgi, -2; + bonus bDex, -2; + bonus bDef, -2; + "> +}, +{ + Id: 3524 + AegisName: "Broadsword" + Name: "Broadsword" + Type: "IT_WEAPON" + Buy: 15000 + Sell: 7500 + Weight: 500 + Atk: 534 + Range: 1 + Loc: ["EQP_HAND_R", "EQP_HAND_L"] + WeaponLv: 1 + EquipLv: 50 + Refine: false + Subtype: "W_2HMACE" OnEquipScript: <" bonus bStr, 3; + bonus bAgi, -2; + bonus bDex, -2; + bonus bDef, -2; "> }, -- cgit v1.2.3-60-g2f50