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

[VampireTheMasquerade5th] ダイスプールよりHungerダイスよりが大きい時に全てのダイスがHungerダイスになるよう変更 #670

Merged
merged 1 commit into from
Jan 24, 2024

Conversation

FredGreenfield
Copy link
Contributor

【背景】
#615 の修正にて、内数でのHungerダイス指定(VMIコマンド)がダイスプールを上回った時にエラーとするようにした。しかし、以下のようにルール上は全てのダイスプールがHungerダイスとして扱われるだけで判定不能になるわけではない。

V5,p205から引用

When a player builds a dice pool for a vampire character, they exchange regular dice from that pool for Hunger dice on a one-for-one basis.
If the dice pool for the roll is lower than the character’s Hunger, simply roll a number of Hunger dice equal to the dice pool.

このため、エラーにならないように修正を行う必要がある。

【対応】
上記の通り、VMIコマンドにてダイスプールより大きなHungerダイスが指定されてもエラーとせず、ダイスプールと同数のダイスがHungerダイスとして扱われるように修正した。
ただし、ダイスプールが0指定のときにHungerダイスが指定されたときは、従来通りエラーとして処理する。

Copy link

codecov bot commented Jan 23, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (6e646c7) 95.63% compared to head (400b443) 95.67%.
Report is 2 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #670      +/-   ##
==========================================
+ Coverage   95.63%   95.67%   +0.03%     
==========================================
  Files         346      348       +2     
  Lines       20023    20187     +164     
  Branches     5250     5290      +40     
==========================================
+ Hits        19149    19313     +164     
  Misses        874      874              

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

@ysakasin ysakasin merged commit 676fb5e into bcdice:master Jan 24, 2024
8 checks passed
@ysakasin
Copy link
Member

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

@FredGreenfield FredGreenfield deleted the vtm_dicepool_over_hungrdice branch January 24, 2024 23:51
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