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