File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -302,6 +302,8 @@ function GGPKClass:GetNeededFiles()
302302 " Data/ActiveSkillWeaponRequirement.dat" ,
303303 " Data/SkillGemSearchTerms.dat" ,
304304 " Data/PassiveNodeUIArtOverride.dat" ,
305+ " Data/PlayerMinionIntrinsicStats.dat" ,
306+ " Data/MonsterCategories.dat" ,
305307 }
306308 local csdFiles = {
307309 " ^Metadata/StatDescriptions/specific_skill_stat_descriptions/\\ w+.csd$" ,
Original file line number Diff line number Diff line change @@ -9085,6 +9085,29 @@ return {
90859085 width = 150
90869086 }
90879087 },
9088+ monstercategories = {
9089+ [1 ]= {
9090+ list = false ,
9091+ name = " Tag" ,
9092+ refTo = " Tags" ,
9093+ type = " Key" ,
9094+ width = 150
9095+ },
9096+ [2 ]= {
9097+ list = false ,
9098+ name = " Type" ,
9099+ refTo = " " ,
9100+ type = " String" ,
9101+ width = 150
9102+ },
9103+ [3 ]= {
9104+ list = false ,
9105+ name = " HudImage" ,
9106+ refTo = " " ,
9107+ type = " String" ,
9108+ width = 400
9109+ }
9110+ },
90889111 monsterchancetodropitemtemplate = {
90899112 },
90909113 monsterconditionaleffectpacks = {
@@ -12312,6 +12335,22 @@ return {
1231212335 },
1231312336 playerconditions = {
1231412337 },
12338+ playerminionintrinsicstats = {
12339+ [1 ]= {
12340+ list = false ,
12341+ name = " Id" ,
12342+ refTo = " Stats" ,
12343+ type = " Key" ,
12344+ width = 350
12345+ },
12346+ [2 ]= {
12347+ list = false ,
12348+ name = " Value" ,
12349+ refTo = " " ,
12350+ type = " Int" ,
12351+ width = 150
12352+ }
12353+ },
1231512354 playertradewhisperformats = {
1231612355 },
1231712356 portalaudio = {
You can’t perform that action at this time.
0 commit comments