145 lines
2.4 KiB
Text
145 lines
2.4 KiB
Text
[キッチュ絆LV1]10_2100
|
||
|
||
//-------------------------------------------------------------
|
||
//
|
||
// 開始処理
|
||
//
|
||
//-------------------------------------------------------------
|
||
// r, g, b, a, frame
|
||
#FADE, 0, 0, 0, 255, 0
|
||
#WAIT, 60,
|
||
|
||
#FADE, 0, 0, 0, 0, 60
|
||
|
||
// BGnum frame
|
||
#BGSET, 2, 0
|
||
|
||
|
||
#BGMPLAY, 330
|
||
|
||
#MSGWINDOW_ON,
|
||
|
||
|
||
//-------------------------------------------------------------
|
||
|
||
// キャラ番号 表情 位置(0,1,2)
|
||
#BUSET, 21, 0, 1
|
||
|
||
#MSG,
|
||
Sata Andagi
|
||
"Curse user. I've killed the beasts around here
|
||
just as you instructed."
|
||
|
||
#WFSET, 21, 0,
|
||
|
||
#MSG,
|
||
Kitsch
|
||
"Well、it's a piece of cake when it's up to me and
|
||
everyone else!"
|
||
|
||
#WFOUT,
|
||
|
||
#MSG,
|
||
Sata Andagi
|
||
"That overconfidence is dangerous. Remember、you
|
||
were sealed before because of it..."
|
||
|
||
// キャラ番号 表情 位置(0,1,2)
|
||
#BUSET2, 21, 2, 1
|
||
|
||
#MSG,
|
||
Kitsch
|
||
"I know、I know! But really、when it comes to
|
||
magical beasts、a few more or less are easy to
|
||
handle、right!?"
|
||
|
||
#WFOUT,
|
||
|
||
#MSG,
|
||
Sata Andagi
|
||
"That's exactly it、that complacency is..."
|
||
|
||
// キャラ番号 表情 位置(0,1,2)
|
||
#BUSET2, 21, 1, 1
|
||
|
||
#MSG,
|
||
Kitsch
|
||
"Ah、enough! You're so annoying、Sata Andagi!"
|
||
|
||
#WFOUT,
|
||
|
||
#MSG,
|
||
Tentacle Beasts
|
||
"Ki、Kishaa"
|
||
|
||
#MSG,
|
||
Sata Andagi
|
||
"You guys too. By always siding with the young
|
||
lady、you're encouraging her complacency."
|
||
|
||
// キャラ番号 表情 位置(0,1,2)
|
||
#BUSET2, 21, 0, 1
|
||
|
||
#MSG,
|
||
Kitsch
|
||
"It's fine! These guys are on my side! Right!?"
|
||
|
||
#WFOUT,
|
||
|
||
#MSG,
|
||
Tentacle Beasts
|
||
"Kishaa~☆"
|
||
|
||
|
||
#MSG,
|
||
They are a close-knit group.
|
||
|
||
#MSG,
|
||
Kitsch and the tentacle beasts、along with their
|
||
overseer Sata Andagi. They're noisy、but very
|
||
reliable in terms of combat ability.
|
||
|
||
#MSG,
|
||
You were watching their amusing interactions with
|
||
a smile.
|
||
|
||
|
||
//------------------------------------------------------------------
|
||
// イベント報酬獲得
|
||
//------------------------------------------------------------------
|
||
|
||
// フェードアウト演出
|
||
#MSGCLEAR,
|
||
#MSGWINDOW_OFF,
|
||
|
||
#BUOUT, 1,
|
||
#WFOUT,
|
||
|
||
#FADE, 0, 0, 0, 255, 30
|
||
#WAIT, 30,
|
||
|
||
// BGnum frame
|
||
#BGSET, 83, 0,
|
||
|
||
#FADE, 0, 0, 0, 0, 60
|
||
|
||
#WAIT, 60,
|
||
|
||
|
||
//-----------------------------------------------------------
|
||
// イベント報酬取得処理
|
||
#EVENTREWORD,
|
||
|
||
// 報酬処理終了
|
||
//-----------------------------------------------------------
|
||
|
||
|
||
#WAIT, 30
|
||
|
||
#FADE, 0, 0, 0, 255, 60,
|
||
#WAIT, 60,
|
||
|
||
#EVENTEND,
|
||
|
||
#END,
|
||
|