File tree 2 files changed +41
-0
lines changed
2 files changed +41
-0
lines changed Original file line number Diff line number Diff line change @@ -302,6 +302,8 @@ function GGPKClass:GetNeededFiles()
302
302
" Data/ActiveSkillWeaponRequirement.dat" ,
303
303
" Data/SkillGemSearchTerms.dat" ,
304
304
" Data/PassiveNodeUIArtOverride.dat" ,
305
+ " Data/PlayerMinionIntrinsicStats.dat" ,
306
+ " Data/MonsterCategories.dat" ,
305
307
}
306
308
local csdFiles = {
307
309
" ^Metadata/StatDescriptions/specific_skill_stat_descriptions/\\ w+.csd$" ,
Original file line number Diff line number Diff line change @@ -9085,6 +9085,29 @@ return {
9085
9085
width = 150
9086
9086
}
9087
9087
},
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
+ },
9088
9111
monsterchancetodropitemtemplate = {
9089
9112
},
9090
9113
monsterconditionaleffectpacks = {
@@ -12312,6 +12335,22 @@ return {
12312
12335
},
12313
12336
playerconditions = {
12314
12337
},
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
+ },
12315
12354
playertradewhisperformats = {
12316
12355
},
12317
12356
portalaudio = {
You can’t perform that action at this time.
0 commit comments