Skip to content

Commit

Permalink
NMT修正
Browse files Browse the repository at this point in the history
20230305 kukisoji nmt
  • Loading branch information
NiSLa-NiSlimeTRPG authored Apr 9, 2023
2 parents bac2dbb + a10bc7b commit 6579ab3
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions lib/bcdice/game_system/ShinobiGami.rb
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ class ShinobiGami < Base
 (その他シーン表)秋空に雪舞えば AKST、災厄 CLST、出島EX DXST、斜歯ラボ HLST、夏の終わり NTST、培養プラント PLST
>正忍記
カジノ TC、ロードムービ TR、マスカレイド・キャッスル TMC、月天に死の咲く TGS、恋人との日々 TKH、学校(黒星祭) TKG、魔都学園 TMG、魔都東京 TMT
・D66ダイスあり
INFO_MESSAGE_TEXT

Expand Down Expand Up @@ -204,12 +205,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 @@ -470,7 +471,6 @@ def action_roll(command)
'その戦闘の間、あらゆる判定のスペシャル値が1減少する。この効果は累積しない。'
]
),

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

}.freeze

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

0 comments on commit 6579ab3

Please sign in to comment.