Skip to content

Commit 45943b7

Browse files
committed
Update 12.1 currencies, crests, achievements, etc
1 parent 47d7d58 commit 45943b7

2 files changed

Lines changed: 21 additions & 2 deletions

File tree

Simulationcraft.toc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
## IconTexture: Interface\Addons\SimulationCraft\logo
44
## Notes: Constructs SimC export strings
55
## Author: Theck, navv_, seriallos
6-
## Version: 12.1.0-alpha-02
6+
## Version: 12.1.0-alpha-03
77
## OptionalDependencies: Ace3, LibRealmInfo, LibDBIcon, LibDataBroker-1.1
88
## SavedVariables: SimulationCraftDB
99

extras.lua

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -345,6 +345,11 @@ Simulationcraft.upgradeCurrencies = {
345345
[3345] = 'Hero Dawncrest',
346346
[3347] = 'Myth Dawncrest',
347347
[3383] = 'Adventurer Dawncrest',
348+
[3442] = 'Adventurer Mistcrest',
349+
[3443] = 'Veteran Mistcrest',
350+
[3444] = 'Champion Mistcrest',
351+
[3445] = 'Hero Mistcrest',
352+
[3446] = 'Myth Mistcrest',
348353
}
349354

350355
Simulationcraft.upgradeItems = {
@@ -391,6 +396,10 @@ Simulationcraft.upgradeItems = {
391396
[256559] = 'Galactic Combatant\'s Heraldry',
392397
[256607] = 'Galactic Aspirant\'s Heraldry',
393398
[256608] = 'Galactic Gladiator\'s Heraldry',
399+
[274476] = 'Spark of Tides',
400+
[275380] = 'Venomous Combatant\'s Heraldry',
401+
[275383] = 'Venomous Aspirant\'s Heraldry',
402+
[275385] = 'Venomous Gladiator\'s Heraldry',
394403
[268552] = 'Ascendant Voidcore',
395404
}
396405

@@ -401,6 +410,11 @@ Simulationcraft.catalystCurrencies = {
401410
[3378] = 'Dawnlight Manaflux',
402411
}
403412

413+
Simulationcraft.bonusRollCurrencies = {
414+
[3418] = 'Nebulous Voidcore',
415+
[3511] = '[DNT, Unused] Venomous Voidcore',
416+
}
417+
404418
Simulationcraft.upgradeAchievements = {
405419
19326, -- Dreaming of Drakes
406420
19397, -- Dreaming of Wyrms
@@ -423,6 +437,11 @@ Simulationcraft.upgradeAchievements = {
423437
42767, -- Veteran of the Dawn
424438
42768, -- Champion of the Dawn
425439
42769, -- Hero of the Dawn
426-
61809, -- Adventurer of the Dawn
427440
42770, -- Myth of the Dawn
441+
61809, -- Adventurer of the Dawn
442+
62410, -- Adventurer of the Mist
443+
62411, -- Veteran of the Mist
444+
62412, -- Champion of the Mist
445+
62414, -- Hero of the Mist
446+
62416, -- Myth of the Mist
428447
}

0 commit comments

Comments
 (0)