From 2114d9986afe1c5256943a1da67300a75df900a2 Mon Sep 17 00:00:00 2001 From: littlefoot Date: Tue, 26 Oct 2021 03:55:38 -0400 Subject: [PATCH] done with data for now. we're very close, to the point that there shouldn't be any huge balancing issues --- scripts/vscripts/system/tower.lua | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/scripts/vscripts/system/tower.lua b/scripts/vscripts/system/tower.lua index 7f3c26c..c40fd07 100755 --- a/scripts/vscripts/system/tower.lua +++ b/scripts/vscripts/system/tower.lua @@ -165,7 +165,7 @@ local thtd_power_table = { }, ["SR"] = { [1] = {20/3,2.5/3}, - [2] = {75/2/3,4.0/3}, + [2] = {75/3,4.0/3}, [3] = {190/3,5/3}, [4] = {400/3,7/3}, [5] = {2000/3,12/3}, @@ -180,7 +180,6 @@ local thtd_power_table = { } local thtd_attack_factor = { - { ["lily"] = 0, ["nazrin"] = 0.5, ["mugiyousei"] = 1, @@ -199,7 +198,6 @@ local thtd_attack_factor = { ["iku"] = 1, ["mystia"] = 1, ["marisa"] = 1.25, - ["marisa"] = 1.25, ["tenshi"] = 1.25, ["patchouli"] = 0.5, ["reisen"] = 1.25, @@ -249,7 +247,6 @@ local thtd_attack_factor = { ["suika"] = 1.5, ["junko"] = 1.5, ["hecatia"] = 1.5 - } } local thtd_ability_table = { @@ -262,10 +259,10 @@ local thtd_ability_table = { }, ["nazrin"] = { [1] = {["thtd_nazrin_01"] = 1}, - [2] = {["thtd_nazrin_01"] = 1}, - [3] = {["thtd_nazrin_01"] = 1}, - [4] = {["thtd_nazrin_01"] = 1}, - [5] = {["thtd_nazrin_01"] = 1}, + [2] = {["thtd_nazrin_01"] = 2}, + [3] = {["thtd_nazrin_01"] = 3}, + [4] = {["thtd_nazrin_01"] = 4}, + [5] = {["thtd_nazrin_01"] = 5}, }, ["minoriko"] = { [1] = {["thtd_minoriko_01"] = 1,["thtd_minoriko_02"] = 0},