From a8af5c35b4468e52a9b1286e242bf1d8372b3ca7 Mon Sep 17 00:00:00 2001 From: syuilo Date: Sat, 8 Dec 2018 19:45:21 +0900 Subject: [PATCH] Update index.ts --- src/modules/fortune/index.ts | 24 ++++++++++++++++++++++-- 1 file changed, 22 insertions(+), 2 deletions(-) diff --git a/src/modules/fortune/index.ts b/src/modules/fortune/index.ts index 65b0929..0725a5b 100644 --- a/src/modules/fortune/index.ts +++ b/src/modules/fortune/index.ts @@ -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 {