Ender Pearl

Revision as of 14:20, 9 April 2024 by .vivien (talk | contribs) (Created page with "{{Cosmetic infobox}} '''Ender Pearl''' is a cosmetic. ==Obtaining== Upon rescuing, there's a small chance that Ender Pearl is obtained. This chance depends on the current luck. {| class="wikitable" |+ !Luck !Chance to obtain<ref>{{cite Discord|name=Colon|username=colon|url=//discord.com/channels/461575285364752384/1010033674424684625/1086770585893339136|channel=zoo-talk|message type=reply to @ml623148}}<blockquote>'''@ml623148:''' how rare is the ender...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)


Ender Pearl is a cosmetic.

Ender Pearl
“You're my one in 7.5 trillion, darling~”
Emoji Ender Pearl
Fallback emoji 🟣

Obtaining

Upon rescuing, there's a small chance that Ender Pearl is obtained. This chance depends on the current luck.

Luck Chance to obtain[1]
0-1 Cannot be obtained
2 0.67%
3 1%
4 2%
5+ 6.67%

2 points of luck are added if a Backpack was used.

Effects

A very rare reward from rescues. You'd need some serious luck to get your hands on this.

— In-game description

The   emoji is displayed next to the player's name in most commands and when trading. Embed footers, which don't allow certain emojis, display the 🟣 emoji instead. The Piglin line in $ rng will always contain Ender Pearls.

History

Zoo Bot
??? Added Ender Pearl.
v1.4.0 Now affects Piglin drops in $ rng.[2]

References

  1. Reply to @ml623148 by Colon [@colon] in the #zoo-talk channel in the 9th Tail Bot Hub server.

    @ml623148: how rare is the ender pearl
    @colon: just checked, its 250 not 300
    250, -50 per point of luck, capping at a 1/15 chance
    minimum 2 luck required to even obtain it

    checkCosmetic("veryLucky", (c) => luck > 1 && 1 == tools.rng(1, Math.max(c.cap, c.baseChance - ((luck + (relicLuck ? 2 : 0)) * c.step))),
    
    "baseChance": 250, "step": 50, "cap": 15,
    

    relicLuck is the backpack item

  2. Zoo changelog, v1.4.0 (released 25 June 2023):

    “Added new interactions to the moai and pearl cosmetics”