157 lines
2.1 KiB
Text
157 lines
2.1 KiB
Text
[牙の竜ノワリア撃破]01_1121
|
||
|
||
//-------------------------------------------------------------
|
||
//
|
||
// 開始処理
|
||
//
|
||
//-------------------------------------------------------------
|
||
// r, g, b, a, frame
|
||
#FADE, 0, 0, 0, 255, 0
|
||
#BGMSTOP, 60,
|
||
#WAIT, 60,
|
||
|
||
#BGSET, 49, 0
|
||
|
||
#BUSET, 60, 10, 1,
|
||
|
||
|
||
#BGMPLAY, 313,
|
||
|
||
#FADE, 0, 0, 0, 0, 60
|
||
#WAIT, 60,
|
||
|
||
#BUSET, 60, 1, 1,
|
||
#WAIT, 60,
|
||
|
||
#MSGWINDOW_ON,
|
||
|
||
|
||
//-------------------------------------------------------------
|
||
|
||
#WFSET, 60, 1,
|
||
|
||
#MSG,
|
||
Fang Dragon Nowaria
|
||
"Yeah... as expected of Toa..."
|
||
|
||
#MSG,
|
||
Fang Dragon Nowaria
|
||
"......No. It's different. Toa has nothing to do
|
||
with it. You are you. You're different from that
|
||
person."
|
||
|
||
#MSG,
|
||
Fang Dragon Nowaria
|
||
"I've lifted the barrier for you."
|
||
|
||
#BUSET2, 60, 0, 1,
|
||
|
||
#MSG,
|
||
Fang Dragon Nowaria
|
||
"......"
|
||
|
||
#BUSET2, 60, 1, 1,
|
||
|
||
#MSG,
|
||
Fang Dragon Nowaria
|
||
"Do your best、slave master."
|
||
|
||
#WFOUT,
|
||
#BUOUT, 1,
|
||
|
||
#WAIT, 60,
|
||
|
||
|
||
//------------------------------------------------------------------
|
||
//
|
||
//------------------------------------------------------------------
|
||
|
||
// フェードアウト演出
|
||
#MSGCLEAR,
|
||
#MSGWINDOW_OFF,
|
||
|
||
#BUOUT, 1,
|
||
#WFOUT,
|
||
|
||
#FADE, 0, 0, 0, 0, 30
|
||
#FADE, 0, 0, 0, 255, 30
|
||
#WAIT, 30,
|
||
|
||
// BGnum frame
|
||
#BGSET, 83, 0,
|
||
|
||
#FADE, 0, 0, 0, 0, 60
|
||
|
||
#WAIT, 60,
|
||
|
||
|
||
#MSGWINDOW_ON,
|
||
|
||
|
||
//--------------------------------------------
|
||
// ノワールと真実の絆を結んでいる
|
||
//--------------------------------------------
|
||
#FLAGCHECK, 811, =, 1, 4,
|
||
{
|
||
|
||
#MSG,
|
||
Noir
|
||
"......"
|
||
|
||
#MSG,
|
||
Fang Dragon Nowaria
|
||
"Ah、have you been bound...?"
|
||
|
||
#MSG,
|
||
Noir
|
||
"......Yes. I'm sorry."
|
||
|
||
#MSG,
|
||
Fang Dragon Nowaria
|
||
"There's nothing to apologize for.
|
||
...Congratulations."
|
||
|
||
#MSG,
|
||
Noir
|
||
"......It feels strange to be congratulated by
|
||
myself."
|
||
|
||
#MSG,
|
||
Fang Dragon Nowaria
|
||
"Yes、it does feel strange to bless oneself."
|
||
|
||
#MSG,
|
||
Fang Dragon Nowaria
|
||
"......I'm really envious."
|
||
|
||
#WAIT, 30,
|
||
|
||
}
|
||
|
||
|
||
#MSG,
|
||
The barrier of the Fang Dragon has disappeared.
|
||
|
||
|
||
// 終了処理
|
||
#MSGWINDOW_OFF,
|
||
|
||
// 結界消滅フラグ
|
||
#FLAGSET, 1220, 1,
|
||
|
||
// 勢力壊滅
|
||
#FORCEDELETE, 5, 1,
|
||
|
||
// 侵攻戦終了
|
||
#COMBATEND,
|
||
|
||
#WAIT, 30
|
||
|
||
#FADE, 0, 0, 0, 255, 60,
|
||
#WAIT, 60,
|
||
|
||
#EVENTEND,
|
||
|
||
#END,
|
||
|
||
|