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

終末買い物戦争用機能追加 #678

Merged
merged 3 commits into from
Feb 13, 2024

Conversation

ueshin0524
Copy link
Contributor

終末買い物戦争( https://booth.pm/ja/items/4270207)用のダイスを作成しました。
行為判定と頻繁に使用する各種アイテム表、イベント表、トラブル表を実装しています。

■行為判定  nBGk+y>=t n:ダイス数、k:心根、y:修正値(省略可)、t:目標値 
クリティカルの条件は6の出目が2つ以上、ファンブルの条件はすべてのサイコロの出目が1の時です。
例)3BG1>=3: ダイスを3個振って、3以上の出目のサイコロの数を数える。その数を成功度として表示。ファンブル以外の時は、心根の値と同じ出目のサイコロの数を数えて、獲得活力として表示。
  3BG3+1>=3:  ダイスを3個振って、3以上の出目のサイコロの数を数える。その数を成功度として表示、この時、ダイスの出目を1高い物として出目の数を数える。(ソースでは目標値-修正値以上の出目のサイコロの数を数えるように実装)
   3BG3+1>=3:  ダイスを3個振って、3以上の出目のサイコロの数を数える。その数を成功度として表示、この時、ダイスの出目を1低い物として出目の数を数える。(ソースでは目標値+修正値以上の出目のサイコロの数を数えるように実装)
■アイテム表
      RT 回復系アイテム表
      CT 便利系アイテム表
      WT 武器系アイテム表
      WG ワゴン(全アイテムランダム)
■ET イベント表
■TT トラブル表

お時間あるときに確認をお願いします。

Copy link

codecov bot commented Feb 10, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (785693a) 95.72% compared to head (1f10cff) 95.73%.

❗ Current head 1f10cff differs from pull request most recent head 4c25728. Consider uploading reports for the commit 4c25728 to get more accurate results

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #678   +/-   ##
=======================================
  Coverage   95.72%   95.73%           
=======================================
  Files         352      353    +1     
  Lines       20511    20551   +40     
  Branches     5388     5397    +9     
=======================================
+ Hits        19634    19674   +40     
  Misses        877      877           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@ysakasin ysakasin merged commit 1e8e6b9 into bcdice:master Feb 13, 2024
6 checks passed
@ysakasin
Copy link
Member

@ueshin0524 Pull Requestありがとうございます。マージしました!

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