From 28792a943938e2154514e8e5117a461e485a243d Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Mon, 17 Dec 2018 14:19:54 -0200 Subject: Fix bugs, and special weapons for DragonStar and others --- db/re/item_db.conf | 47 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 47 insertions(+) (limited to 'db/re') diff --git a/db/re/item_db.conf b/db/re/item_db.conf index 842450669..fe15f164a 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -10887,6 +10887,53 @@ item_db: ( Subtype: "W_STAFF" ViewSprite: 7003 }, + +// System Reserved +{ + Id: 7400 + AegisName: "LEGACY_MiereCleaver" + Name: "LEGACY Miere Cleaver" + Type: "IT_WEAPON" + Buy: 95000 + Sell: 26500 + Weight: 600 + Atk: 409 + Range: 1 + Loc: ["EQP_HAND_R", "EQP_HAND_L"] + WeaponLv: 1 + EquipLv: 40 + Refine: true + Subtype: "W_2HMACE" + Script: <" + bonus3 bAutoSpell,SM_MAGNUM,1,100; + bonus bStr, 2; + bonus bDex, -3; + bonus bAgi, -5; + "> +}, +{ + Id: 7401 + AegisName: "LEGACY_Broadsword" + Name: "LEGACY Broadsword" + Type: "IT_WEAPON" + Buy: 950000 + Sell: 75000 + Weight: 800 + Atk: 534 + Range: 1 + Loc: ["EQP_HAND_R", "EQP_HAND_L"] + WeaponLv: 1 + EquipLv: 50 + Refine: true + Subtype: "W_2HMACE" + Script: <" + bonus3 bAutoSpell,SM_MAGNUM,1,100; + bonus bStr, 3; + bonus bDex, -2; + bonus bDef, -2; + "> +}, + { Id: 7420 AegisName: "DeathPenality" -- cgit v1.2.3-70-g09d2