Skip to content

Instantly share code, notes, and snippets.

@seriallos
Created January 16, 2020 20:04
Show Gist options
  • Save seriallos/cb28c5bede36a528c1bdf8d40ce2e873 to your computer and use it in GitHub Desktop.
Save seriallos/cb28c5bede36a528c1bdf8d40ce2e873 to your computer and use it in GitHub Desktop.
SimulationCraft: Race Compare
# Paste your /simc input here
# Races for Both Factions
profileset."Pandaren"+="race=pandaren"
# Horde Races
profileset."Blood Elf"+="race=blood_elf"
profileset."Orc"+="race=orc"
profileset."Tauren"+="race=tauren"
profileset."Troll"+="race=troll"
profileset."Undead"+="race=undead"
profileset."Goblin"+="race=goblin"
profileset."Highmountain Tauren"+="race=highmountaintauren"
profileset."Nightborne"+="race=nightborne"
profileset."Mag'har Orc"+="race=maghar_orc"
profileset."Zandalari Troll (Akunda)"+="race=zandalari_troll"
profileset."Zandalari Troll (Akunda)"+="zandalari_loa=akunda"
profileset."Zandalari Troll (Bwonsamdi)"+="race=zandalari_troll"
profileset."Zandalari Troll (Bwonsamdi)"+="zandalari_loa=bwonsamdi"
profileset."Zandalari Troll (Gonk)"+="race=zandalari_troll"
profileset."Zandalari Troll (Gonk)"+="zandalari_loa=gonk"
profileset."Zandalari Troll (Kimbul)"+="race=zandalari_troll"
profileset."Zandalari Troll (Kimbul)"+="zandalari_loa=kimbul"
profileset."Zandalari Troll (Kragwa)"+="race=zandalari_troll"
profileset."Zandalari Troll (Kragwa)"+="zandalari_loa=kragwa"
profileset."Zandalari Troll (Pa'ku)"+="race=zandalari_troll"
profileset."Zandalari Troll (Pa'ku)"+="zandalari_loa=paku"
profileset."Vulpera"+="race=vulpera"
# Alliance Races
profileset."Draenei"+="race=draenei"
profileset."Dwarf"+="race=dwarf"
profileset."Gnome"+="race=gnome"
profileset."Human"+="race=human"
profileset."Night Elf (Night)"+="race=night_elf"
profileset."Night Elf (Night)"+="timeofday=night"
profileset."Night Elf (Day)"+="race=night_elf"
profileset."Night Elf (Day)"+="timeofday=day"
profileset."Worgen"+="race=worgen"
profileset."Void Elf"+="race=voidelf"
profileset."Lightforged Draenei"+="race=lightforgeddraenei"
profileset."Dark Iron Dwarf"+="race=dark_iron_dwarf"
profileset."Kul Tiran"+="race=kul_tiran"
profileset."Mechagnome"+="race=mechagnome"
@bobdesaunois
Copy link

This broke as raidbots now uses void_elf instead of voidelf, among some others. I have fixed this script in my fork, feel free to make the same change so this works again.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment