Skip to content

Commit

Permalink
Merge pull request #493 from ViVi-shark/feature/StellarLife_fix_VNRT
Browse files Browse the repository at this point in the history
[StellarLife] 船名後半表の内容が正しくなかったのを修正
  • Loading branch information
ysakasin authored Aug 17, 2021
2 parents 5175d74 + 1c4fe74 commit 8ef80fa
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
2 changes: 1 addition & 1 deletion lib/bcdice/game_system/StellarLife.rb
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ def get_shipnamelatter_table
'ローズ', 'ダンデリオン', 'オーキッド', 'アザリア', 'スウォードリリー', 'アイリス', 'ラベンダー', 'プロテア', 'グラジオラス', 'マグノリア',
'ライナー', 'カッター', 'フライター', 'フェリー', 'バルジ', 'クルーザー', 'クラフト', 'リガー', 'キール', 'ヴェッセル',
'リミテッド', 'インク', 'マーチャント', 'エクスペディション', 'コンボイ', 'キャラバン', 'コマース', 'レティニュー', 'アドバイザリー', 'コンサルティング',
'テレスコープ', 'オブザーバー', 'グラス', 'コスモス', 'ヘブン', 'ノート', 'ロット', 'スペースフェアラー', 'ノマド',
'テレスコープ', 'オブザーバー', 'グラス', 'コスモス', 'ヘブン', 'ノート', 'ロット', 'スペース', 'フェアラー', 'ノマド',
'ブローカー', 'ディーラー', 'ダイバー', 'ドライバー', 'アドベンチャラー', 'ランナー', 'ウォーカー', 'トラベラー', 'トレーダー', 'エクスプローラー',
'キャット', 'パンサー', 'ライオン', 'ピューマ', 'レオパルド', 'タイガー', 'ジャガー', 'オセロット', 'リンクス', 'チーター',
'ウォルフ', 'カメレオン', 'クラブ', 'オスカー', 'シャーク', 'イーグル', 'コンドル', 'ドルフィン', 'サウルス', 'フィッシュ',
Expand Down
18 changes: 18 additions & 0 deletions test/data/StellarLife.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,24 @@ rands = [
{ sides = 10, value = 2 },
]

[[ test ]]
game_system = "StellarLife"
input = "VNRT"
output = "船名後半表(37) > スペース"
rands = [
{ sides = 10, value = 4 },
{ sides = 10, value = 8 },
]

[[ test ]]
game_system = "StellarLife"
input = "VNRT"
output = "船名後半表(38) > フェアラー"
rands = [
{ sides = 10, value = 4 },
{ sides = 10, value = 9 },
]

[[ test ]]
game_system = "StellarLife"
input = "aaft"
Expand Down

0 comments on commit 8ef80fa

Please sign in to comment.