diff options
Diffstat (limited to 'db/pre-re/item_db.conf')
-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 ============================= |