You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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" },
|
|
},
|
|
}
|
|
|