Moubootaur Legends

Moubootaur Head - Item DB

Moubootaur Head | 3036

Oh no! You've been turned into a Mouboo!

ID 3036
type IT_ARMOR
weight 80
def 5
equipLv 150

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 3036
aegisName MoubootaurHead
Script

Script to execute when the item is used/equipped.

bonus bMaxHP, 2500;
bonus bDef2, 18+REBIRTH;
bonus bMdef, 3*REBIRTH;
if ($@GM_OVERRIDE) {
	bonus bAllStats, 127;
	bonus bMaxHP, 50000;
	bonus bMaxSP, 10000;
	bonus bAtk, 1000;
	bonus bMatk, 1000;
	bonus bHit, 1000;
	bonus bFleeRate, 100;
	bonus bAddMaxWeight, 10000;
            bonus2 bHPRegenRate, 5000, 200;
}