diff --git a/src/modules/fortune/index.ts b/src/modules/fortune/index.ts index b716ee2..927ecd5 100644 --- a/src/modules/fortune/index.ts +++ b/src/modules/fortune/index.ts @@ -89,6 +89,16 @@ const itemPrefixes = [ '得体の知れない', '四角い', '暴れ回る', + '夢の', + '闇の', + '暗黒の', + '封印されし', + '死の', + '凍った', + '魔の', + '禁断の', + 'ホログラフィックな', + '油圧式', ]; const items = [ @@ -194,6 +204,16 @@ const items = [ 'ぬいぐるみ', 'ティラノサウルス', '尿路結石', + 'エンターキー', + '壺', + '水銀', + 'DHMO', + '水', + '土地', + '大陸', + 'サイコロ', + '室外機', + '油圧ジャッキ', ]; export default class FortuneModule implements IModule {