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

『FINAL FANTASY XIV TTRPG』を追加 #711

Merged
merged 2 commits into from
Jun 3, 2024
Merged

Conversation

musicsoul0142
Copy link
Contributor

概要

FINAL FANTASY XIV TTRPGのダイスボットを追加しました。
無料版ルールブックURL:https://www.square-enix-shop.com/ffxivttrpg/jp/freetrial.html

機能

コマンド2種類を実装しました。

アビリティ判定

コマンド名:AB
命名由来:Ability

戦闘時に行う判定です。
nAB+m>=xの形で実装しました。
20面ダイスをn個(省略時1個)振り、最も高い値を用いて修正値との合計がx以上の時に『ダイレクトヒット』(success扱い)。
達成値がxを下回った場合は『基本効果のみ』(failure扱い)。
クリティカルは20を出した際に発生します。ファンブルは存在しません。
達成値を省略した場合クリティカルか否かのみを判定します。

行為判定

コマンド名:DC
命名由来:Determining Check

戦闘時以外の判定全般です。
nDC+m>=xの形で実装しました。
基本的にアビリティ判定と機能は同様で、クリティカルは存在せず『成功』、『失敗』のみの判定します。

Copy link

codecov bot commented Jun 3, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 95.80%. Comparing base (de00faa) to head (ad0609e).
Report is 21 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #711      +/-   ##
==========================================
+ Coverage   95.76%   95.80%   +0.03%     
==========================================
  Files         355      359       +4     
  Lines       20754    21197     +443     
  Branches     5444     5594     +150     
==========================================
+ Hits        19876    20308     +432     
- Misses        878      889      +11     

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

@ysakasin ysakasin merged commit 993b200 into bcdice:master Jun 3, 2024
8 checks passed
@ysakasin
Copy link
Member

ysakasin commented Jun 3, 2024

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

@musicsoul0142 musicsoul0142 deleted the ff14pl branch June 3, 2024 11:52
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