File tree Expand file tree Collapse file tree 2 files changed +87
-0
lines changed Expand file tree Collapse file tree 2 files changed +87
-0
lines changed Original file line number Diff line number Diff line change @@ -301,6 +301,7 @@ function GGPKClass:GetNeededFiles()
301
301
" Data/WieldableClasses.dat" ,
302
302
" Data/ActiveSkillWeaponRequirement.dat" ,
303
303
" Data/SkillGemSearchTerms.dat" ,
304
+ " Data/PassiveNodeUIArtOverride.dat" ,
304
305
}
305
306
local csdFiles = {
306
307
" ^Metadata/StatDescriptions/specific_skill_stat_descriptions/\\ w+.csd$" ,
Original file line number Diff line number Diff line change @@ -11025,6 +11025,13 @@ return {
11025
11025
refTo = " " ,
11026
11026
type = " Int" ,
11027
11027
width = 150
11028
+ },
11029
+ [8 ]= {
11030
+ list = false ,
11031
+ name = " UIArtOverride" ,
11032
+ refTo = " PassiveNodeUIArtOverride" ,
11033
+ type = " Key" ,
11034
+ width = 200
11028
11035
}
11029
11036
},
11030
11037
passivejeweluniqueart = {
@@ -11073,6 +11080,85 @@ return {
11073
11080
width = 150
11074
11081
}
11075
11082
},
11083
+ passivenodeuiartoverride = {
11084
+ [1 ]= {
11085
+ list = false ,
11086
+ name = " Id" ,
11087
+ refTo = " " ,
11088
+ type = " String" ,
11089
+ width = 200
11090
+ },
11091
+ [2 ]= {
11092
+ list = false ,
11093
+ name = " SocketNormal" ,
11094
+ refTo = " " ,
11095
+ type = " String" ,
11096
+ width = 420
11097
+ },
11098
+ [3 ]= {
11099
+ list = false ,
11100
+ name = " SocketCanAllocate" ,
11101
+ refTo = " " ,
11102
+ type = " String" ,
11103
+ width = 450
11104
+ },
11105
+ [4 ]= {
11106
+ list = false ,
11107
+ name = " SocketActive" ,
11108
+ refTo = " " ,
11109
+ type = " String" ,
11110
+ width = 420
11111
+ },
11112
+ [5 ]= {
11113
+ list = false ,
11114
+ name = " SocketNormal1" ,
11115
+ refTo = " " ,
11116
+ type = " String" ,
11117
+ width = 150
11118
+ },
11119
+ [6 ]= {
11120
+ list = false ,
11121
+ name = " SocketCanAllocate1" ,
11122
+ refTo = " " ,
11123
+ type = " String" ,
11124
+ width = 150
11125
+ },
11126
+ [7 ]= {
11127
+ list = false ,
11128
+ name = " SocketActive1" ,
11129
+ refTo = " " ,
11130
+ type = " String" ,
11131
+ width = 150
11132
+ },
11133
+ [8 ]= {
11134
+ list = false ,
11135
+ name = " SocketNormal2" ,
11136
+ refTo = " " ,
11137
+ type = " String" ,
11138
+ width = 150
11139
+ },
11140
+ [9 ]= {
11141
+ list = false ,
11142
+ name = " SocketCanAllocate2" ,
11143
+ refTo = " " ,
11144
+ type = " String" ,
11145
+ width = 150
11146
+ },
11147
+ [10 ]= {
11148
+ list = false ,
11149
+ name = " SocketActive2" ,
11150
+ refTo = " " ,
11151
+ type = " String" ,
11152
+ width = 150
11153
+ },
11154
+ [11 ]= {
11155
+ list = false ,
11156
+ name = " SocketMask" ,
11157
+ refTo = " " ,
11158
+ type = " String" ,
11159
+ width = 510
11160
+ }
11161
+ },
11076
11162
passiveoverridelimits = {
11077
11163
[1 ]= {
11078
11164
list = false ,
You can’t perform that action at this time.
0 commit comments