Skip to content

Commit 9d56a02

Browse files
author
LocalIdentity
committed
minionType Spec
1 parent 46c98d3 commit 9d56a02

File tree

2 files changed

+87
-0
lines changed

2 files changed

+87
-0
lines changed

src/Export/Classes/GGPKData.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -221,6 +221,7 @@ function GGPKClass:GetNeededFiles()
221221
"Data/indexableskillgems.dat",
222222
"Data/indexablesupportgems.dat",
223223
"Data/itemclasscategories.dat",
224+
"Data/miniontype.dat",
224225
}
225226
local txtFiles = {
226227
"Metadata/StatDescriptions/passive_skill_aura_stat_descriptions.txt",

src/Export/spec.lua

Lines changed: 86 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6390,6 +6390,92 @@ return {
63906390
},
63916391
minimapicons={
63926392
},
6393+
miniontype={
6394+
[1]={
6395+
list=false,
6396+
name="Id",
6397+
refTo="",
6398+
type="String",
6399+
width=250
6400+
},
6401+
[2]={
6402+
list=false,
6403+
name="LimitStat",
6404+
refTo="stats",
6405+
type="Key",
6406+
width=420
6407+
},
6408+
[3]={
6409+
list=false,
6410+
name="ActiveCountStat",
6411+
refTo="stats",
6412+
type="Key",
6413+
width=310
6414+
},
6415+
[4]={
6416+
list=false,
6417+
name="",
6418+
refTo="",
6419+
type="Bool",
6420+
width=150
6421+
},
6422+
[5]={
6423+
list=false,
6424+
name="",
6425+
refTo="",
6426+
type="Bool",
6427+
width=150
6428+
},
6429+
[6]={
6430+
list=false,
6431+
name="",
6432+
refTo="",
6433+
type="Int",
6434+
width=150
6435+
},
6436+
[7]={
6437+
list=false,
6438+
name="",
6439+
refTo="",
6440+
type="Bool",
6441+
width=150
6442+
},
6443+
[8]={
6444+
list=false,
6445+
name="",
6446+
refTo="",
6447+
type="Bool",
6448+
width=150
6449+
},
6450+
[9]={
6451+
list=false,
6452+
name="",
6453+
refTo="",
6454+
type="Bool",
6455+
width=150
6456+
},
6457+
[10]={
6458+
list=false,
6459+
name="",
6460+
refTo="",
6461+
type="Bool",
6462+
width=150
6463+
},
6464+
[11]={
6465+
list=false,
6466+
name="",
6467+
refTo="",
6468+
type="Bool",
6469+
width=150
6470+
},
6471+
[12]={
6472+
list=false,
6473+
name="",
6474+
refTo="",
6475+
type="Bool",
6476+
width=150
6477+
}
6478+
},
63936479
miniqueststates={
63946480
},
63956481
miscanimated={

0 commit comments

Comments
 (0)