147 lines
2.2 KiB
Text
147 lines
2.2 KiB
Text
[光の勢力と戦争 第二層敗北]00_1074
|
||
|
||
|
||
#BGMPLAY, 103,
|
||
|
||
#FADE, 0, 0, 0, 255, 60
|
||
#WAIT, 60,
|
||
|
||
// BGnum frame
|
||
#BGSET, 16, 0,
|
||
|
||
|
||
#FADE, 0, 0, 0, 0, 60
|
||
|
||
|
||
#MSGWINDOW_ON,
|
||
|
||
|
||
|
||
//-------------------------------------------------------------
|
||
|
||
#MSG,
|
||
The slaves we deployed have been wiped out...!
|
||
|
||
#MSG,
|
||
Leaving this place to Philia and the sex slaves
|
||
might allow us to take control、but it would also
|
||
increase the burden. Should we retreat、or push
|
||
|
||
#MSG,
|
||
forward regardless...?
|
||
|
||
#MSG,
|
||
Fatigue will accumulate based on the number of
|
||
remaining enemies、and you will be in a debuffed
|
||
(disadvantaged) state of fatigue until the end of
|
||
|
||
#MSG,
|
||
the invasion battle、increasing the difficulty of
|
||
the boss fight.
|
||
|
||
// 選択肢
|
||
#SELECT,2
|
||
Let Philia take control of this area 0
|
||
Cancel the invasion and retreat 1
|
||
|
||
|
||
|
||
//--------------------------------------------
|
||
// フィリアにこの場を制圧させる
|
||
//--------------------------------------------
|
||
#FLAGCHECK, 0, =, 1, 4,
|
||
{
|
||
|
||
#BUSET, 0, 10, 1,
|
||
|
||
#MSG,
|
||
You ordered Philia to take control of the area、
|
||
and in the meantime、you deployed additional slave
|
||
soldiers here.
|
||
|
||
// 終了処理
|
||
#MSGWINDOW_OFF,
|
||
|
||
#WAIT, 30
|
||
|
||
#FADE, 0, 0, 0, 255, 60,
|
||
#WAIT, 60,
|
||
|
||
#BUOUT, 1.
|
||
|
||
// 疲労状態
|
||
#TIRED,
|
||
|
||
#LABELJUMP, 0, 1073,
|
||
}
|
||
|
||
|
||
//--------------------------------------------
|
||
// 侵攻戦を中止し、撤退する
|
||
//--------------------------------------------
|
||
#FLAGCHECK, 1, =, 1, 4,
|
||
{
|
||
|
||
#MSG,
|
||
You issued a retreat order to all troops.
|
||
|
||
//-----------------------------------------------------------------
|
||
// 暗転開始
|
||
|
||
#MSGCLEAR,
|
||
#MSGWINDOW_OFF,
|
||
|
||
// r, g, b, a, frame
|
||
#FADE, 0, 0, 0, 0, 0,
|
||
#FADE, 0, 0, 0, 255, 30,
|
||
#WAIT, 30,
|
||
|
||
// BGnum frame
|
||
#BGSET, 83, 0
|
||
|
||
#WAIT, 30,
|
||
|
||
// r, g, b, a, frame
|
||
#FADE, 0, 0, 0, 0, 30,
|
||
#WAIT, 30,
|
||
|
||
// 暗転終了
|
||
//-----------------------------------------------------------------
|
||
|
||
#MSGWINDOW_ON,
|
||
|
||
#MSG,
|
||
The invasion of the City of Light ended in
|
||
failure...
|
||
|
||
|
||
// 終了処理
|
||
#MSGWINDOW_OFF,
|
||
|
||
// r, g, b, a, frame
|
||
#FADE, 0, 0, 0,255, 60,
|
||
#WAIT, 60,
|
||
|
||
// 侵攻戦終了
|
||
#COMBATEND,
|
||
|
||
#EVENTEND,
|
||
|
||
}
|
||
|
||
|
||
|
||
// 終了処理
|
||
#MSGWINDOW_OFF,
|
||
|
||
#WAIT, 30
|
||
|
||
#FADE, 0, 0, 0, 255, 60,
|
||
#WAIT, 60,
|
||
|
||
#EVENTEND,
|
||
|
||
#END,
|
||
|
||
|
||
|