135 lines
2.3 KiB
Text
135 lines
2.3 KiB
Text
[戦衣獲得・セックスシーフ]00_0904
|
||
|
||
//-------------------------------------------------------------
|
||
//
|
||
// 開始処理
|
||
//
|
||
//-------------------------------------------------------------
|
||
// 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 a high-quality recollection stone for
|
||
us!"
|
||
|
||
#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, 33, 1
|
||
|
||
// r, g, b, a, frame
|
||
#FADE, 255,255,255,0, 120,
|
||
#WAIT, 120,
|
||
|
||
#WFSET, 0, 33,
|
||
|
||
#MSGWINDOW_ON,
|
||
|
||
#MSG,
|
||
Philia
|
||
"This is... the power of the 'Sex Thief' bestowed
|
||
by the drunken Silver Goddess!"
|
||
|
||
#MSG,
|
||
Philia
|
||
"It has high evasion capabilities and excellent
|
||
agility. It specializes in evasion、allowing for
|
||
continuous attacks!"
|
||
|
||
#MSG,
|
||
Philia
|
||
"Additionally、you can steal the enemy's equipment!
|
||
The success rate is quite low、but stealing their
|
||
equipment can make battles much
|
||
|
||
#MSG,
|
||
Philia
|
||
easier、so it might be worth aiming for."
|
||
|
||
#MSG,
|
||
Philia
|
||
"However、its durability is as flimsy as paper、so
|
||
you'll need to compensate for that、or decide to
|
||
specialize in evasion with the resolve that if
|
||
|
||
#MSG,
|
||
Philia
|
||
you're hit、you're dead. Careful assessment of
|
||
ability setup is necessary."
|
||
|
||
//------------------------------------------------------------------
|
||
// イベント報酬獲得
|
||
//------------------------------------------------------------------
|
||
|
||
#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,
|
||
|
||
|