mirror of
https://github.com/syuilo/ai.git
synced 2024-11-09 15:38:00 +00:00
おかえりなさいませ♡♡♡ご主人様っっ♡♡♡♡♡
This commit is contained in:
parent
1962c27388
commit
8524803b06
|
@ -142,9 +142,9 @@ export default class extends Module {
|
|||
|
||||
if (msg.includes(['ただいま'])) {
|
||||
msg.reply(
|
||||
msg.friend.love >= 7
|
||||
? serifs.core.okaeri.love(msg.friend.name)
|
||||
: serifs.core.okaeri.normal(msg.friend.name));
|
||||
msg.friend.love >= 15 ? serifs.core.okaeri.love2(msg.friend.name) :
|
||||
msg.friend.love >= 7 ? serifs.core.okaeri.love(msg.friend.name) :
|
||||
serifs.core.okaeri.normal(msg.friend.name));
|
||||
incLove();
|
||||
return true;
|
||||
}
|
||||
|
|
|
@ -27,6 +27,8 @@ export default {
|
|||
okaeri: {
|
||||
love: name => name ? `おかえりなさい、${name}♪` : 'おかえりなさい♪',
|
||||
|
||||
love2: name => name ? `おかえりなさいませ♡♡♡${name}っっ♡♡♡♡♡` : 'おかえりなさいませ♡♡♡ご主人様っっ♡♡♡♡♡',
|
||||
|
||||
normal: name => name ? `おかえりなさい、${name}!` : 'おかえりなさい!',
|
||||
},
|
||||
|
||||
|
@ -100,7 +102,7 @@ export default {
|
|||
|
||||
itai: name => name ? `${name}、大丈夫ですか…? いたいのいたいの飛んでけっ!` : '大丈夫ですか…? いたいのいたいの飛んでけっ!',
|
||||
|
||||
ote: 'くぅん... 私わんちゃんなんですか?',
|
||||
ote: 'くぅん... 私わんちゃんじゃないですよ...?',
|
||||
|
||||
shutdown: '私まだ眠くないですよ...?',
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue