diff options
author | Asheraf <acheraf1998@gmail.com> | 2016-08-25 13:00:05 +0100 |
---|---|---|
committer | hemagx <hemagx2@gmail.com> | 2016-08-26 21:34:19 +0200 |
commit | 84c253d2b012bc06b25a843c09a60cb28c678e95 (patch) | |
tree | 8af64fb54cd80be5991410d508620b083d90540d /db/re/item_db.conf | |
parent | 13067dc118b790e676dc2cecf272279a850c7ce2 (diff) | |
download | hercules-84c253d2b012bc06b25a843c09a60cb28c678e95.tar.gz hercules-84c253d2b012bc06b25a843c09a60cb28c678e95.tar.bz2 hercules-84c253d2b012bc06b25a843c09a60cb28c678e95.tar.xz hercules-84c253d2b012bc06b25a843c09a60cb28c678e95.zip |
Implementation of Ghost palace instance based on iRO
* Added ghost palace instance script
* Add needed monster, item and quest database entries
* Added mapflags for instance map (1@spa)
Diffstat (limited to 'db/re/item_db.conf')
-rw-r--r-- | db/re/item_db.conf | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf index 395fae977..a8d37ab0f 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -104597,6 +104597,36 @@ item_db: ( Script: <" bonus bAtkEle,Ele_Holy; "> }, { + Id: 13441 + AegisName: "Thanatos_Sword" + Name: "Thanatos Sword" + Type: 4 + Buy: 10 + Weight: 700 + Atk: 150 + Matk: 100 + Range: 1 + Slots: 1 + Job: { + Swordsman: true + Knight: true + Crusader: true + } + Loc: 2 + WeaponLv: 4 + EquipLv: 120 + View: 2 + Script: <" + bonus bInt, 6; + bonus bVit, 6; + bonus bLuk, -6; + bonus2 bHPDrainRate, 50, 5; + bonus2 bSPDrainRate, 10, 5; + bonus2 bHPLossRate, 100, 10000; + "> + OnUnequipScript: <" heal -1000,0; "> +}, +{ Id: 13442 AegisName: "Old_Parasol" Name: "Old Parasol" |