狐ホップにその場ジャンプと本命ティーズルートを追加#188
Merged
Merged
Conversation
- 本命ティーズ(非直行時の約30%): 一度本命ビンに入ってから別のビンへ離れ、 最後にやっぱり本命へ戻ってくるルート [本命, d1, (d2), 本命] - その場ジャンプ(おとり各スロット約20%): 直前と同じビンに垂直に跳ね直す - 不変条件は維持: 末尾は必ず本命、末尾直前は本命以外(フィナーレは移動ジャンプ) - doHop は from===to でも頂点15pxの垂直ジャンプとして動くためScene側は変更なし 抽選結果はサーバー(kuda物理乱数)決定のままで、演出のみの変更。 Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01DwkB6Hj2JggoKcy7FoxNcU
Contributor
|
Bugbot is not enabled for your account, so this pull request was not reviewed. Enable Bugbot in the Cursor dashboard to get automatic reviews on future PRs. |
kojira
pushed a commit
that referenced
this pull request
Jul 20, 2026
kojira
pushed a commit
that referenced
this pull request
Jul 20, 2026
Merged
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.
概要
#187(ひと跳び直行20%)に続く狐ルートのバリエーション追加です。
[本命, d1, (d2), 本命]。途中着地ではビンが光らないので「そこ!?…違うんかい…やっぱりそこか!」の演出になるdoHopは from===to でも頂点15pxの垂直ジャンプとして動くためScene側は変更なし)不変条件(維持)
検証
yarn generate成功抽選結果はサーバー(kuda物理乱数)決定のままで、演出のみの変更です。
🤖 Generated with Claude Code
https://claude.ai/code/session_01DwkB6Hj2JggoKcy7FoxNcU
Generated by Claude Code