done with data for now. we're very close, to the point that there shouldn't be any huge balancing issues

This commit is contained in:
2021-10-26 03:55:38 -04:00
parent 51861cffe1
commit 2114d9986a

View File

@@ -165,7 +165,7 @@ local thtd_power_table = {
}, },
["SR"] = { ["SR"] = {
[1] = {20/3,2.5/3}, [1] = {20/3,2.5/3},
[2] = {75/2/3,4.0/3}, [2] = {75/3,4.0/3},
[3] = {190/3,5/3}, [3] = {190/3,5/3},
[4] = {400/3,7/3}, [4] = {400/3,7/3},
[5] = {2000/3,12/3}, [5] = {2000/3,12/3},
@@ -180,7 +180,6 @@ local thtd_power_table = {
} }
local thtd_attack_factor = { local thtd_attack_factor = {
{
["lily"] = 0, ["lily"] = 0,
["nazrin"] = 0.5, ["nazrin"] = 0.5,
["mugiyousei"] = 1, ["mugiyousei"] = 1,
@@ -199,7 +198,6 @@ local thtd_attack_factor = {
["iku"] = 1, ["iku"] = 1,
["mystia"] = 1, ["mystia"] = 1,
["marisa"] = 1.25, ["marisa"] = 1.25,
["marisa"] = 1.25,
["tenshi"] = 1.25, ["tenshi"] = 1.25,
["patchouli"] = 0.5, ["patchouli"] = 0.5,
["reisen"] = 1.25, ["reisen"] = 1.25,
@@ -249,7 +247,6 @@ local thtd_attack_factor = {
["suika"] = 1.5, ["suika"] = 1.5,
["junko"] = 1.5, ["junko"] = 1.5,
["hecatia"] = 1.5 ["hecatia"] = 1.5
}
} }
local thtd_ability_table = { local thtd_ability_table = {
@@ -262,10 +259,10 @@ local thtd_ability_table = {
}, },
["nazrin"] = { ["nazrin"] = {
[1] = {["thtd_nazrin_01"] = 1}, [1] = {["thtd_nazrin_01"] = 1},
[2] = {["thtd_nazrin_01"] = 1}, [2] = {["thtd_nazrin_01"] = 2},
[3] = {["thtd_nazrin_01"] = 1}, [3] = {["thtd_nazrin_01"] = 3},
[4] = {["thtd_nazrin_01"] = 1}, [4] = {["thtd_nazrin_01"] = 4},
[5] = {["thtd_nazrin_01"] = 1}, [5] = {["thtd_nazrin_01"] = 5},
}, },
["minoriko"] = { ["minoriko"] = {
[1] = {["thtd_minoriko_01"] = 1,["thtd_minoriko_02"] = 0}, [1] = {["thtd_minoriko_01"] = 1,["thtd_minoriko_02"] = 0},