Moubootaur Legends

Epic Tortuga - Item DB

Epic Tortuga | 699

Faster than the average. Runs faster than you, even.

Damage dealt -50% / no regen / no knockback / hit -30% / range -1 / move speed++
ID 699
type IT_ARMOR
weight 500

Mobs that drop this item:

Monster Drop Chances
Tortuga 1%

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 699
aegisName LegendaryTortuga
Script

Script to execute when the item is used/equipped.

bonus bNoRegen,1;
bonus bNoRegen,2;
if (getiteminfo(getequipid(EQI_HAND_R), ITEMINFO_RANGE) > 1)
	bonus bAtkRange,-1;
bonus bFlee,50;
bonus bAtkRate,-50;
bonus bHitRate,-30;
bonus bNoKnockback,0;
bonus bSpeedAddRate, 30;
OnEquipScript

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

setmount 2;
OnUnequipScript

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

setmount 0;