Skip to content

Commit 1be7bd0

Browse files
committed
Rerun exporter
1 parent 49882e7 commit 1be7bd0

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

src/Data/ModRunes.lua

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -459,20 +459,20 @@ return {
459459
},
460460
["Jiquani's Thesis"] = {
461461
["helmet"] = {
462-
type = "Rune",
462+
type = "SoulCore",
463463
"+1 to maximum Mana per 2 Item Energy Shield on Equipped Helmet",
464464
statOrder = { 6295 },
465465
rank = { 60 },
466466
},
467467
["gloves"] = {
468-
type = "Rune",
468+
type = "SoulCore",
469469
"Energy Shield Recharge starts after spending a total of",
470470
" 2000 Mana, no more than once every 2 seconds",
471471
statOrder = { 6023, 6023.1 },
472472
rank = { 60 },
473473
},
474474
["boots"] = {
475-
type = "Rune",
475+
type = "SoulCore",
476476
"Increases and Reductions to Movement Speed also",
477477
" apply to Energy Shield Recharge Rate",
478478
statOrder = { 6874, 6874.1 },
@@ -481,39 +481,39 @@ return {
481481
},
482482
["Quipolatl's Thesis"] = {
483483
["helmet"] = {
484-
type = "Rune",
484+
type = "SoulCore",
485485
"A random Skill that requires Glory generates 15% of its maximum Glory when your Mark Activates",
486486
statOrder = { 8275 },
487487
rank = { 60 },
488488
},
489489
["gloves"] = {
490-
type = "Rune",
490+
type = "SoulCore",
491491
"Each Runic Inscription from your Curse Skills causes you to Regenerate Mana per second equal to 10% of that Skill's Mana Cost",
492492
statOrder = { 9139 },
493493
rank = { 60 },
494494
},
495495
["body armour"] = {
496-
type = "Rune",
496+
type = "SoulCore",
497497
"+50% of Armour also applies to Chaos Damage while on full Energy Shield",
498498
statOrder = { 4261 },
499499
rank = { 60 },
500500
},
501501
},
502502
["Guatelitzi's Thesis"] = {
503503
["helmet"] = {
504-
type = "Rune",
504+
type = "SoulCore",
505505
"Gain Armour equal to 25% of Life Lost from Hits in the past 8 seconds",
506506
statOrder = { 6337 },
507507
rank = { 60 },
508508
},
509509
["body armour"] = {
510-
type = "Rune",
510+
type = "SoulCore",
511511
"10% of Physical Damage prevented Recouped as Life",
512512
statOrder = { 8867 },
513513
rank = { 60 },
514514
},
515515
["boots"] = {
516-
type = "Rune",
516+
type = "SoulCore",
517517
"Lose 5% of maximum Life per second while Sprinting",
518518
"25% increased Movement Speed while Sprinting",
519519
statOrder = { 6999, 9465 },
@@ -522,19 +522,19 @@ return {
522522
},
523523
["Citaqualotl's Thesis"] = {
524524
["body armour"] = {
525-
type = "Rune",
525+
type = "SoulCore",
526526
"You Recoup 50% of Damage taken by your Offerings as Life",
527527
statOrder = { 9105 },
528528
rank = { 60 },
529529
},
530530
["gloves"] = {
531-
type = "Rune",
531+
type = "SoulCore",
532532
"One of your Persistent Minions revives when an Offering expires",
533533
statOrder = { 9188 },
534534
rank = { 60 },
535535
},
536536
["boots"] = {
537-
type = "Rune",
537+
type = "SoulCore",
538538
"Sacrifice 10% of maximum Life to gain that much Guard when you Dodge Roll",
539539
statOrder = { 9195 },
540540
rank = { 60 },

0 commit comments

Comments
 (0)