Update index.ts

This commit is contained in:
syuilo 2018-12-08 21:25:36 +09:00 committed by GitHub
parent e1c3d6deda
commit 6a1d5e4aa5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -47,7 +47,15 @@ const itemPrefixes = [
'折り畳み式',
'携帯型',
'遺伝子組み換え',
'突然変異して飛行能力を獲得した'
'突然変異して飛行能力を獲得した',
'純金製',
'偽の',
'透明な',
'光る',
'ハート型の',
'動く',
'半分にカットされた',
'USBコネクタ付きの'
];
const items = [
@ -113,7 +121,10 @@ const items = [
'歯磨き粉',
'空き缶',
'キーホルダー',
'金髪碧眼の美少女'
'金髪碧眼の美少女',
'SDカード',
'リップクリーム',
'チョコ無しチョココロネ'
];
export default class FortuneModule implements IModule {