diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-03-16 13:27:54 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-03-16 13:27:54 -0300 |
commit | 9b890446b41cb258c8da99cde240a38da5513d14 (patch) | |
tree | 9b8f026f6f26ad8c773c041fb43ac617f6523559 /db/re/item_db.conf | |
parent | 62e17eacc251bc6226f0bdbb8441c7bf2b4922f1 (diff) | |
download | serverdata-9b890446b41cb258c8da99cde240a38da5513d14.tar.gz serverdata-9b890446b41cb258c8da99cde240a38da5513d14.tar.bz2 serverdata-9b890446b41cb258c8da99cde240a38da5513d14.tar.xz serverdata-9b890446b41cb258c8da99cde240a38da5513d14.zip |
Lore Item - do not touch it please - it is to try to convince demure to keep playing the game
Diffstat (limited to 'db/re/item_db.conf')
-rw-r--r-- | db/re/item_db.conf | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf index bc417c974..f5cb2c84f 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -10495,6 +10495,45 @@ item_db: ( } "> }, +{ + Id: 3601 + AegisName: "DemureAxe" + Name: "Demure Axe" + Type: "IT_WEAPON" + Buy: 9999999 + Sell: 0 + Weight: 3000 + MAtk: 1 + Range: 1 + Loc: ["EQP_HAND_R", "EQP_HAND_L"] + WeaponLv: 1 + EquipLv: 1 + Refine: true + Subtype: "W_KNUCKLE" + // 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,-10; + bonus bAtkEle,Ele_Nature; + bonus bFlee2Rate,-100; + bonus bCriticalDef,-50; + bonus bCriticalRate,-50; + + // This weapon attack power grows with the user + bonus bAtk,BaseLevel; + bonus bMatk,JobLevel; + "> +}, // // Pets |