Compare commits
2 Commits
6558bfb946
...
4585508062
| Author | SHA1 | Date | |
|---|---|---|---|
| 4585508062 | |||
| c8654ca398 |
@@ -363,7 +363,7 @@ local thtd_ability_table = {
|
|||||||
[2] = {["thtd_patchouli_01"] = 2,["thtd_patchouli_02"] = 1,["thtd_patchouli_03"] = 0, ["thtd_patchouli_04"] = 0},
|
[2] = {["thtd_patchouli_01"] = 2,["thtd_patchouli_02"] = 1,["thtd_patchouli_03"] = 0, ["thtd_patchouli_04"] = 0},
|
||||||
[3] = {["thtd_patchouli_01"] = 3,["thtd_patchouli_02"] = 1,["thtd_patchouli_03"] = 1, ["thtd_patchouli_04"] = 0},
|
[3] = {["thtd_patchouli_01"] = 3,["thtd_patchouli_02"] = 1,["thtd_patchouli_03"] = 1, ["thtd_patchouli_04"] = 0},
|
||||||
[4] = {["thtd_patchouli_01"] = 4,["thtd_patchouli_02"] = 1,["thtd_patchouli_03"] = 1, ["thtd_patchouli_04"] = 0},
|
[4] = {["thtd_patchouli_01"] = 4,["thtd_patchouli_02"] = 1,["thtd_patchouli_03"] = 1, ["thtd_patchouli_04"] = 0},
|
||||||
[5] = {["thtd_patchouli_01"] = 5,["thtd_patchouli_02"] = 1,["thtd_patchouli_03"] = 1, ["thtd_patchouli_04"] = 1},
|
[5] = {["thtd_patchouli_01"] = 5,["thtd_patchouli_02"] = 1,["thtd_patchouli_03"] = 1, ["thtd_patchouli_04"] = 0},
|
||||||
},
|
},
|
||||||
["reisen"] = {
|
["reisen"] = {
|
||||||
[1] = {["thtd_reisen_01"] = 1,["thtd_reisen_02"] = 1,["thtd_reisen_03"] = 0},
|
[1] = {["thtd_reisen_01"] = 1,["thtd_reisen_02"] = 1,["thtd_reisen_03"] = 0},
|
||||||
@@ -857,7 +857,7 @@ local thtd_combo_table = {
|
|||||||
{
|
{
|
||||||
["0"] = "letty",
|
["0"] = "letty",
|
||||||
["1"] = "cirno"
|
["1"] = "cirno"
|
||||||
},
|
}--[[,
|
||||||
["letty"] =
|
["letty"] =
|
||||||
{
|
{
|
||||||
["letty_cirno"] =
|
["letty_cirno"] =
|
||||||
@@ -1174,7 +1174,7 @@ local thtd_combo_table = {
|
|||||||
{
|
{
|
||||||
["abilityName"] = "thtd_daiyousei_03",
|
["abilityName"] = "thtd_daiyousei_03",
|
||||||
}
|
}
|
||||||
},
|
}, ]]
|
||||||
}
|
}
|
||||||
|
|
||||||
--------------------------------------------------
|
--------------------------------------------------
|
||||||
@@ -1326,6 +1326,7 @@ function THTD_GetCombo(tower)
|
|||||||
end
|
end
|
||||||
|
|
||||||
if comboTable ~= nil then
|
if comboTable ~= nil then
|
||||||
|
print(table.tostring(comboTable))
|
||||||
return comboTable
|
return comboTable
|
||||||
end
|
end
|
||||||
return nil
|
return nil
|
||||||
|
|||||||
Reference in New Issue
Block a user