Garden Horizons

Wiki

🧿

Aladdin

Pearl Shop merchant (Islands Update)

The Forgotten Isle — Pearl Shop stand (Position 110, 205, 609)

Aladdin lives on The Forgotten Isle and runs the Pearl Shop, the single most important economy sink on the island. Pearls are earned by farming island wildspawn plants (`IsleWildSpawn`), harvesting the four leaked island exclusives (Cactus, Coconut, Crystal, Lava), and selling special items through the `SellExpansionItems` RemoteFunction. The Pearl Shop's `ShopData` array is empty in the current client extraction — Aladdin is defined, his position and rotation timer are set, but what he sells is server-side content that will only appear when the update ships. First-mover value here is enormous: expect the first rotation to include Divine-tier seeds (the client stages Divine → Eternal rarity slots that no plant currently occupies).

The Pearl Shop

The Pearl Shop is the exclusive economy sink of The Forgotten Isle. Aladdin holds the stand at world position 110, 205, 609 — south-west corner of the island near the wild-spawn zone. His shop uses the Pearls currency (order 2 in `CurrencyDefinitions`) and restocks on the standard 300-second timer. What appears in the rotation is server-side content locked until release.

  • ShopId: `PearlShop`
  • Restock: every 5 minutes (300s)
  • Currency: Pearls
  • Current stock: empty (populates on release)
  • RemoteFunction bridge: `SellExpansionItems` for offloading island produce

Pro Tips

💡

Pro Tips

  • Pearl Shop restocks every 5 minutes (300s) — same cadence as Bill's Seed Shop.
  • Shop stock is EMPTY in the current client dump — actual contents will appear when the update goes live.
  • Currency is Pearls, not Shillings — you cannot pay Aladdin with mainland money.
  • Aladdin's tag `PearlShopNPC` links him to the shop instance directly — no dialogue prerequisites beyond reaching the island.
  • Divine → Eternal rarity slots exist in the client but no plants use them yet — Aladdin's first rotation is the leading suspect for where they debut.