BCDice
BCDice copied to clipboard
[VisionConnect]「ヴィジョンコネクト」のダイスボットを追加
概要
ヴィジョンコネクト( https://www.fear.co.jp/visionconnect/index.htm )のダイスボットの追加。
機能
判定
「VC+x@c#f>=y」の形式とした。 xは修正値、yは目標値、cはクリティカル値、fはファンブル値である。 このシステムにおいては判定ダイスは常に2D6であるため、ダイス数と面数は省略した。 また、コマンドの最初に「!」をつけると致命的失敗がすべてアクシデントとなるようにした(通常時は2がアクシデント、それ以外はトラブルである)。
表
アクシデント表とトラブル表を作成した。
Codecov Report
Merging #553 (b8a0409) into master (0288d19) will increase coverage by
0.01%
. The diff coverage is100.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.
ありがとうございます! マージしました。