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

Werewolf: The Apocalypse 5th Editionダイスボット追加 #653

Merged
merged 2 commits into from
Nov 24, 2023

Conversation

FredGreenfield
Copy link
Contributor

【システム概要】

「Werewolf: The Apocalypse 5th Edition」
(Developer Paradox Interactive, Publisher Renegade Game Studios, Published August 30, 2023)

World of Darkness 5th Edition世界のワーウルフをプレイするシステム。

【コマンド概要】

 基本判定とワーウルフの特殊ダイス(Rageダイス)での判定(Brutal outcome)を実装した。Rageダイスで1,2が2個出た場合、Brutal outcomeが発生し、通常の行為では自動失敗、暴力的な行為では4成功追加となる。
 難易度指定がない場合は成功か確定しないため(0成功の時だけ失敗確定)、「成功なら~」、「失敗なら~」と言った形でのヒントを出力するようにした。

・特殊判定は以下のような判定とした。

  1. Critical Win :critical判定
  2. Total Failure:fumble判定
  3. Brutal outcome:外部状況によって変動するので、判定はしない

・それぞれのコマンド指定で行われる処理とチェックは以下の通り。

  • 難易度指定:成功数のカウント、判定成功と失敗、(Rageダイスがある場合)Brutal outcome、Critical処理、Total Failure、Critical Winのチェックを行う
  • 難易度省略:成功数のカウント、判定失敗、(Rageダイスがある場合)Brutal outcome、Critical処理、Total Failureのチェックを行う
    判定成功チェックを行わない
    Critical Winのヒントを出力
  • 難易度0指定:Critical処理と成功数のカウントを行い、全てのチェックを行わない

【その他】

 既にリリースされている同様のシステムとして吸血鬼をプレイするVampire :The Masquerade 5th EditionやHunter: The Reckoning 5th Editionが存在し、基本的な判定ルールは共有している。
 今回のWerewolf: The Apocalypse 5th EditionダイスボットはV5のダイスボットとほぼ同じ処理を行っているが、継承や統合はせず、独立したダイスボットとした。

Copy link

codecov bot commented Nov 23, 2023

Codecov Report

Attention: 1 lines in your changes are missing coverage. Please review.

Comparison is base (aa7a35c) 95.60% compared to head (46eee64) 95.61%.

Files Patch % Lines
lib/bcdice/game_system/WerewolfTheApocalypse5th.rb 98.76% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master     #653      +/-   ##
==========================================
+ Coverage   95.60%   95.61%   +0.01%     
==========================================
  Files         341      342       +1     
  Lines       19584    19666      +82     
  Branches     5101     5128      +27     
==========================================
+ Hits        18723    18804      +81     
- Misses        861      862       +1     

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

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