Skip to content

Commit 1b74958

Browse files
committed
Update spec
1 parent e1f5950 commit 1b74958

File tree

2 files changed

+25
-19
lines changed

2 files changed

+25
-19
lines changed

src/Classes/TreeTab.lua

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -539,10 +539,9 @@ end
539539
function TreeTabClass:ModifyNodePopup(selectedNode)
540540
local controls = { }
541541
local modGroups = { }
542-
local smallAdditions = {"Strength", "Dex", "Devotion"}
543542
local function buildMods(selectedNode)
544543
wipeTable(modGroups)
545-
for _, node in pairs(self.build.spec.tree.legion.nodes) do
544+
for _, node in pairs(self.build.spec.tree.tattoo.nodes) do
546545
t_insert(modGroups, {
547546
label = node.dn,
548547
descriptions = copyTable(node.sd),

src/Export/spec.lua

Lines changed: 24 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -10509,8 +10509,8 @@ return {
1050910509
list=false,
1051010510
name="",
1051110511
refTo="",
10512-
type="Key",
10513-
width=150
10512+
type="String",
10513+
width=190
1051410514
}
1051510515
},
1051610516
passiveskilloverrides={
@@ -10565,10 +10565,10 @@ return {
1056510565
},
1056610566
[8]={
1056710567
list=false,
10568-
name="",
10569-
refTo="",
10568+
name="GrantedEffect",
10569+
refTo="GrantedEffectsPerLevel",
1057010570
type="Key",
10571-
width=150
10571+
width=250
1057210572
},
1057310573
[9]={
1057410574
list=false,
@@ -10580,7 +10580,7 @@ return {
1058010580
[10]={
1058110581
list=false,
1058210582
name="",
10583-
refTo="",
10583+
refTo="passiveskilloverridetypeskey",
1058410584
type="Key",
1058510585
width=150
1058610586
},
@@ -10609,25 +10609,32 @@ return {
1060910609
},
1061010610
[2]={
1061110611
list=false,
10612-
name="",
10613-
refTo="",
10614-
type="Int",
10612+
name="Stat",
10613+
refTo="Stats",
10614+
type="Key",
1061510615
width=150
1061610616
}
1061710617
},
1061810618
passiveskilltattoos={
1061910619
[1]={
1062010620
list=false,
10621-
name="",
10622-
refTo="",
10621+
name="BaseItem",
10622+
refTo="BaseItemTypes",
1062310623
type="Key",
10624-
width=150
10624+
width=330
1062510625
},
1062610626
[2]={
1062710627
list=false,
10628-
name="",
10629-
refTo="",
10630-
type="Int",
10628+
name="Override",
10629+
refTo="passiveskilloverrides",
10630+
type="Key",
10631+
width=150
10632+
},
10633+
[3]={
10634+
list=false,
10635+
name="NodeTarget",
10636+
refTo="passiveskilltattootargetsets",
10637+
type="Key",
1063110638
width=150
1063210639
}
1063310640
},
@@ -10643,14 +10650,14 @@ return {
1064310650
list=false,
1064410651
name="",
1064510652
refTo="",
10646-
type="Int",
10653+
type="Key",
1064710654
width=150
1064810655
},
1064910656
[3]={
1065010657
list=false,
1065110658
name="",
1065210659
refTo="",
10653-
type="Int",
10660+
type="String",
1065410661
width=150
1065510662
},
1065610663
[4]={

0 commit comments

Comments
 (0)