Skip to content

Commit a877053

Browse files
justjuanguijustjuanguiLocalIdentity
authored
Add 0.5.1 Passive tree (#2096)
* Add 0.5.1 Passive tree * ModCache --------- Co-authored-by: justjuangui <servicios@juacarvajal.com> Co-authored-by: LocalIdentity <localidentity2@gmail.com>
1 parent 17ba16c commit a877053

9 files changed

Lines changed: 8938 additions & 7496 deletions

src/Data/ModCache.lua

Lines changed: 30 additions & 15 deletions
Large diffs are not rendered by default.

src/Export/Scripts/passivetree.lua

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -828,13 +828,6 @@ for i, group in ipairs(psg.groups) do
828828
local totalStats = 0
829829
local namesStats = ""
830830
for k, stat in ipairs(passiveRow.Stats) do
831-
if k > 5 then
832-
printf("HERE ===========================================================================================>>>")
833-
printf(" - more than 5 stats, skipping the rest for passive " .. passiveRow.Name .. " " .. passive.id)
834-
print(namesStats .. stat.Id .. " | ")
835-
printf("HERE ===========================================================================================>>>")
836-
break
837-
end
838831
parseStats[stat.Id] = { min = passiveRow["Stat" .. k], max = passiveRow["Stat" .. k] }
839832
totalStats = totalStats + 1
840833
namesStats = namesStats .. stat.Id .. " | "

src/Export/spec.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48471,14 +48471,14 @@ return {
4847148471
},
4847248472
[63]={
4847348473
list=false,
48474-
name="StatValue6",
48474+
name="Stat6",
4847548475
refTo="",
4847648476
type="Int",
4847748477
width=150
4847848478
},
4847948479
[64]={
4848048480
list=false,
48481-
name="StatValue7",
48481+
name="Stat7",
4848248482
refTo="",
4848348483
type="Int",
4848448484
width=150
9.43 KB
Binary file not shown.
2.64 KB
Binary file not shown.
9.43 KB
Binary file not shown.
2.64 KB
Binary file not shown.

src/TreeData/0_5/tree.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

src/TreeData/0_5/tree.lua

Lines changed: 8905 additions & 7471 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)