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:
@@ -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},
|
||||
|
||||
Reference in New Issue
Block a user