diff --git a/scripts/vscripts/system/tower.lua b/scripts/vscripts/system/tower.lua index c40fd07..4349c30 100755 --- a/scripts/vscripts/system/tower.lua +++ b/scripts/vscripts/system/tower.lua @@ -182,21 +182,6 @@ local thtd_power_table = { local thtd_attack_factor = { ["lily"] = 0, ["nazrin"] = 0.5, - ["mugiyousei"] = 1, - ["shanghainingyou"] = 1, - ["hourainingyou"] = 1, - ["hanadayousei"] = 1, - ["maidyousei"] = 1, - ["cirno"] = 1, - ["kogasa"] = 1, - ["letty"] = 1, - ["lyrica"] = 1, - ["lunasa"] = 1, - ["merlin"] = 1, - ["rumia"] = 1, - ["satori"] = 1, - ["iku"] = 1, - ["mystia"] = 1, ["marisa"] = 1.25, ["tenshi"] = 1.25, ["patchouli"] = 0.5, @@ -205,25 +190,17 @@ local thtd_attack_factor = { ["youmu"] = 1.25, ["rin"] = 1.25, ["utsuho"] = 1.25, - ["reimu"] = 1, - ["daiyousei"] = 1, ["cirno_ex"] = 1.5, ["remilia"] = 1.5, ["flandre"] = 1.5, ["sakuya"] = 1.25, ["koishi"] = 1.5, - ["koakuma"] = 1, - ["meirin"] = 1, ["yuuka"] = 1.5, ["yukari"] = 1.5, ["ran"] = 1.25, - ["chen"] = 1, - ["eirin"] = 1, ["mokou"] = 1.25, ["kaguya"] = 1.25, ["aya"] = 1.25, - ["hatate"] = 1, - ["momiji"] = 1, ["sanae"] = 1.25, ["kanako"] = 1.5, ["suwako"] = 1.25, @@ -236,13 +213,8 @@ local thtd_attack_factor = { ["soga"] = 1.25, ["miko"] = 1.5, ["futo"] = 1.25, - ["yoshika"] = 1, ["seiga"] = 1.25, ["keine"] = 1.25, - ["medicine"] = 1, - ["luna"] = 1, - ["star"] = 1, - ["sunny"] = 1, ["yuugi"] = 1.5, ["suika"] = 1.5, ["junko"] = 1.5, @@ -252,10 +224,10 @@ local thtd_attack_factor = { local thtd_ability_table = { ["lily"] = { [1] = {["thtd_lily_01"] = 1,["thtd_lily_02"] = 0}, - [2] = {["thtd_lily_01"] = 1,["thtd_lily_02"] = 0}, - [3] = {["thtd_lily_01"] = 1,["thtd_lily_02"] = 0}, - [4] = {["thtd_lily_01"] = 1,["thtd_lily_02"] = 1}, - [5] = {["thtd_lily_01"] = 1,["thtd_lily_02"] = 1}, + [2] = {["thtd_lily_01"] = 2,["thtd_lily_02"] = 0}, + [3] = {["thtd_lily_01"] = 3,["thtd_lily_02"] = 0}, + [4] = {["thtd_lily_01"] = 4,["thtd_lily_02"] = 1}, + [5] = {["thtd_lily_01"] = 5,["thtd_lily_02"] = 1}, }, ["nazrin"] = { [1] = {["thtd_nazrin_01"] = 1},