140 lines
2.3 KiB
Text
140 lines
2.3 KiB
Text
[戦衣獲得・プロテスメイド]00_0903
|
||
|
||
//-------------------------------------------------------------
|
||
//
|
||
// 開始処理
|
||
//
|
||
//-------------------------------------------------------------
|
||
// r, g, b, a, frame
|
||
#FADE, 0, 0, 0, 255, 0
|
||
#WAIT, 60,
|
||
|
||
#FADE, 0, 0, 0, 0, 60
|
||
|
||
// BGnum frame
|
||
#BGSET, 2, 0
|
||
|
||
// キャラ番号 表情 位置(0,1,2)
|
||
#BUSET2, 0, 1, 1
|
||
|
||
#BGMPLAY, 300,
|
||
|
||
#MSGWINDOW_ON,
|
||
|
||
#MSG,
|
||
Philia
|
||
"Master! The survey team dispatched the other day
|
||
has found us some high-quality recollection
|
||
stones!"
|
||
|
||
#MSG,
|
||
Philia
|
||
"With this、let's try to regain the power we had
|
||
before it was sealed!"
|
||
|
||
#SEPLAY, 400,
|
||
|
||
#WFOUT,
|
||
#MSGCLEAR,
|
||
#MSGWINDOW_OFF,
|
||
|
||
// r, g, b, a, frame
|
||
#FADE, 255,255,255,0, 0,
|
||
#FADE, 255,255,255,255, 120,
|
||
#WAIT, 120,
|
||
|
||
// BGnum frame
|
||
#BGSET, 65, 0
|
||
|
||
// キャラ番号 表情 位置(0,1,2)
|
||
#BUSET, 0, 32, 1
|
||
|
||
// r, g, b, a, frame
|
||
#FADE, 255,255,255,0, 120,
|
||
#WAIT, 120,
|
||
|
||
#WFSET, 0, 32,
|
||
|
||
#MSGWINDOW_ON,
|
||
|
||
#MSG,
|
||
Philia
|
||
"This is one of the powers bestowed by the Silver
|
||
Goddess、the 'Protesmaid' power!"
|
||
|
||
#MSG,
|
||
Philia
|
||
"It includes high durability and defensive skills、
|
||
and even during battle、you can take Milis
|
||
spiritual medicine to recovera true survival
|
||
|
||
#MSG,
|
||
Philia
|
||
expert!"
|
||
|
||
#MSG,
|
||
Philia
|
||
"As for offensive means、you can learn the ability
|
||
of a weapon 'gun' that automatically recovers its
|
||
durability through reloading!"
|
||
|
||
#MSG,
|
||
Philia
|
||
"The defensive performance is quite superior、but
|
||
there's a bit of concern about the attack power.
|
||
It tends to lead to prolonged battles、so let's
|
||
|
||
#MSG,
|
||
Philia
|
||
arrange abilities suitable for long-term combat."
|
||
|
||
#MSG,
|
||
Philia
|
||
"It's a style with both strengths and weaknesses、
|
||
but let's make good use of it!"
|
||
|
||
//------------------------------------------------------------------
|
||
// イベント報酬獲得
|
||
//------------------------------------------------------------------
|
||
|
||
#MSGWINDOW_OFF,
|
||
|
||
// r, g, b, a, frame
|
||
#FADE, 0, 0, 0, 0, 0
|
||
#FADE, 0, 0, 0, 255, 60
|
||
#WAIT, 60,
|
||
|
||
#WFOUT,
|
||
|
||
#MSGCLEAR,
|
||
|
||
// BGnum frame
|
||
#BGSET, 83, 0
|
||
#BUOUT, 1,
|
||
#WAIT, 30,
|
||
|
||
|
||
#FADE, 0, 0, 0, 0, 10
|
||
#WAIT, 10,
|
||
|
||
|
||
#EVENTREWORD,
|
||
#EVENTREWORD,
|
||
|
||
|
||
//------------------------------------------------------------------
|
||
|
||
|
||
// 終了処理
|
||
#MSGWINDOW_OFF,
|
||
|
||
#WAIT, 30
|
||
|
||
#FADE, 0, 0, 0, 255, 60,
|
||
#WAIT, 60,
|
||
|
||
#EVENTEND,
|
||
|
||
#END,
|
||
|
||
|