hopefully fixed an issue with ex characters not getting a power table, also added an override property to stay in line with templating
This commit is contained in:
@@ -170,7 +170,24 @@ DataService.PowerTable = {
|
||||
[3] = {100,4},
|
||||
[4] = {175,5},
|
||||
[5] = {346,6},
|
||||
}
|
||||
},
|
||||
-- ex units have no quality, they're strong so lets try just making them ssr power or something
|
||||
["cirno_ex"] = {
|
||||
["quality_override"] = "SSR"
|
||||
},
|
||||
["rumia_ex"] = {
|
||||
["quality_override"] = "SSR"
|
||||
},
|
||||
-- alice patchy and lily have statlines 1 above where they should
|
||||
["alice"] = {
|
||||
["quality_override"] = "SSR"
|
||||
},
|
||||
["patchouli"] = {
|
||||
["quality_override"] = "SSR"
|
||||
},
|
||||
["lily"] = {
|
||||
["quality_override"] = "SR"
|
||||
},
|
||||
}
|
||||
|
||||
DataService.AttackFactorTable = {
|
||||
|
||||
Reference in New Issue
Block a user