Moubootaur Legends

Riding Mouboo - Item DB

Riding Mouboo | 696

Time to travel!

no attack / no regen / no knockback / move speed+
ID 696
type IT_ARMOR
weight 500
weaponLv 1
equipLv 1

Mobs that drop this item:

No Monsters drop this item.

This Item has Trade restrictions

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 696
aegisName RidingMouboo
Script

Script to execute when the item is used/equipped.

bonus bNoRegen,1;
bonus bNoRegen,2;
bonus bFlee,50;
bonus bNoKnockback,1;
bonus bSpeedAddRate, 20;

bonus bAtkRate,-100;
bonus bMatkRate,-100;
bonus bBaseAtk,-700;
OnEquipScript

Script to execute when the item is equipped. Warning, not all item bonuses will work here as expected.

setmount 1;
OnUnequipScript

Script to execute when the item is unequipped. Warning, not all item bonuses will work here as expected.

setmount 0;