25 lines
613 B
25 lines
613 B
--------------------------------------------------------------------------------
|
|
-- Gold Hill Boss Data --
|
|
--------------------------------------------------------------------------------
|
|
|
|
TombRaiderChat =
|
|
{
|
|
ScriptFileName = MsgScriptFileDefault,
|
|
|
|
Intro =
|
|
{
|
|
{ Index = "Intro0" },
|
|
{ Index = "Intro1" },
|
|
},
|
|
|
|
Layer1st = { Index = "Intro2" },
|
|
Layer2nd = { Index = "FirstGateOpen" },
|
|
Layer3rd = { Index = "SecondGateOpen" },
|
|
Layer4th = { Index = "ThirdGateOpen" },
|
|
|
|
LastBattle =
|
|
{
|
|
{ Index = "LastGateOpen0" },
|
|
{ Index = "LastGateOpen1" },
|
|
},
|
|
}
|
|
|