What's inside? Perhaps... a Treasure Map?
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% |
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 JSONID | 607 |
aegisName ❔ | MysteriousBottle |
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, EmptyBottle;
.@n=rand(getarraysize(.@r));
if (.@n > 3)
getitem .@r[.@n], 1;
else
getitem .@r[.@n], rand(1,3);