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.
 
 

26 lines
561 B

--------------------------------------------------------------------------------
-- Mini Dragon Name Data --
--------------------------------------------------------------------------------
MainLuaScriptPath = "KQ/MiniDragon/MiniDragon"
MsgScriptFileDefault = "KQMiniDragon"
-- 각 단계 이름을 모아놓음
StepNameTable =
{
"FirstStep",
"SecondStep",
"ThirdStep",
"FourthStep",
"BossBattle",
}
-- 보스가 사용하는 기술 이름을 모아놓음
BossSkillNameTable =
{
"SkillRateChange",
"Summon",
"Heal",
}