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

Merge correction #4

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 7 additions & 13 deletions lib/bcdice/game_system/ShinobiGami.rb
Original file line number Diff line number Diff line change
Expand Up @@ -23,26 +23,20 @@ class ShinobiGami < Base
 f: ファンブル値 (省略時 2)
 x: 目標値 (省略可)
 例)SG, SG@11, SG@11#3, SG#3>=7, 3SG>=7

・ランダム特技決定表 RTTn (n:分野番号、省略可能)
 1器術 2体術 3忍術 4謀術 5戦術 6妖術

・ランダム分野表 RCT

・各種表(基本ルールブック以降)
 ファンブル表 FT、変調表 WT、戦国変調表 GWT、戦場表 BT、感情表 ET
 妖魔化(異形表、妖魔忍法表一括) MT
 異形表 MTR、妖魔忍法表(x:A,B,C) DSx
 プライズ効果表 PT

>流派ブック以降
 新戦場表 BNT、【数奇】OTS、妖術変調対応表(現代/戦国)YWT
 妖魔化(新異形表利用) NMT、新異形表 NMTR、妖魔忍法表(x:1-異霊 2-凶身 3-神化 4-攻激)DSNx

(基本ルールブック改訂版以前)
・(無印)旧ファンブル表 OFT 、旧変調表 OWT、旧戦場表 OBT、異形表 MT
・(怪)怪ファンブル表 KFT、怪変調表 KWT (基本ルールブックと同一)

・シーン表
>基本ルールブック
 通常 ST、出島 DST、都市 CST、館 MST、トラブル TST、回想 KST、日常 NST、学校 GAST、戦国 GST
Expand Down Expand Up @@ -205,12 +199,12 @@ def action_roll(command)
'妖魔忍法表・異霊',
'1D6',
[
'【荒吐】(基本 p173)/【赤舌】(隠忍 p29)',
'【鬼火】(基本 p173)/【大太郎】(隠忍 p29)',
'【怨霊】(基本 p173)/【白面】(隠忍 p29)',
'【呑口】(基本 p173)/【邪魅】(隠忍 p29)',
'【百眼】(基本 p173)/【鬼胎】(隠忍 p29)',
'【蛭子】(基本 p173)/【岩肌】(隠忍 p29)',
'【逢魔時】(基本 p173)/【虚舟】(隠忍 p28)',
'【神隠】(基本 p173)/【夢喰】(隠忍 p28)',
'【狂骨】(基本 p173)/【金毛】(隠忍 p28)',
'【木魂】(基本 p173)/【朽縄】(隠忍 p28)',
'【付喪神】(基本 p173)/【香魂】(隠忍 p28)',
'【生剥】(基本 p173)/【三尸】(隠忍 p28)',
]
),
'DSN2' => DiceTable::Table.new(
Expand Down Expand Up @@ -471,7 +465,6 @@ def action_roll(command)
'その戦闘の間、あらゆる判定のスペシャル値が1減少する。この効果は累積しない。'
]
),

'PT' => DiceTable::Table.new(
'プライズ効果表',
'2D6',
Expand All @@ -491,6 +484,7 @@ def action_roll(command)
),

}.freeze

# シーン表
SCENE_TABLES = {
## 以下シーン表
Expand Down