diff options
author | Jedzkie <jedzkie13@rocketmail.com> | 2015-12-17 05:14:07 +0100 |
---|---|---|
committer | Haru <haru@dotalux.com> | 2015-12-17 05:24:55 +0100 |
commit | 80dedc7ee797059dee8bfcf223d74e29fab2fc2b (patch) | |
tree | 101d6b3882d226a5d053fca8e9b37c90a48d8afd /db | |
parent | e376e01a54809405ba22695f7d6ed3dee0b7151c (diff) | |
download | hercules-80dedc7ee797059dee8bfcf223d74e29fab2fc2b.tar.gz hercules-80dedc7ee797059dee8bfcf223d74e29fab2fc2b.tar.bz2 hercules-80dedc7ee797059dee8bfcf223d74e29fab2fc2b.tar.xz hercules-80dedc7ee797059dee8bfcf223d74e29fab2fc2b.zip |
Added special effects on GX Poison Items in PRE-RE item db.
Signed-off-by: Haru <haru@dotalux.com>
Diffstat (limited to 'db')
-rw-r--r-- | db/pre-re/item_db.conf | 40 |
1 files changed, 32 insertions, 8 deletions
diff --git a/db/pre-re/item_db.conf b/db/pre-re/item_db.conf index c627eeeb7..0f069ce4d 100644 --- a/db/pre-re/item_db.conf +++ b/db/pre-re/item_db.conf @@ -69130,7 +69130,10 @@ item_db: ( Buy: 2 Weight: 100 BuyingStore: true - Script: <" sc_start SC_PARALYSE,300000,0,10,SCFLAG_FIXEDTICK; "> + Script: <" + specialeffect2 EF_ENCHANTPOISON; + sc_start SC_PARALYSE,300000,0,10,SCFLAG_FIXEDTICK; + "> }, { Id: 12718 @@ -69140,7 +69143,10 @@ item_db: ( Buy: 2 Weight: 100 BuyingStore: true - Script: <" sc_start SC_LEECHESEND,300000,0,10,SCFLAG_FIXEDTICK; "> + Script: <" + specialeffect2 EF_ENCHANTPOISON; + sc_start SC_LEECHESEND,300000,0,10,SCFLAG_FIXEDTICK; + "> }, { Id: 12719 @@ -69150,7 +69156,10 @@ item_db: ( Buy: 2 Weight: 100 BuyingStore: true - Script: <" sc_start SC_OBLIVIONCURSE,300000,0,10,SCFLAG_FIXEDTICK; "> + Script: <" + specialeffect2 EF_ENCHANTPOISON; + sc_start SC_OBLIVIONCURSE,300000,0,10,SCFLAG_FIXEDTICK; + "> }, { Id: 12720 @@ -69160,7 +69169,10 @@ item_db: ( Buy: 2 Weight: 100 BuyingStore: true - Script: <" sc_start SC_DEATHHURT,300000,0,10,SCFLAG_FIXEDTICK; "> + Script: <" + specialeffect2 EF_ENCHANTPOISON; + sc_start SC_DEATHHURT,300000,0,10,SCFLAG_FIXEDTICK; + "> }, { Id: 12721 @@ -69170,7 +69182,10 @@ item_db: ( Buy: 2 Weight: 100 BuyingStore: true - Script: <" sc_start SC_TOXIN,300000,0,10,SCFLAG_FIXEDTICK; "> + Script: <" + specialeffect2 EF_ENCHANTPOISON; + sc_start SC_TOXIN,300000,0,10,SCFLAG_FIXEDTICK; + "> }, { Id: 12722 @@ -69180,7 +69195,10 @@ item_db: ( Buy: 2 Weight: 100 BuyingStore: true - Script: <" sc_start SC_PYREXIA,300000,0,10,SCFLAG_FIXEDTICK; "> + Script: <" + specialeffect2 EF_ENCHANTPOISON; + sc_start SC_PYREXIA,300000,0,10,SCFLAG_FIXEDTICK; + "> }, { Id: 12723 @@ -69190,7 +69208,10 @@ item_db: ( Buy: 2 Weight: 100 BuyingStore: true - Script: <" sc_start SC_MAGICMUSHROOM,300000,0,10,SCFLAG_FIXEDTICK; "> + Script: <" + specialeffect2 EF_ENCHANTPOISON; + sc_start SC_MAGICMUSHROOM,300000,0,10,SCFLAG_FIXEDTICK; + "> }, { Id: 12724 @@ -69200,7 +69221,10 @@ item_db: ( Buy: 2 Weight: 100 BuyingStore: true - Script: <" sc_start SC_VENOMBLEED,15000,0,10,SCFLAG_FIXEDTICK; "> + Script: <" + specialeffect2 EF_ENCHANTPOISON; + sc_start SC_VENOMBLEED,15000,0,10,SCFLAG_FIXEDTICK; + "> }, //== Rune Knight's Rune Stones ============================= |