Skip to content

Commit ff50926

Browse files
committed
Spec stuff for Spawn Locations
1 parent 8aed1df commit ff50926

File tree

2 files changed

+192
-0
lines changed

2 files changed

+192
-0
lines changed

src/Export/Classes/GGPKData.lua

+3
Original file line numberDiff line numberDiff line change
@@ -307,6 +307,9 @@ function GGPKClass:GetNeededFiles()
307307
"Data/MonsterCategories.dat",
308308
"Data/ActiveSkillRequirements.dat",
309309
"Data/ArchnemesisMods.dat",
310+
"Data/MonsterPackEntries.dat",
311+
"Data/MonsterPacks.dat",
312+
"Data/WorldAreas.dat",
310313
}
311314
local csdFiles = {
312315
"^Metadata/StatDescriptions/specific_skill_stat_descriptions/\\w+.csd$",

src/Export/spec.lua

+189
Original file line numberDiff line numberDiff line change
@@ -9732,8 +9732,92 @@ return {
97329732
monsterpackcounts={
97339733
},
97349734
monsterpackentries={
9735+
[1]={
9736+
list=false,
9737+
name="Id",
9738+
refTo="",
9739+
type="String",
9740+
width=80
9741+
},
9742+
[2]={
9743+
list=false,
9744+
name="MonsterPacksKey",
9745+
refTo="MonsterPacks",
9746+
type="Key",
9747+
width=240
9748+
},
9749+
[3]={
9750+
list=false,
9751+
name="",
9752+
refTo="",
9753+
type="Bool",
9754+
width=80
9755+
},
9756+
[4]={
9757+
list=false,
9758+
name="Weight",
9759+
refTo="",
9760+
type="Int",
9761+
width=90
9762+
},
9763+
[5]={
9764+
list=false,
9765+
name="MonsterVarietiesKey",
9766+
refTo="MonsterVarieties",
9767+
type="Key",
9768+
width=530
9769+
},
9770+
[6]={
9771+
list=false,
9772+
name="",
9773+
refTo="",
9774+
type="String",
9775+
width=150
9776+
}
97359777
},
97369778
monsterpacks={
9779+
[1]={
9780+
list=false,
9781+
name="Id",
9782+
refTo="",
9783+
type="String",
9784+
width=240
9785+
},
9786+
[2]={
9787+
list=true,
9788+
name="WorldAreas",
9789+
refTo="WorldAreas",
9790+
type="Key",
9791+
width=150
9792+
},
9793+
[3]={
9794+
list=false,
9795+
name="MinCount",
9796+
refTo="",
9797+
type="Int",
9798+
width=90
9799+
},
9800+
[4]={
9801+
list=false,
9802+
name="MaxCount",
9803+
refTo="",
9804+
type="Int",
9805+
width=90
9806+
},
9807+
[5]={
9808+
list=false,
9809+
name="BossMonsterChance",
9810+
refTo="",
9811+
type="Int",
9812+
width=120
9813+
},
9814+
[6]={
9815+
list=false,
9816+
name="BossCount",
9817+
refTo="",
9818+
type="Int",
9819+
width=80
9820+
}
97379821
},
97389822
monsterprojectileattack={
97399823
},
@@ -16707,10 +16791,115 @@ return {
1670716791
},
1670816792
worldareas={
1670916793
[1]={
16794+
list=false,
16795+
name="Id",
16796+
refTo="",
16797+
type="String",
16798+
width=150
16799+
},
16800+
[2]={
16801+
list=false,
16802+
name="Name",
16803+
refTo="",
16804+
type="String",
16805+
width=150
16806+
},
16807+
[3]={
16808+
list=false,
16809+
name="Act",
16810+
refTo="",
16811+
type="Int",
16812+
width=40
16813+
},
16814+
[4]={
16815+
list=false,
16816+
name="IsTown",
16817+
refTo="",
16818+
type="Bool",
16819+
width=60
16820+
},
16821+
[5]={
16822+
list=false,
16823+
name="HasWaypoint",
16824+
refTo="",
16825+
type="Bool",
16826+
width=80
16827+
},
16828+
[6]={
16829+
list=true,
16830+
name="",
16831+
refTo="",
16832+
type="Key",
16833+
width=150
16834+
},
16835+
[7]={
16836+
list=false,
16837+
name="AreaLevel",
16838+
refTo="",
16839+
type="Int",
16840+
width=90
16841+
},
16842+
[8]={
16843+
list=false,
16844+
name="HASH16",
16845+
refTo="",
16846+
type="UInt16",
16847+
width=150
16848+
},
16849+
[9]={
1671016850
list=false,
1671116851
name="",
1671216852
refTo="",
16853+
type="Int",
16854+
width=60
16855+
},
16856+
[10]={
16857+
list=false,
16858+
name="",
16859+
refTo="",
16860+
type="Int",
16861+
width=60
16862+
},
16863+
[11]={
16864+
list=true,
16865+
name="LoadingScreens",
16866+
refTo="",
1671316867
type="String",
16868+
width=390
16869+
},
16870+
[12]={
16871+
list=true,
16872+
name="FlagOnEntered",
16873+
refTo="QuestFlags",
16874+
type="Key",
16875+
width=150
16876+
},
16877+
[13]={
16878+
list=true,
16879+
name="RequiredFlags",
16880+
refTo="QuestFlags",
16881+
type="Key",
16882+
width=150
16883+
},
16884+
[14]={
16885+
list=false,
16886+
name="",
16887+
refTo="",
16888+
type="Int",
16889+
width=70
16890+
},
16891+
[15]={
16892+
list=true,
16893+
name="Topologies",
16894+
refTo="",
16895+
type="Key",
16896+
width=150
16897+
},
16898+
[16]={
16899+
list=false,
16900+
name="ParentTown",
16901+
refTo="WorldAreas",
16902+
type="Key",
1671416903
width=150
1671516904
}
1671616905
},

0 commit comments

Comments
 (0)