mirror of
https://github.com/syuilo/ai.git
synced 2024-11-09 23:48:01 +00:00
Update index.ts
This commit is contained in:
parent
05b2980ebc
commit
6ed96a2a26
|
@ -89,6 +89,16 @@ const itemPrefixes = [
|
||||||
'得体の知れない',
|
'得体の知れない',
|
||||||
'四角い',
|
'四角い',
|
||||||
'暴れ回る',
|
'暴れ回る',
|
||||||
|
'夢の',
|
||||||
|
'闇の',
|
||||||
|
'暗黒の',
|
||||||
|
'封印されし',
|
||||||
|
'死の',
|
||||||
|
'凍った',
|
||||||
|
'魔の',
|
||||||
|
'禁断の',
|
||||||
|
'ホログラフィックな',
|
||||||
|
'油圧式',
|
||||||
];
|
];
|
||||||
|
|
||||||
const items = [
|
const items = [
|
||||||
|
@ -194,6 +204,16 @@ const items = [
|
||||||
'ぬいぐるみ',
|
'ぬいぐるみ',
|
||||||
'ティラノサウルス',
|
'ティラノサウルス',
|
||||||
'尿路結石',
|
'尿路結石',
|
||||||
|
'エンターキー',
|
||||||
|
'壺',
|
||||||
|
'水銀',
|
||||||
|
'DHMO',
|
||||||
|
'水',
|
||||||
|
'土地',
|
||||||
|
'大陸',
|
||||||
|
'サイコロ',
|
||||||
|
'室外機',
|
||||||
|
'油圧ジャッキ',
|
||||||
];
|
];
|
||||||
|
|
||||||
export default class FortuneModule implements IModule {
|
export default class FortuneModule implements IModule {
|
||||||
|
|
Loading…
Reference in a new issue