Skip to content

Commit

Permalink
ウォーハンマーRPG第4版に対応 (#285)
Browse files Browse the repository at this point in the history
* ウォーハンマーRPG第4版に対応

Facelessさんによる寄稿

* やっちまった!表を定数に

* 命中部位表を定数化

* 命中判定をリファクタリング

* クリティカル表をクラスに切り出す

* ヘルプメッセージを改修

* 1D100の判定をリファクタリング

* Style/FormatStringTokenを無視

* Update CHANGELOG.md
  • Loading branch information
ysakasin authored Nov 7, 2020
1 parent 439b254 commit 2a923da
Show file tree
Hide file tree
Showing 5 changed files with 2,060 additions and 0 deletions.
1 change: 1 addition & 0 deletions .rubocop_todo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ Style/FormatStringToken:
- 'lib/bcdice/game_system/ShinMegamiTenseiKakuseihen.rb'
- 'lib/bcdice/game_system/TorgEternity.rb'
- 'lib/bcdice/game_system/TunnelsAndTrolls.rb'
- 'lib/bcdice/game_system/Warhammer4.rb'

# Offense count: 10
# Configuration parameters: AllowIfModifier.
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

### 対応ゲームシステムの追加
- SRSじゃない世界樹の迷宮TRPG (NSSQ): TTさんありがとうっ! ([#284](https://github.com/bcdice/BCDice/pull/284))
- ウォーハンマーRPG第4版 (Warhammer4): Facelessさんありがとうっ! ([#285](https://github.com/bcdice/BCDice/pull/285))

### 追加機能
- ログ・ホライズンTRPG: LHZB1とLHZB2両方の財宝表をサポート、消耗表ロールを追加、財宝表ロールを追加、区切り文字を変更 ([#279](https://github.com/bcdice/BCDice/pull/279))
Expand Down
1 change: 1 addition & 0 deletions lib/bcdice/game_system.rb
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,7 @@
require "bcdice/game_system/WARPS"
require "bcdice/game_system/WaresBlade"
require "bcdice/game_system/Warhammer"
require "bcdice/game_system/Warhammer4"
require "bcdice/game_system/WitchQuest"
require "bcdice/game_system/WorldOfDarkness"
require "bcdice/game_system/YankeeYogSothoth"
Expand Down
Loading

0 comments on commit 2a923da

Please sign in to comment.