BCDice icon indicating copy to clipboard operation
BCDice copied to clipboard

[VisionConnect]「ヴィジョンコネクト」のダイスボットを追加

Open spore0814 opened this issue 2 years ago • 1 comments

概要

ヴィジョンコネクト( https://www.fear.co.jp/visionconnect/index.htm )のダイスボットの追加。

機能

判定

「VC+x@c#f>=y」の形式とした。 xは修正値、yは目標値、cはクリティカル値、fはファンブル値である。 このシステムにおいては判定ダイスは常に2D6であるため、ダイス数と面数は省略した。 また、コマンドの最初に「!」をつけると致命的失敗がすべてアクシデントとなるようにした(通常時は2がアクシデント、それ以外はトラブルである)。

アクシデント表とトラブル表を作成した。

spore0814 avatar Jul 27 '22 15:07 spore0814

Codecov Report

Merging #553 (b8a0409) into master (0288d19) will increase coverage by 0.01%. The diff coverage is 100.00%.

@@            Coverage Diff             @@
##           master     #553      +/-   ##
==========================================
+ Coverage   95.60%   95.61%   +0.01%     
==========================================
  Files         325      326       +1     
  Lines       19031    19082      +51     
==========================================
+ Hits        18195    18246      +51     
  Misses        836      836              
Impacted Files Coverage Δ
lib/bcdice/game_system.rb 100.00% <100.00%> (ø)
lib/bcdice/game_system/VisionConnect.rb 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 0288d19...b8a0409. Read the comment docs.

codecov[bot] avatar Jul 27 '22 15:07 codecov[bot]

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

ysakasin avatar Aug 20 '22 10:08 ysakasin