Moubootaur Legends

Iron Quiver - Item DB

Iron Quiver | 1173

An iron quiver which only benefits people using bows. Otherwise, it will only hinder you.

Req. Agi 21 / AtkSpeed +16% / MaxWeight +200g
ID 1173
type IT_ARMOR
weight 140
equipLv 50

Mobs that drop this item:

No Monsters drop this item.

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 1173
aegisName IronQuiver
Script

Script to execute when the item is used/equipped.

if (getiteminfo(getequipid(EQI_HAND_R), ITEMINFO_SUBTYPE) == W_BOW) {
bonus bAspdRate,16;
bonus bAddMaxWeight,200;
bonus bMaxSPrate,-20;
	}