diff options
-rw-r--r-- | db/re/item_db.conf | 40 |
1 files changed, 40 insertions, 0 deletions
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 |