Implemented applying weapon poison to crossbow bolts and Morrigan's javelins

This commit is contained in:
Avi Weinstock
2023-08-28 05:15:33 +00:00
committed by Ryan
parent ad8f77c33e
commit 032cb2e900
@@ -61,6 +61,16 @@ class PoisonedWeaponListeners : InteractionListener {
MITHRIL_DART(809, 815, 5632, 5639),
ADAMANT_DART(810, 816, 5633, 5640),
BRONZE_BOLT(877, 878, 6061, 6062),
BLURITE_BOLT(9139, 9286, 9293, 9300),
IRON_BOLT(9140, 9287, 9294, 9301),
STEEL_BOLT(9141, 9288, 9295, 9302),
BLACK_BOLT(13083, 13084, 13085, 13086),
MITHRIL_BOLT(9142, 9289, 9296, 9303),
ADAMANT_BOLT(9143, 9290, 9297, 9304),
RUNE_BOLT(9144, 9291, 9298, 9305),
SILVER_BOLT(9145, 9292, 9299, 9306),
RUNE_DART(811, 817, 5634, 5641),
IRON_JAVELIN(825, 831, Items.IRON_JAVELINP_PLUS_5643, 5648),
BRONZE_JAVELIN(826, 832, Items.BRONZE_JAVELINP_PLUS_5642, 5649),
@@ -68,6 +78,7 @@ class PoisonedWeaponListeners : InteractionListener {
MITHRIL_JAVELIN(828, 834, Items.MITHRIL_JAVELINP_PLUS_5645, 5651),
ADAMANT_JAVELIN(829, 835, Items.ADAMANT_JAVELINP_PLUS_5646, 5652),
RUNE_JAVELIN(830, 836, Items.RUNE_JAVELINP_PLUS_5647, 5653),
MORRIGAN_JAVELIN(13879, 13880, 13881, 13882),
IRON_DAGGER(1203, 1219, 5668, 5686),
BRONZE_DAGGER(1205, 1221, 5670, 5688),