File tree Expand file tree Collapse file tree 3 files changed +198
-0
lines changed Expand file tree Collapse file tree 3 files changed +198
-0
lines changed Original file line number Diff line number Diff line change @@ -299,6 +299,7 @@ function GGPKClass:GetNeededFiles()
299
299
" Data/QuestRewards.dat" ,
300
300
" Data/QuestRewardOffers.dat" ,
301
301
" Data/QuestRewardType.dat" ,
302
+ " Data/WieldableClasses.dat" ,
302
303
}
303
304
local csdFiles = {
304
305
" ^Metadata/StatDescriptions/specific_skill_stat_descriptions/\\ w+.csd$" ,
Original file line number Diff line number Diff line change @@ -15433,6 +15433,202 @@ return {
15433
15433
}
15434
15434
},
15435
15435
wieldableclasses = {
15436
+ [1 ]= {
15437
+ list = false ,
15438
+ name = " ItemClasse" ,
15439
+ refTo = " ItemClasses" ,
15440
+ type = " Key" ,
15441
+ width = 150
15442
+ },
15443
+ [2 ]= {
15444
+ list = false ,
15445
+ name = " " ,
15446
+ refTo = " " ,
15447
+ type = " Bool" ,
15448
+ width = 150
15449
+ },
15450
+ [3 ]= {
15451
+ list = false ,
15452
+ name = " " ,
15453
+ refTo = " " ,
15454
+ type = " Bool" ,
15455
+ width = 150
15456
+ },
15457
+ [4 ]= {
15458
+ list = false ,
15459
+ name = " Damage" ,
15460
+ refTo = " Stats" ,
15461
+ type = " Key" ,
15462
+ width = 150
15463
+ },
15464
+ [5 ]= {
15465
+ list = false ,
15466
+ name = " CritChance" ,
15467
+ refTo = " Stats" ,
15468
+ type = " Key" ,
15469
+ width = 150
15470
+ },
15471
+ [6 ]= {
15472
+ list = false ,
15473
+ name = " MinPhys" ,
15474
+ refTo = " Stats" ,
15475
+ type = " Key" ,
15476
+ width = 150
15477
+ },
15478
+ [7 ]= {
15479
+ list = false ,
15480
+ name = " MaxPhys" ,
15481
+ refTo = " Stats" ,
15482
+ type = " Key" ,
15483
+ width = 150
15484
+ },
15485
+ [8 ]= {
15486
+ list = false ,
15487
+ name = " MinFire" ,
15488
+ refTo = " Stats" ,
15489
+ type = " Key" ,
15490
+ width = 150
15491
+ },
15492
+ [9 ]= {
15493
+ list = false ,
15494
+ name = " MaxFire" ,
15495
+ refTo = " Stats" ,
15496
+ type = " Key" ,
15497
+ width = 150
15498
+ },
15499
+ [10 ]= {
15500
+ list = false ,
15501
+ name = " MinCold" ,
15502
+ refTo = " Stats" ,
15503
+ type = " Key" ,
15504
+ width = 150
15505
+ },
15506
+ [11 ]= {
15507
+ list = false ,
15508
+ name = " MaxCold" ,
15509
+ refTo = " Stats" ,
15510
+ type = " Key" ,
15511
+ width = 150
15512
+ },
15513
+ [12 ]= {
15514
+ list = false ,
15515
+ name = " MinLightning" ,
15516
+ refTo = " Stats" ,
15517
+ type = " Key" ,
15518
+ width = 150
15519
+ },
15520
+ [13 ]= {
15521
+ list = false ,
15522
+ name = " MaxLightning" ,
15523
+ refTo = " Stats" ,
15524
+ type = " Key" ,
15525
+ width = 150
15526
+ },
15527
+ [14 ]= {
15528
+ list = false ,
15529
+ name = " MinChaos" ,
15530
+ refTo = " Stats" ,
15531
+ type = " Key" ,
15532
+ width = 150
15533
+ },
15534
+ [15 ]= {
15535
+ list = false ,
15536
+ name = " MaxChaos" ,
15537
+ refTo = " Stats" ,
15538
+ type = " Key" ,
15539
+ width = 150
15540
+ },
15541
+ [16 ]= {
15542
+ list = false ,
15543
+ name = " CritMulti" ,
15544
+ refTo = " Stats" ,
15545
+ type = " Key" ,
15546
+ width = 150
15547
+ },
15548
+ [17 ]= {
15549
+ list = false ,
15550
+ name = " PhysDamage" ,
15551
+ refTo = " Stats" ,
15552
+ type = " Key" ,
15553
+ width = 150
15554
+ },
15555
+ [18 ]= {
15556
+ list = false ,
15557
+ name = " FireDamage" ,
15558
+ refTo = " Stats" ,
15559
+ type = " Key" ,
15560
+ width = 150
15561
+ },
15562
+ [19 ]= {
15563
+ list = false ,
15564
+ name = " ColdDamage" ,
15565
+ refTo = " Stats" ,
15566
+ type = " Key" ,
15567
+ width = 150
15568
+ },
15569
+ [20 ]= {
15570
+ list = false ,
15571
+ name = " Knockback" ,
15572
+ refTo = " Stats" ,
15573
+ type = " Key" ,
15574
+ width = 150
15575
+ },
15576
+ [21 ]= {
15577
+ list = false ,
15578
+ name = " CritKnockback" ,
15579
+ refTo = " Stats" ,
15580
+ type = " Key" ,
15581
+ width = 150
15582
+ },
15583
+ [22 ]= {
15584
+ list = false ,
15585
+ name = " Accuracy" ,
15586
+ refTo = " Stats" ,
15587
+ type = " Key" ,
15588
+ width = 150
15589
+ },
15590
+ [23 ]= {
15591
+ list = false ,
15592
+ name = " AccuracyInc" ,
15593
+ refTo = " Stats" ,
15594
+ type = " Key" ,
15595
+ width = 150
15596
+ },
15597
+ [24 ]= {
15598
+ list = false ,
15599
+ name = " AttackSpeed" ,
15600
+ refTo = " Stats" ,
15601
+ type = " Key" ,
15602
+ width = 150
15603
+ },
15604
+ [25 ]= {
15605
+ list = false ,
15606
+ name = " MeleeRange" ,
15607
+ refTo = " Stats" ,
15608
+ type = " Key" ,
15609
+ width = 150
15610
+ },
15611
+ [26 ]= {
15612
+ list = false ,
15613
+ name = " ElementalDamage" ,
15614
+ refTo = " Stats" ,
15615
+ type = " Key" ,
15616
+ width = 150
15617
+ },
15618
+ [27 ]= {
15619
+ list = false ,
15620
+ name = " Tag" ,
15621
+ refTo = " Tags" ,
15622
+ type = " Key" ,
15623
+ width = 150
15624
+ },
15625
+ [28 ]= {
15626
+ list = false ,
15627
+ name = " " ,
15628
+ refTo = " " ,
15629
+ type = " Int" ,
15630
+ width = 150
15631
+ }
15436
15632
},
15437
15633
windowcursors = {
15438
15634
},
Original file line number Diff line number Diff line change @@ -835,6 +835,7 @@ local modNameList = {
835
835
["massive shrine buff"] = "Condition:MassiveShrine",
836
836
-- Count related
837
837
["skill slots"] = "SkillSlots",
838
+ ["skill slot"] = "SkillSlots",
838
839
}
839
840
840
841
-- List of modifier flags
You can’t perform that action at this time.
0 commit comments