Update index.ts

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

View file

@ -28,7 +28,18 @@ const itemPrefixes = [
'ポケットサイズ',
'3日前の',
'そこらへんの',
'偽の'
'偽の',
'使用済み',
'壊れた',
'市販の',
'オーダーメイドの',
'業務用の',
'Microsoft製',
'Apple製',
'人類の技術を結集して作った',
'2018年製',
'500kgくらいある',
'高級'
];
const items = [
@ -79,7 +90,16 @@ const items = [
'ハンドスピナー',
'超立方体',
'建築物',
'エナジードリンク'
'エナジードリンク',
'マウスカーソル',
'メガネ',
'まぐろ',
'ゴミ箱',
'つまようじ',
'お弁当に入ってる緑の仕切りみたいなやつ',
'割りばし',
'換気扇',
'ペットボトルのキャップ'
];
export default class FortuneModule implements IModule {