From 6ce4315b3924b6248a8d26cada5effe06c695f38 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Fri, 12 Oct 2018 10:43:22 -0300 Subject: Lightbringer core code. It should take about 16 seconds before you drop dead from over-wielding this holy sword. Lightbringer is the supreme weapon from TMW-BR. The BR high-tier weapons were: Scimitar/Falchion < Death Scythe < Holy/Evil Swords < Kurogane/Immortal <<< Excalibur --- db/re/item_db.conf | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) (limited to 'db') diff --git a/db/re/item_db.conf b/db/re/item_db.conf index 3aadb282b..d9c765571 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -9758,6 +9758,46 @@ item_db: ( Refine: true Subtype: "W_1HSWORD" }, +// Insert new weapons above this line +{ + Id: 3600 + AegisName: "Lightbringer" + Name: "Lightbringer" + Type: "IT_WEAPON" + Buy: 9999999 + Sell: 0 + Weight: 958 + Atk: 750 + Range: 1 + Loc: "EQP_HAND_R" + WeaponLv: 1 + EquipLv: 1 + Refine: true + Subtype: "W_1HSWORD" + // Equipment level is 1 on purpose. Less level = less worthy = more damage by wielding + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } + //DropAnnounce: true + Script: <" + bonus bHitRate,50; + bonus2 bAddEle,Ele_Dark,30; + bonus2 bAddEle,Ele_Ghost,30; + bonus2 bAddEle,Ele_Undead,30; + + if (strcharinfo(0) != "Jesus Saves" && BaseLevel < 255) { + bonus2 bSPLossRate,(255-BaseLevel)/30,(1000-(BaseLevel*2)); + bonus2 bHPLossRate,(255-BaseLevel)/40,(1000-(BaseLevel*2)); + } + "> +}, // // Pets -- cgit v1.2.3-60-g2f50