187 lines
2.7 KiB
Text
187 lines
2.7 KiB
Text
[フィリア&ニース絆LV2]20_0231
|
||
|
||
//-------------------------------------------------------------
|
||
//
|
||
// 開始処理
|
||
//
|
||
//-------------------------------------------------------------
|
||
// r, g, b, a, frame
|
||
#FADE, 0, 0, 0, 255, 0
|
||
#WAIT, 60,
|
||
|
||
#FADE, 0, 0, 0, 0, 60
|
||
|
||
// BGnum frame
|
||
#BGSET, 14, 0
|
||
|
||
// キャラ番号 表情 位置(0,1,2)
|
||
#BUSET2, 0, 6, 1,
|
||
|
||
|
||
#BGMPLAY, 322,
|
||
|
||
#MSGWINDOW_ON,
|
||
|
||
|
||
//-------------------------------------------------------------
|
||
|
||
#MSG,
|
||
Philia
|
||
"Ouch... I've hurt myself again."
|
||
|
||
#MSG,
|
||
Philia
|
||
"Nice-san、I need treatment..."
|
||
|
||
#BUOUT, 1,
|
||
|
||
#WFOUT,
|
||
#MSGCLEAR,
|
||
#WAIT, 30,
|
||
|
||
#BUSET2, 24, 1, 1,
|
||
|
||
#MSG,
|
||
Nice
|
||
"......"
|
||
|
||
#BUOUT, 1,
|
||
#WFOUT,
|
||
|
||
#MSG,
|
||
Nice was treating a labor slave who had been
|
||
carried in with a grim expression.
|
||
|
||
#BUSET2, 0, 7, 2,
|
||
|
||
#MSG,
|
||
Philia
|
||
"That's a terrible injury. He's stopped breathing
|
||
and his mana is fading from his body... This is、
|
||
well..."
|
||
|
||
#BUSET2, 24, 1, 0,
|
||
|
||
#MSG,
|
||
Nice
|
||
"You can't die. Hang in there...!"
|
||
|
||
#WFOUT,
|
||
|
||
#MSG,
|
||
Labor Slave
|
||
"Gah! Cough!!"
|
||
|
||
#BUSET2, 0, 22, 2,
|
||
|
||
#MSG,
|
||
Philia
|
||
"What!? He、he's come back to life!?"
|
||
|
||
#BUSET2, 24, 0, 0,
|
||
|
||
#MSG,
|
||
Nice
|
||
"Somehow the heart started beating again... Now、
|
||
let's administer this cardiac stimulant...!"
|
||
|
||
#BUSET2, 24, 1, 0,
|
||
|
||
#MSG,
|
||
Nice
|
||
"Philia! Did you come for treatment?"
|
||
|
||
#BUSET2, 0, 7, 2,
|
||
|
||
#MSG,
|
||
Philia
|
||
"Ah、yes. But it seems you're busy、so I'll come
|
||
back later."
|
||
|
||
#BUSET2, 24, 3, 0,
|
||
|
||
#MSG,
|
||
Nice
|
||
"The injury isn't severe enough to hinder
|
||
movement. Sorry、but could you cast a healing spell
|
||
on this person? There's a magic book for
|
||
|
||
#MSG,
|
||
Nice
|
||
healing over there."
|
||
|
||
#BUSET2, 0, 10, 2,
|
||
|
||
#MSG,
|
||
Philia
|
||
"A healing spell、you say? Understood! Leave it to
|
||
me!"
|
||
|
||
#BUSET2, 24, 0, 0,
|
||
|
||
#MSG,
|
||
Nice
|
||
"Thank you."
|
||
|
||
#MSG,
|
||
Nice
|
||
"That's good. He'll make it now."
|
||
|
||
#BUSET2, 24, 1, 0,
|
||
|
||
#MSG,
|
||
Nice
|
||
"Post-resuscitation care is really a race against
|
||
time. Let's hurry."
|
||
|
||
#WFSET, 0, 10,
|
||
|
||
#MSG,
|
||
Philia
|
||
"Yes、sir!"
|
||
|
||
|
||
|
||
|
||
//------------------------------------------------------------------
|
||
// イベント報酬獲得
|
||
//------------------------------------------------------------------
|
||
|
||
// フェードアウト演出
|
||
#MSGCLEAR,
|
||
#MSGWINDOW_OFF,
|
||
#WFOUT,
|
||
|
||
#FADE, 0, 0, 0, 255, 30
|
||
#WAIT, 30,
|
||
|
||
#BUOUT, 0,
|
||
#BUOUT, 1,
|
||
#BUOUT, 2,
|
||
|
||
// BGnum frame
|
||
#BGSET, 83, 0,
|
||
#WAIT, 30,
|
||
|
||
#FADE, 0, 0, 0, 0, 60
|
||
|
||
#WAIT, 60,
|
||
|
||
|
||
//-----------------------------------------------------------
|
||
// イベント報酬取得処理
|
||
#EVENTREWORD,
|
||
|
||
// 報酬処理終了
|
||
//-----------------------------------------------------------
|
||
|
||
|
||
#WAIT, 30
|
||
|
||
#FADE, 0, 0, 0, 255, 60,
|
||
#WAIT, 60,
|
||
|
||
#EVENTEND,
|
||
|
||
#END,
|
||
|