Status
SteamPeaks
ChartsSalesUpcomingPatchesNewsCalculator
New on SteamEvery app, DLC and depot the minute Steam creates itAppsEvery app on Steam, newest change firstPackagesSubs and bundles, and what each containsDepotsDepots, manifests and install sizesTagsSteam's user tags and the games under themDevelopers & publishersCompanies and their cataloguesTechnologiesEngines, SDKs and anti-cheat found in the filesChange historyEvery PICS changelist as it lands
SignalsNineteen readings of the whole catalogueCompareAny games side by sideRecordsAll-time peaks and the days they were setReportsWeekly and monthly write-upsAlerts & newsroomWatch a game, get told when it movesSteam statusIs Steam up, right nowWeb API explorerTry the endpoints in the browser
NewsSteam's own announcements and the sales calendarCalculatorWhat a Steam account is worth, and its pile of shame
/
Sign in
/
SteamPeaks
The ultimate resource for Steam data.
ExploreChartsSalesSales and festsUpcomingPatchesNewsRecordsTrendingSignals
DatabaseAppsPackagesDepotsTagsDevelopersTechnologiesChange history
ToolsCalculatorCompareSearchAlertsSteam statusAPI
SiteMethodologyFAQDiscordSupportSign in via Steam
Not affiliated with Valve or Steam. Game names and artwork belong to their owners. All times UTC.
PrivacyCookiesFair useStatus
ShardmirrorNewsV0.1.2 Fixes, Improvements, and Balance Changes
Game update

V0.1.2 Fixes, Improvements, and Balance Changes

Shardmirror · published 13 Jun 2026, 11:59 UTC

All newsPlayers around this dateRead on Steam

Hello everyone,

V0.1.2 focuses on stability, interaction polish, and card balance. This update fixes battle crash-related issues, improves selection and targeting behavior, and adds Penguin and Tide Seer adjustments.

BUG
- Fixed a split-card animation hang during battle resolution. In `CardAnimationService`, some `Tween` targets could be freed before `await tween.finished` resumed, leaving the split-resolution chain suspended. The animation path now uses `_await_tween_completion()` polling and clears `SplitUpperSliceGhost` plus card exchange state on abort.
- Fixed stale potion reward state on the reward screen. `RewardScene` now listens to `EventBus.run_potion_inventory_changed`, and `RewardEntryBuilder.refresh_potion_entry()` re-derives the potion button disabled state, tooltip, and presentation after potion-slot changes.
- Fixed upgraded card text overlay errors. When `CardUpgradeResolution.apply_overlay()` writes upgraded `text`, it now removes the inherited `text_key`, preventing old localization keys from overriding the upgraded description.

Improvements
- Added Tide Seer card illustration references and local resource links.
- Improved battle card-selection hit resolution. `BattleHandSelectionController` now prefers the visible hovered target instead of resolving clicks only by hand index, reducing cases where overlapping or moving cards selected a different card from the one being previewed.
- Improved battle selection UI state handling. `CardUI` battle-selection mode now keeps normal hover previews on unselected candidates, while selected cards alone take over the centered selection pose.
- Removed older temporary split-card overlay layers and shifted the presentation to split animation plus card state, reducing stale `SplitUpperFrameClip` / `SplitSeamLine` overlay artifacts.

Balance Changes
- Penguin: added Treasure Shovel to the starting relics, enabling a digging option at rest sites.
- Tide Seer: added upgrade targets for 15 Wave/Tide cards; White Banner, Paper Decoy, Paper Soldier, and Self Echo also now have upgrades.
- Full Tide: on the 5th play, all enemies lose 60% of their current HP; the upgraded value is 90%.

If you still encounter crashes, unexpected behavior, replay mismatches, missing images, or text display issues, please keep sending reports with the specific location and reproduction flow.

More from Shardmirror

Other announcements

All news
Major update26 Jul 2026V11.45.14 Major Update: The Merchant and a Full Experience OverhaulWe are jumping straight from V0.1.3 to V11.45.14. No, the decimal point is not missing. This release brings together a large number of player-facing changes made since the previous public build: a new character and complete card pool, redesigned shop and card interfaces, faster startup and loading, and extensive stability work across combat, the map, events, rewards, saves and replays. Importan…Game update16 Jun 2026V0.1.3 Update: Announcements, Quick SL, Display Polish, and StabilityV0.1.3 focuses on clearer update visibility, faster battle recovery, cleaner text, and smoother combat flow. What's New - Added an announcement entry on the main menu so recent update notes can be viewed in game. - Added “Quick SL” to the battle pause menu, allowing a battle checkpoint to be saved and reloaded when available. - Power cards now show a “Power” label in the upper-right corner, mak…Game update11 Jun 2026v0.1.1 Update: BUG, Improvements, and Balance ChangesI spent the whole day fixing bugs and I'm exhausted. Hopefully I didn't create new ones. BUG - Fixed heavy battle-end stutter. In one measured case, relic observation flushing could block for about 5.4 seconds by writing events one by one and recomputing the run state hash repeatedly. The same 34-event flush is now batched and runs at roughly 7ms. - Optimized the underlying hash / snapshot path…