pixi-reels
All questions

How do I upgrade a coin's value tier in place (5 → 10 → 25)?

Swap the coin's id and data in place with board.setSymbolAt(cell, id, data). It rewrites the ledger entry and returns the new live symbol, so lockedCoins stays correct; repaint the label from the new data. It throws on a free cell, and while a wave is in flight -- await respin() first. On a plain ReelSet the equivalent is reelSet.setSymbolAt(reel, cell, symbolId), which carries no payload.

More in Coins, values, collectors & jackpots