diff --git a/scripts/vscripts/system/tower.lua b/scripts/vscripts/system/tower.lua index 4349c30..453194a 100755 --- a/scripts/vscripts/system/tower.lua +++ b/scripts/vscripts/system/tower.lua @@ -142,40 +142,33 @@ towerNameList = { } local thtd_power_table = { - ["lily"] = { - [1] = {50,10}, - [2] = {150,10}, - [3] = {400,10}, - [4] = {1100,10}, - [5] = {4000,10}, - }, ["N"] = { - [1] = {10/3,2/3}, - [2] = {55/3,3/3}, - [3] = {145/3,4/3}, - [4] = {350/3,6.5/3}, - [5] = {1400/3,26/3}, + [1] = {3,0.9}, + [2] = {15,0.9}, + [3] = {32,1.3}, + [4] = {80,1.8}, + [5] = {178,2.4}, -- needs testing, only got starting value }, - ["R"] = { - [1] = {15/3,2/3}, - [2] = {60/3,3.5/3}, - [3] = {160/3,5/3}, - [4] = {375/3,6.5/3}, - [5] = {1800/3,10/3}, + ["R"] = { --done + [1] = {4,0.9}, + [2] = {18,1.3}, + [3] = {50,1.8}, + [4] = {98,2.2}, + [5] = {233,2.7}, }, ["SR"] = { - [1] = {20/3,2.5/3}, - [2] = {75/3,4.0/3}, - [3] = {190/3,5/3}, - [4] = {400/3,7/3}, - [5] = {2000/3,12/3}, + [1] = {5,0.9}, + [2] = {24,1.8}, + [3] = {64,2.7}, + [4] = {134,3.6}, + [5] = {285,4.5}, -- needs testing, only got lvl 10 5star stat }, - ["SSR"] = { - [1] = {25/3,3.0/3}, - [2] = {85/3,4.5/3}, - [3] = {220/3,5/3}, - [4] = {450/3,7.5/3}, - [5] = {2200/3,15.0/3}, + ["SSR"] = { -- done + [1] = {6,1.8}, + [2] = {30,2.7}, + [3] = {100,3.6}, + [4] = {175,4.5}, + [5] = {346,5.4}, } } @@ -184,7 +177,7 @@ local thtd_attack_factor = { ["nazrin"] = 0.5, ["marisa"] = 1.25, ["tenshi"] = 1.25, - ["patchouli"] = 0.5, + ["patchouli"] = 0.25, ["reisen"] = 1.25, ["yuyuko"] = 0.5, ["youmu"] = 1.25, @@ -238,10 +231,10 @@ local thtd_ability_table = { }, ["minoriko"] = { [1] = {["thtd_minoriko_01"] = 1,["thtd_minoriko_02"] = 0}, - [2] = {["thtd_minoriko_01"] = 1,["thtd_minoriko_02"] = 0}, - [3] = {["thtd_minoriko_01"] = 1,["thtd_minoriko_02"] = 1}, - [4] = {["thtd_minoriko_01"] = 1,["thtd_minoriko_02"] = 1}, - [5] = {["thtd_minoriko_01"] = 1,["thtd_minoriko_02"] = 1}, + [2] = {["thtd_minoriko_01"] = 2,["thtd_minoriko_02"] = 0}, + [3] = {["thtd_minoriko_01"] = 3,["thtd_minoriko_02"] = 1}, + [4] = {["thtd_minoriko_01"] = 4,["thtd_minoriko_02"] = 1}, + [5] = {["thtd_minoriko_01"] = 4,["thtd_minoriko_02"] = 1}, }, ["mugiyousei"] = { [1] = {["thtd_mugiyousei_01"] = 1},