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

[アニマラス]専用ダイスを作成しました #669

Merged
merged 6 commits into from
Jan 22, 2024

Conversation

Faceless192x
Copy link
Contributor

同人TRPGの「アニマラス」用ダイスを作成しました。
https://www.k-monogram.jp/animalus
現状、判定だけを実装してあります。

    ■ステータスのダイス判定 nAM<=t,x        n:能力値 t:成功値 x:必要成功数
    例)3AM<=2,1: ダイスを3個振って、成功値2,必要成功数1で判定。その結果(成功数,成功・失敗)を表示

    ■探索技能のダイス判定 AI<=t,x        t:探索技能レベル x:必要成功数
    例)AI<=3,1: ダイスを3個振って、探索技能レベル3,必要成功数1で判定。その結果(成功数,成功・失敗)を表示

    ■攻撃判定 AA<=t        t:戦闘技能レベル
    例)AA<=3: ダイスを3個振って、戦闘技能レベル3で判定。その結果(成功・失敗,ダメージ,クリティカル,ファンブル)を表示

    ■防御判定 AG=t        t:攻撃技能レベル
    例)AG=2: ダイスを3個振って、攻撃技能レベル2で判定。その結果(成功・失敗,ダメージ,クリティカル,ファンブル)を表示

    ■回避判定 AD=t        t:攻撃技能レベル
    例)AD=3: ダイスを1個振って、攻撃技能レベル3で判定。その結果(成功・失敗)を表示

 Rubocopは通過済みです。
 お手隙の際に、ご確認ください。

Copy link

codecov bot commented Jan 10, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (6e646c7) 95.63% compared to head (4409c12) 95.65%.
Report is 1 commits behind head on master.

❗ Current head 4409c12 differs from pull request most recent head b75ae18. Consider uploading reports for the commit b75ae18 to get more accurate results

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #669      +/-   ##
==========================================
+ Coverage   95.63%   95.65%   +0.02%     
==========================================
  Files         346      347       +1     
  Lines       20023    20134     +111     
  Branches     5250     5278      +28     
==========================================
+ Hits        19149    19260     +111     
  Misses        874      874              

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

@ysakasin ysakasin merged commit 2033699 into bcdice:master Jan 22, 2024
6 checks passed
@ysakasin
Copy link
Member

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

@Faceless192x Faceless192x deleted the feature/Animalus branch January 22, 2024 13:41
@Faceless192x
Copy link
Contributor Author

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

NOBUTOKA pushed a commit to Ayase00/BCDice-ArknightsFan that referenced this pull request Feb 17, 2024
* 判定一式を実装、Rubocop通過済み

* オフィシャルに合わせてリネーム

* ヘルプの誤りを修正

* [AniMalus] コマンドを完全一致にする

* [AniMalus] Array#count でブロックが不要な点を修正

* [AniMalus] 不要な #to_i を削除

---------

Co-authored-by: SAKATA Sinji <ysakasin@gmail.com>
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.

None yet

2 participants