21 lines
667 B
Lua
21 lines
667 B
Lua
--------------------------------------------------------------------------------
|
|
-- Seiren Castle Name Data --
|
|
--------------------------------------------------------------------------------
|
|
|
|
MainLuaScriptPath = "ID/Siren/Siren"
|
|
MsgScriptFileDefault = "Siren"
|
|
|
|
|
|
-- 각 단계 이름을 모아놓음
|
|
StepNameTable =
|
|
{
|
|
"InitDungeon", -- 인던 초기화
|
|
"EntranceGuardArea", -- 입구 경비 구역
|
|
"CenterGuardArea", -- 중앙 경비 구역
|
|
"EastArea", -- 동쪽 구역
|
|
"WestArea", -- 서쪽 구역
|
|
"FallenCenterHall", -- 무너진 중앙 홀
|
|
"GuardianAltar", -- 수호자의 제단
|
|
"AbyssHall", -- 심연의 홀
|
|
}
|