handlers: V2 summon ticket inventory - #36
Open
Seltraeh wants to merge 1 commit into
Open
Conversation
Adds UnitSelectorGachaTicket so V2 typed summon tickets can be redeemed, and 25042026-era migration 13052026_CreateUserSummonTicketsV2 for the per-user ticket counts. The archive-driven summoning path itself is unchanged: GachaAction and GachaList already live on the helper layer upstream, and this only adds the typed-ticket entry point alongside them.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
handlers: V2 summon ticket inventory
Branch:
split/07-summoningBase:
devMerge position: 07 of 13
Smallest PR in the series — one handler and one table.
What's included
UnitSelectorGachaTicket(k57TdKDj) — redeem V2 typed summon tickets.user_summon_tickets_v2table (migration landed in PR 3).Note on scope
The archive-driven summoning path itself is not in this PR.
GachaActionandGachaListalready live on the helper layer upstream and were adopted wholesale during the merge, so they don't appear in the diff againstdevat all. This only adds the typed-ticket entry point alongside them.Verification
Redeem a ticket, confirm the count decrements and the unit is granted.