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

[StellarLife] 船名後半表の内容が正しくなかったのを修正 #493

Merged
merged 1 commit into from
Aug 17, 2021
Merged
Show file tree
Hide file tree
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
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