File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -170,6 +170,7 @@ function GGPKClass:GetNeededFiles()
170170 " Data/FlavourText.dat" ,
171171 " Data/Words.dat" ,
172172 " Data/ItemClasses.dat" ,
173+ " Data/ItemStances.dat" ,
173174 " Data/SkillTotemVariations.dat" ,
174175 " Data/Essences.dat" ,
175176 " Data/EssenceType.dat" ,
@@ -265,6 +266,8 @@ function GGPKClass:GetNeededFiles()
265266 " Data/MercenarySupports.dat" ,
266267 " Data/MercenaryWieldableTypes.dat" ,
267268 " Data/SkillArtVariations.dat" ,
269+ " Data/Melee.dat" ,
270+ " Data/Animation.dat" ,
268271 " Data/MiscAnimated.dat" ,
269272 " Data/MiscAnimatedArtVariations.dat" ,
270273 " Data/MiscBeamsArtVariations.dat" ,
Original file line number Diff line number Diff line change @@ -956,7 +956,84 @@ return {
956956 name = " Id" ,
957957 refTo = " " ,
958958 type = " String" ,
959+ width = 210
960+ },
961+ [2 ]= {
962+ list = false ,
963+ name = " " ,
964+ refTo = " " ,
965+ type = " Bool" ,
966+ width = 50
967+ },
968+ [3 ]= {
969+ list = false ,
970+ name = " " ,
971+ refTo = " " ,
972+ type = " Bool" ,
973+ width = 50
974+ },
975+ [4 ]= {
976+ list = false ,
977+ name = " " ,
978+ refTo = " " ,
979+ type = " Bool" ,
980+ width = 40
981+ },
982+ [5 ]= {
983+ list = false ,
984+ name = " Mainhand" ,
985+ refTo = " Animation" ,
986+ type = " ShortKey" ,
987+ width = 150
988+ },
989+ [6 ]= {
990+ list = false ,
991+ name = " Offhand" ,
992+ refTo = " Animation" ,
993+ type = " ShortKey" ,
994+ width = 150
995+ },
996+ [7 ]= {
997+ list = false ,
998+ name = " " ,
999+ refTo = " " ,
1000+ type = " Bool" ,
1001+ width = 50
1002+ },
1003+ [8 ]= {
1004+ list = false ,
1005+ name = " VariationStat" ,
1006+ refTo = " Stats" ,
1007+ type = " Key" ,
1008+ width = 150
1009+ },
1010+ [9 ]= {
1011+ list = false ,
1012+ name = " AnimationStart" ,
1013+ refTo = " Animation" ,
1014+ type = " ShortKey" ,
1015+ width = 150
1016+ },
1017+ [10 ]= {
1018+ list = false ,
1019+ name = " " ,
1020+ refTo = " " ,
1021+ type = " Bool" ,
1022+ width = 50
1023+ },
1024+ [11 ]= {
1025+ list = false ,
1026+ name = " AnimationEnd" ,
1027+ refTo = " Animation" ,
1028+ type = " ShortKey" ,
9591029 width = 150
1030+ },
1031+ [12 ]= {
1032+ list = true ,
1033+ name = " " ,
1034+ refTo = " " ,
1035+ type = " Int" ,
1036+ width = 100
9601037 }
9611038 },
9621039 applydamagefunctions = {
@@ -5648,7 +5725,7 @@ return {
56485725 name = " Animation" ,
56495726 refTo = " Animation" ,
56505727 type = " Key" ,
5651- width = 100
5728+ width = 210
56525729 },
56535730 [19 ]= {
56545731 list = false ,
@@ -6494,7 +6571,7 @@ return {
64946571 name = " ItemStance" ,
64956572 refTo = " ItemStances" ,
64966573 type = " Key" ,
6497- width = 90
6574+ width = 160
64986575 },
64996576 [20 ]= {
65006577 list = false ,
@@ -6662,6 +6739,13 @@ return {
66626739 itemshoptype = {
66636740 },
66646741 itemstances = {
6742+ [1 ]= {
6743+ list = false ,
6744+ name = " Id" ,
6745+ refTo = " " ,
6746+ type = " String" ,
6747+ width = 150
6748+ }
66656749 },
66666750 itemsynthesiscorruptedmods = {
66676751 [1 ]= {
@@ -7329,6 +7413,104 @@ return {
73297413 }
73307414 },
73317415 melee = {
7416+ [1 ]= {
7417+ list = false ,
7418+ name = " ActiveSkill" ,
7419+ refTo = " ActiveSkills" ,
7420+ type = " Key" ,
7421+ width = 150
7422+ },
7423+ [2 ]= {
7424+ list = false ,
7425+ name = " " ,
7426+ refTo = " " ,
7427+ type = " Int" ,
7428+ width = 150
7429+ },
7430+ [3 ]= {
7431+ list = false ,
7432+ name = " MiscAnimated" ,
7433+ refTo = " MiscAnimated" ,
7434+ type = " Key" ,
7435+ width = 150
7436+ },
7437+ [4 ]= {
7438+ list = false ,
7439+ name = " MeleeTrails1" ,
7440+ refTo = " MeleeTrails" ,
7441+ type = " Key" ,
7442+ width = 150
7443+ },
7444+ [5 ]= {
7445+ list = false ,
7446+ name = " MeleeTrails2" ,
7447+ refTo = " MeleeTrails" ,
7448+ type = " Key" ,
7449+ width = 150
7450+ },
7451+ [6 ]= {
7452+ list = false ,
7453+ name = " MeleeTrails3" ,
7454+ refTo = " MeleeTrails" ,
7455+ type = " Key" ,
7456+ width = 150
7457+ },
7458+ [7 ]= {
7459+ list = false ,
7460+ name = " MeleeTrails4" ,
7461+ refTo = " MeleeTrails" ,
7462+ type = " Key" ,
7463+ width = 150
7464+ },
7465+ [8 ]= {
7466+ list = false ,
7467+ name = " MeleeTrails5" ,
7468+ refTo = " MeleeTrails" ,
7469+ type = " Key" ,
7470+ width = 150
7471+ },
7472+ [9 ]= {
7473+ list = false ,
7474+ name = " MeleeTrails6" ,
7475+ refTo = " MeleeTrails" ,
7476+ type = " Key" ,
7477+ width = 150
7478+ },
7479+ [10 ]= {
7480+ list = false ,
7481+ name = " MeleeTrails7" ,
7482+ refTo = " MeleeTrails" ,
7483+ type = " Key" ,
7484+ width = 150
7485+ },
7486+ [11 ]= {
7487+ list = false ,
7488+ name = " " ,
7489+ refTo = " " ,
7490+ type = " Bool" ,
7491+ width = 150
7492+ },
7493+ [12 ]= {
7494+ list = false ,
7495+ name = " SurgeEPK" ,
7496+ refTo = " " ,
7497+ type = " String" ,
7498+ width = 150
7499+ },
7500+ [13 ]= {
7501+ list = false ,
7502+ name = " " ,
7503+ refTo = " " ,
7504+ type = " String" ,
7505+ width = 150
7506+ },
7507+ [14 ]= {
7508+ list = false ,
7509+ name = " " ,
7510+ refTo = " " ,
7511+ type = " String" ,
7512+ width = 150
7513+ }
73327514 },
73337515 meleetrails = {
73347516 },
@@ -8079,7 +8261,7 @@ return {
80798261 width = 250
80808262 },
80818263 [2 ]= {
8082- list = false ,
8264+ list = true ,
80838265 name = " MiscAnimated" ,
80848266 refTo = " MiscAnimated" ,
80858267 type = " Key" ,
@@ -12289,6 +12471,13 @@ return {
1228912471 refTo = " GrantedEffects" ,
1229012472 type = " Key" ,
1229112473 width = 200
12474+ },
12475+ [14 ]= {
12476+ list = true ,
12477+ name = " " ,
12478+ refTo = " " ,
12479+ type = " Key" ,
12480+ width = 150
1229212481 }
1229312482 },
1229412483 skillgeminfo = {
You can’t perform that action at this time.
0 commit comments