finished power table
This commit is contained in:
@@ -140,16 +140,16 @@ towerNameList = {
|
||||
["item_2026"]={["cardname"]="item_2026",["quality"]=3,["hasPortrait"]=false,["hasVoice"]=false},
|
||||
["item_1015"]={["cardname"]="item_1015",["quality"]=2,["hasPortrait"]=false,["hasVoice"]=false},
|
||||
}
|
||||
|
||||
-- patchy and alice have ssr stats for some reason but im not gonna copy that right now
|
||||
local thtd_power_table = {
|
||||
["N"] = {
|
||||
[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
|
||||
[5] = {178,2.2},
|
||||
},
|
||||
["R"] = { --done
|
||||
["R"] = {
|
||||
[1] = {4,0.9},
|
||||
[2] = {18,1.3},
|
||||
[3] = {50,1.8},
|
||||
@@ -161,9 +161,9 @@ local thtd_power_table = {
|
||||
[2] = {24,1.8},
|
||||
[3] = {64,2.7},
|
||||
[4] = {134,3.6},
|
||||
[5] = {285,4.5}, -- needs testing, only got lvl 10 5star stat
|
||||
[5] = {285,4.5},
|
||||
},
|
||||
["SSR"] = { -- done
|
||||
["SSR"] = {
|
||||
[1] = {6,1.8},
|
||||
[2] = {30,2.7},
|
||||
[3] = {100,3.6},
|
||||
@@ -211,7 +211,8 @@ local thtd_attack_factor = {
|
||||
["yuugi"] = 1.5,
|
||||
["suika"] = 1.5,
|
||||
["junko"] = 1.5,
|
||||
["hecatia"] = 1.5
|
||||
["hecatia"] = 1.5,
|
||||
["luna"] = 1.5
|
||||
}
|
||||
|
||||
local thtd_ability_table = {
|
||||
|
||||
Reference in New Issue
Block a user