Update index.ts

This commit is contained in:
syuilo 2018-12-08 19:37:11 +09:00
parent cb855ebfe9
commit d692652e9a
No known key found for this signature in database
GPG key ID: BDC4C49D06AB9D69

View file

@ -27,7 +27,8 @@ const itemPrefixes = [
'藍謹製',
'ポケットサイズ',
'3日前の',
'そこらへんの'
'そこらへんの',
'偽の'
];
const items = [
@ -69,7 +70,16 @@ const items = [
'ゲームボーイアドバンス',
'量子コンピューター',
'アナモルフィックレンズ',
'押し入れの奥から出てきた謎の生き物'
'押し入れの奥から出てきた謎の生き物',
'スマートフォン',
'時計',
'プリン',
'ガブリエルのラッパ',
'メンガーのスポンジ',
'ハンドスピナー',
'超立方体',
'建築物',
'エナジードリンク'
];
export default class FortuneModule implements IModule {