Skip to content

Commit 4b5fa5b

Browse files
committed
Update flat phys values with game data
1 parent 44e1b58 commit 4b5fa5b

1 file changed

Lines changed: 42 additions & 43 deletions

File tree

src/Modules/Data.lua

Lines changed: 42 additions & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -511,50 +511,49 @@ data.unarmedWeaponData = {
511511
[6] = { type = "None", AttackRate = 1.4, CritChance = 5, PhysicalMin = 2, PhysicalMax = 5 }, -- Shadow
512512
}
513513

514-
-- TODO update/remove once game data is available
515-
-- Note: I'm not sure whether this data will be on all usable gems or just a new central table. Using this one for testing for now based on old Shattering Palm values
516-
-- If it is the same table for all skills it will likely appear in `Misc.lua`
514+
-- TODO use exported data instead
515+
-- Note: This is "hand copied" from `flatphysicaldamagevalues.datc64` should probably be properly exported to `Misc.lua` in the long term
517516
data.hollowPalmAddedPhys = {
518-
[1] = { 6, 9 },
519-
[2] = { 10, 14 },
520-
[3] = { 15, 22 },
521-
[4] = { 20, 31 },
522-
[5] = { 26, 40 },
523-
[6] = { 33, 49 },
524-
[7] = { 39, 59 },
525-
[8] = { 46, 70 },
526-
[9] = { 54, 81 },
527-
[10] = { 62, 92 },
528-
[11] = { 70, 105 },
529-
[12] = { 78, 117 },
530-
[13] = { 87, 130 },
531-
[14] = { 96, 144 },
532-
[15] = { 106, 159 },
533-
[16] = { 116, 173 },
534-
[17] = { 126, 189 },
535-
[18] = { 136, 205 },
536-
[19] = { 147, 221 },
537-
[20] = { 159, 238 },
538-
[21] = { 170, 256 },
539-
[22] = { 182, 274 },
540-
[23] = { 195, 292 },
541-
[24] = { 208, 311 },
542-
[25] = { 221, 331 },
543-
[26] = { 234, 351 },
544-
[27] = { 248, 372 },
545-
[28] = { 262, 393 },
546-
[29] = { 277, 415 },
547-
[30] = { 291, 437 },
548-
[31] = { 307, 460 },
549-
[32] = { 322, 484 },
550-
[33] = { 338, 507 },
551-
[34] = { 355, 532 },
552-
[35] = { 371, 557 },
553-
[36] = { 388, 583 },
554-
[37] = { 406, 609 },
555-
[38] = { 423, 635 },
556-
[39] = { 442, 662 },
557-
[40] = { 460, 690 },
517+
[1] = { 10, 15 },
518+
[2] = { 16, 24 },
519+
[3] = { 24, 36 },
520+
[4] = { 32, 47 },
521+
[5] = { 40, 59 },
522+
[6] = { 48, 71 },
523+
[7] = { 55, 82 },
524+
[8] = { 63, 94 },
525+
[9] = { 70, 105 },
526+
[10] = { 77, 116 },
527+
[11] = { 84, 126 },
528+
[12] = { 90, 135 },
529+
[13] = { 95, 143 },
530+
[14] = { 106, 158 },
531+
[15] = { 117, 175 },
532+
[16] = { 127, 191 },
533+
[17] = { 139, 208 },
534+
[18] = { 150, 225 },
535+
[19] = { 162, 243 },
536+
[20] = { 175, 262 },
537+
[21] = { 187, 281 },
538+
[22] = { 201, 301 },
539+
[23] = { 214, 321 },
540+
[24] = { 228, 343 },
541+
[25] = { 243, 364 },
542+
[26] = { 257, 386 },
543+
[27] = { 273, 409 },
544+
[28] = { 288, 432 },
545+
[29] = { 304, 457 },
546+
[30] = { 320, 480 },
547+
[31] = { 337, 506 },
548+
[32] = { 355, 532 },
549+
[33] = { 372, 558 },
550+
[34] = { 390, 585 },
551+
[35] = { 408, 612 },
552+
[36] = { 427, 641 },
553+
[37] = { 447, 670 },
554+
[38] = { 466, 698 },
555+
[39] = { 486, 729 },
556+
[40] = { 506, 759 },
558557
}
559558

560559
data.setJewelRadiiGlobally = function(treeVersion)

0 commit comments

Comments
 (0)