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.

55 lines
767 B

--------------------------------------------------------------------------------
-- Kingkong Name Data --
--------------------------------------------------------------------------------
MainLuaScriptPath = "KQ/Kingkong/Kingkong"
MsgScriptFileDefault = "KQKingkong"
FloorNameTable =
{
"Floor_1",
"Floor_2",
"Floor_3",
"Floor_4",
"Floor_5",
}
BossSkillRateNameTable =
{
"HP1000",
"HP900",
"HP800",
"HP700",
"HP600",
"HP500",
"HP400",
"HP300",
"HP200",
"HP100",
}
BossSummonNameTable =
{
"Summon850",
"Summon670",
"Summon620",
"Summon470",
"Summon420",
"Summon280",
"Summon240",
"Summon170",
"Summon050",
}
BossHealNameTable =
{
"Heal750",
"Heal550",
"Heal350",
"Heal150",
}