Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ゲームシステム Ventangle 追加 #626

Merged
merged 1 commit into from
Jun 8, 2023

Conversation

h-mikisato
Copy link
Contributor

@h-mikisato h-mikisato commented May 18, 2023

https://booth.pm/ja/items/3327158

仕様

  • スペシャル・ファンブル
    • 補正値を除くダイスの出目がスペシャル値以上であればスペシャル、ファンブル値以下であればファンブル
    • クリティカルとファンブルが同時に発生したらファンブル優先
  • アドバンテージというリソースを消費してダイスの個数を増やせる
    • 仕様としてはnD6KH2と同等
  • ギャップボーナス
    • 特定の判定時、判定値が目標値を指定された数字以上上回っている場合に、「レベルギャップボーナス」というものが発生する
    • これが発生する可能性のある判定時に、どれだけ判定値を上回れば該当のボーナスが発生するかを $ で指定する。条件を満たせば、差分の値とともにボーナスが発生した旨を表示する

helpサーバの要望を元に作成いたしました。

@codecov
Copy link

codecov bot commented May 18, 2023

Codecov Report

Patch coverage: 96.22% and no project coverage change.

Comparison is base (8934a5a) 95.57% compared to head (81b68d4) 95.57%.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #626   +/-   ##
=======================================
  Coverage   95.57%   95.57%           
=======================================
  Files         334      335    +1     
  Lines       19153    19206   +53     
  Branches     4974     4993   +19     
=======================================
+ Hits        18306    18357   +51     
- Misses        847      849    +2     
Impacted Files Coverage Δ
lib/bcdice/game_system/Ventangle.rb 96.15% <96.15%> (ø)
lib/bcdice/game_system.rb 100.00% <100.00%> (ø)

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@ysakasin ysakasin merged commit d06ebeb into bcdice:master Jun 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants