Update index.ts

This commit is contained in:
syuilo 2018-12-09 11:53:54 +09:00 committed by GitHub
parent cc56eeeda7
commit 380d027c8b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,13 +6,16 @@ import * as seedrandom from 'seedrandom';
const omikujis = [ const omikujis = [
'藍吉', '藍吉',
'ギガ吉',
'メガ吉',
'超吉',
'大大吉', '大大吉',
'大吉', '大吉',
'吉', '吉',
'中吉', '中吉',
'小吉', '小吉',
'凶', '凶',
'大凶' '大凶',
]; ];
const itemPrefixes = [ const itemPrefixes = [
@ -84,6 +87,7 @@ const itemPrefixes = [
'4次元', '4次元',
'脈動する', '脈動する',
'得体の知れない', '得体の知れない',
'四角い',
]; ];
const items = [ const items = [
@ -176,6 +180,17 @@ const items = [
'気体', '気体',
'鉛筆', '鉛筆',
'消しゴム', '消しゴム',
'つるぎ',
'棒状のもの',
'農産物',
'メタルスライム',
'タコの足',
'きのこ',
'なめこ',
'缶チューハイ',
'爪切り',
'耳かき',
'ぬいぐるみ',
]; ];
export default class FortuneModule implements IModule { export default class FortuneModule implements IModule {