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

「リミナル」の追加 #664

Merged
merged 5 commits into from
Dec 27, 2023
Merged

Conversation

Faceless192x
Copy link
Contributor

リミナル( https://www.malstrom.co.jp/liminal/ )用のダイスを組んでみました。

    ■技能判定 LMx+b>=t+m   x:技能レベル b:ボーナス t:難易度 m:敵の技能レベル(対抗判定)

    例)LM2>=8:  技能レベル2,難易度8で技能判定し、その結果を表示。(クリティカル成功も表示)
       LM3+2>=9:技能レベル3,ボーナス+2,難易度9で技能判定し、その結果を表示。( 〃 )
       LM0>=8:  技能なし,難易度8で技能判定する。(難易度+2は自動的に足されます)

    ■イニシアティヴ判定 LIx+b>=t+m   x:認識力レベル b:ボーナス t:難易度 m:敵の認識力レベル
    例)LI2>=8+2:  認識力レベル2,難易度8,敵認識力レベル2で技能判定し、その結果を表示。
       LI0>=8+2:  認識力なし,難易度8,敵認識力レベル2で技能判定する。(難易度加算なし)

技能判定とイニシアティヴ判定で、微妙に動作が違うのでコマンドを二つ作ってみました。
お手隙の際にご確認ください。

Copy link

codecov bot commented Dec 23, 2023

Codecov Report

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

Comparison is base (5f2d9ac) 95.64% compared to head (751a5ef) 95.63%.
Report is 4 commits behind head on master.

Files Patch % Lines
lib/bcdice/game_system/Liminal.rb 90.90% 6 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master     #664      +/-   ##
==========================================
- Coverage   95.64%   95.63%   -0.01%     
==========================================
  Files         344      346       +2     
  Lines       19907    20022     +115     
  Branches     5213     5250      +37     
==========================================
+ Hits        19040    19148     +108     
- Misses        867      874       +7     

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

@ysakasin ysakasin self-requested a review December 27, 2023 16:13
@ysakasin ysakasin self-assigned this Dec 27, 2023
@ysakasin ysakasin merged commit c3deac1 into bcdice:master Dec 27, 2023
8 checks passed
@Faceless192x Faceless192x deleted the feature/Liminal branch December 28, 2023 19:05
@Faceless192x
Copy link
Contributor Author

ありがとうございました!

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