42 lines
1.5 KiB
Lua
Raw Normal View History

2023-06-26 04:40:53 -07:00
--------------------------------------------------------------------------------
-- Tower Of Iyzel Boss Data --
--------------------------------------------------------------------------------
-- <20><><EFBFBD><EFBFBD> <20><>ų<EFBFBD><C5B3> <20>ߵ<EFBFBD><DFB5>Ǵ<EFBFBD> <20>Ѱ<EFBFBD>ġ<EFBFBD><C4A1> <20><><EFBFBD>س<EFBFBD><D8B3><EFBFBD> <20><><EFBFBD>̺<EFBFBD>
ThresholdTable =
{
SummonHP_Floor04 = { 800, 200, },
SummonHP_Floor09 = { 700, 200, },
SummonHP_Floor13 = { 700, 200, },
SummonHP_Floor19 = { 700, 500, 200, },
}
-- <20><><EFBFBD><EFBFBD> <20><>ų
BossSkill =
{
-- <20>ܸ<EFBFBD> <20><>ȯ
Summon_Floor04 =
{
HP800 = { SummonMobs = { "TH_Imp", "TH_Imp", "TH_Imp", "TH_Imp", "TH_GangImp", "TH_GangImp", "TH_GangImp", "TH_GangImp", }, },
HP200 = { SummonMobs = { "TH_HungryWolf", "TH_HungryWolf", "TH_Ratman", "TH_Ratman", }, },
},
Summon_Floor09 =
{
HP700 = { SummonMobs = { "TH_SkelArcher01", "TH_SkelArcher01", }, },
HP200 = { SummonMobs = { "TH_SkelWarrior", "TH_SkelWarrior", "TH_SkelWarrior", "TH_SkelArcher02", }, },
},
Summon_Floor13 =
{
HP700 = { SummonMobs = { "TH_OldFox", "TH_OldFox", "TH_OldFox", "TH_OldFox", "TH_DesertWolfC", "TH_DesertWolfC", "TH_DesertWolfC", "TH_DesertWolfC", }, },
HP200 = { SummonMobs = { "TH_Ghost", "TH_Ghost", "TH_Ghost", "TH_Ghost", "TH_IceViVi", "TH_IceViVi", "TH_IceViVi", "TH_IceViVi", }, },
},
Summon_Floor19 =
{
HP700 = { SummonMobs = { "TH_Prock", "TH_Spider00", "TH_Spider00", "TH_Spider00", "TH_Spider00", }, },
HP500 = { SummonMobs = { "TH_KingCall", "TH_KingCall", }, },
HP200 = { SummonMobs = { "TH_FlyingStaff01", "TH_FlyingStaff01", "TH_IronSlime01", "TH_IronSlime01", }, },
},
}