Skip to content

Commit

Permalink
Update Spec
Browse files Browse the repository at this point in the history
Add spec for crucible tags
  • Loading branch information
LocalIdentity committed May 18, 2023
1 parent fd38d94 commit 1981887
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion src/Export/Scripts/crucible.lua
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ for crucible in dat("WeaponPassiveSkills"):Rows() do
elseif crucible.Mod.GenerationType == 32 then
out:write('type = "MergeOnly", ')
end
out:write('tier = ', crucible.Variant, ', ')
out:write('tier = ', crucible.ModTier, ', ')
out:write('"', table.concat(stats, '", "'), '", ')
out:write('statOrderKey = "', table.concat(orders, ','), '", ')
out:write('statOrder = { ', table.concat(orders, ', '), ' }, ')
Expand Down
10 changes: 5 additions & 5 deletions src/Export/spec.lua
Original file line number Diff line number Diff line change
Expand Up @@ -10264,7 +10264,7 @@ return {
},
[2]={
list=false,
name="Variant",
name="ModTier",
refTo="",
type="Int",
width=150
Expand All @@ -10285,10 +10285,10 @@ return {
},
[5]={
list=true,
name="",
refTo="",
type="Int",
width=150
name="Tags",
refTo="CrucibleTags",
type="Key",
width=200
},
[6]={
list=false,
Expand Down

0 comments on commit 1981887

Please sign in to comment.