Skip to content

Commit

Permalink
Add War Within upgrade items/currencies
Browse files Browse the repository at this point in the history
  • Loading branch information
seriallos committed Aug 7, 2024
1 parent 6fe06af commit 16deb18
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Simulationcraft.toc
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
## IconTexture: Interface\Addons\SimulationCraft\logo
## Notes: Constructs SimC export strings
## Author: Theck, navv_, seriallos
## Version: 11.0.0-02
## Version: 11.0.0-03
## OptionalDependencies: Ace3, LibRealmInfo, LibDBIcon, LibDataBroker-1.1
## SavedVariables: SimulationCraftDB

Expand Down
19 changes: 15 additions & 4 deletions extras.lua
Original file line number Diff line number Diff line change
Expand Up @@ -303,14 +303,15 @@ Simulationcraft.upgradeCurrencies = {
[1792] = 'Honor',
[2122] = 'Storm Sigil',
[2245] = 'Flightstones',
[2706] = 'Whelpling\'s Dreaming Crest',
[2707] = 'Drake\'s Dreaming Crest',
[2708] = 'Wyrm\'s Dreaming Crest',
[2709] = 'Aspect\'s Dreaming Crest',
[2806] = 'Whelpling\'s Awakened Crest',
[2807] = 'Drake\'s Awakened Crest',
[2809] = 'Wyrm\'s Awakened Crest',
[2812] = 'Aspect\'s Awakened Crest',
[2914] = 'Weathered Harbinger Crest',
[2915] = 'Carved Harbinger Crest',
[2916] = 'Runed Harbinger Crest',
[2917] = 'Gilded Harbinger Crest',
[3008] = 'Valorstones',
}

Simulationcraft.upgradeItems = {
Expand All @@ -331,8 +332,18 @@ Simulationcraft.upgradeItems = {
[206960] = 'Enchanted Wyrm\'s Dreaming Crest',
[206961] = 'Enchanted Aspect\'s Dreaming Crest',
[206977] = 'Enchanted Whelpling\'s Dreaming Crest',
[210221] = 'Forged Combatant\'s Heraldry',
[210232] = 'Forged Aspirant\'s Heraldry',
[210233] = 'Forged Gladiator\'s Heraldry',
[211296] = 'Spark of Omens',
[211494] = 'Spark of Beginnings',
[211516] = 'Spark of Awakening',
[211518] = 'Enchanted Wyrm\'s Awakened Crest',
[211519] = 'Enchanted Aspect\'s Awakened Crest',
[211520] = 'Enchanted Whelpling\'s Awakened Crest',
[224069] = 'Enchanted Weathered Harbinger Crest',
[224072] = 'Enchanted Runed Harbinger Crest',
[224073] = 'Enchanted Gilded Harbinger Crest',
[228338] = 'Soul Sigil I',
[228339] = 'Soul Sigil II',
}

0 comments on commit 16deb18

Please sign in to comment.