Moubootaur Legends

Mysterious Bottle - Item DB

Mysterious Bottle | 607

What's inside? Perhaps... a Treasure Map?

ID 607
type IT_USABLE
weight 25

Mobs that drop this item:

Monster Drop Chances
Croc 0.13%
Little Blub 0.03%
Blub 0.09%
Toppy Blub 0.11%
Sea Slime 0.12%
Ocean Croc 0.24%
Ocean Pirate 0.28%
Whirly Bird 0.3%
Sea Slime Mother 0.24%
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 607
aegisName MysteriousBottle
Script

Script to execute when the item is used/equipped.

setarray .@r, StrangeCoin, SilkCocoon, MushroomSpores, RattoTeeth, BottleOfSeaWater, SpellBookPage, SpellBookPage, AncientBlueprint, SpellBookPage, PirateTreasureMap, TreasureKey, GrassCarp, CottonCloth, CasinoCoins, CrazyRum, Pearl;
.@n=rand(getarraysize(.@r));

if (.@n > 3)
	getitem .@r[.@n], 1;
else
	getitem .@r[.@n], rand(1,3);