Skip to content

Commit

Permalink
Update spec
Browse files Browse the repository at this point in the history
  • Loading branch information
LocalIdentity committed Jan 19, 2024
1 parent c2c6cc2 commit d1e6465
Show file tree
Hide file tree
Showing 2 changed files with 45 additions and 23 deletions.
1 change: 1 addition & 0 deletions src/Export/Classes/GGPKData.lua
Original file line number Diff line number Diff line change
Expand Up @@ -224,6 +224,7 @@ function GGPKClass:GetNeededFiles()
"Data/miniontype.dat",
"Data/gameconstants.dat",
"Data/alternatequalitytypes.dat",
"Data/weaponclasses.dat",
}
local txtFiles = {
"Metadata/StatDescriptions/passive_skill_aura_stat_descriptions.txt",
Expand Down
67 changes: 44 additions & 23 deletions src/Export/spec.lua
Original file line number Diff line number Diff line change
Expand Up @@ -6696,7 +6696,7 @@ return {
name="Tags",
refTo="Tags",
type="Key",
width=250
width=220
},
[3]={
list=false,
Expand All @@ -6718,6 +6718,20 @@ return {
refTo="",
type="Bool",
width=80
},
[6]={
list=false,
name="",
refTo="",
type="Bool",
width=80
},
[7]={
list=false,
name="",
refTo="",
type="Bool",
width=80
}
},
modequivalencies={
Expand Down Expand Up @@ -8586,38 +8600,45 @@ return {
},
[19]={
list=false,
name="Unknown1",
refTo="",
type="Int",
name="QuestState1",
refTo="QuestStates",
type="Key",
width=70
},
[20]={
list=false,
name="Unknown2",
refTo="",
type="Int",
width=60
name="QuestState2",
refTo="QuestStates",
type="Key",
width=70
},
[21]={
list=false,
name="Unknown3",
refTo="",
type="Int",
width=60
name="QuestState3",
refTo="QuestStates",
type="Key",
width=70
},
[22]={
list=false,
name="Unknown4",
refTo="",
type="Int",
width=60
name="QuestState4",
refTo="QuestStates",
type="Key",
width=70
},
[23]={
list=false,
name="IsDisabled",
refTo="",
type="Bool",
width=150
},
[24]={
list=true,
name="AchievementItems",
refTo="AchievementItems",
type="Key",
width=150
}
},
pantheonsouls={
Expand All @@ -8630,28 +8651,28 @@ return {
name="Name",
refTo="",
type="String",
width=150
width=100
},
[2]={
list=false,
name="",
name="RingOuter",
refTo="",
type="Int",
width=150
width=100
},
[3]={
list=false,
name="",
name="RingInner",
refTo="",
type="Int",
width=150
width=100
},
[4]={
list=false,
name="",
name="Radius",
refTo="",
type="Int",
width=150
width=100
}
},
passivejewelslots={
Expand Down

0 comments on commit d1e6465

Please sign in to comment.