134 lines
2.1 KiB
Text
134 lines
2.1 KiB
Text
[戦衣獲得・マギカウィッチ]00_0902
|
||
|
||
//-------------------------------------------------------------
|
||
//
|
||
// 開始処理
|
||
//
|
||
//-------------------------------------------------------------
|
||
// 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 sealed
|
||
away before!"
|
||
|
||
|
||
#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, 31, 1
|
||
|
||
// r, g, b, a, frame
|
||
#FADE, 255,255,255,0, 120,
|
||
#WAIT, 120,
|
||
|
||
#WFSET, 0, 31,
|
||
|
||
#MSGWINDOW_ON,
|
||
|
||
#MSG,
|
||
Philia
|
||
"This is one of the powers bestowed by the Silver
|
||
Goddess、the 'Magica Witch' power!"
|
||
|
||
#MSG,
|
||
Philia
|
||
"It allows for rapid mana tension increase、and
|
||
mastery over attack and healing spells!"
|
||
|
||
#MSG,
|
||
Philia
|
||
"With the right spellbook、you can even heal during
|
||
battle or perform high-precision evasive maneuvers
|
||
using mana tensiona truly skillful
|
||
|
||
#MSG,
|
||
Philia
|
||
style."
|
||
|
||
#MSG,
|
||
Philia
|
||
"The only downside is its low durability、making it
|
||
somewhat fragile..."
|
||
|
||
#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,
|
||
|
||
|