Moubootaur Legends

Explosive Arrow - Item DB

Explosive Arrow | 6508

An explosive arrow, handle with caution!

Explodes in 5x5 area
ID 6508
type IT_AMMO
weight 2
atk 30

Mobs that drop this item:

Monster Drop Chances
Electro Worm 55%
ID for use in Discord:
Expert View

You'd like to see behind the curtain? Then you are here at the right place - lots of data only contributors would normally see.

Open raw JSON
ID 6508
aegisName ExplosiveArrow
subtype A_ARROW
Script

Script to execute when the item is used/equipped.

if (getiteminfo(getequipid(EQI_HAND_R), ITEMINFO_SUBTYPE) == W_BOW) {
	bonus bSplashRange,2;
}