This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
init: function(elevators, floors) { | |
numElevators = elevators.length; | |
topFloor = floors.length - 1; | |
bottomFloor = 0; | |
rotator = 0; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
local _, Simulationcraft = ... | |
Simulationcraft = LibStub("AceAddon-3.0"):NewAddon(Simulationcraft, "Simulationcraft", "AceConsole-3.0", "AceEvent-3.0") | |
local OFFSET_ITEM_ID = 1 | |
local OFFSET_ENCHANT_ID = 2 | |
local OFFSET_GEM_ID_1 = 3 | |
local OFFSET_GEM_ID_2 = 4 | |
local OFFSET_GEM_ID_3 = 5 | |
local OFFSET_GEM_ID_4 = 6 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"1": [], | |
"2": [ | |
{ | |
"id": "53", | |
"spell": { | |
"id": "186945", | |
"name": "Wrath of the Ashbringer" | |
} | |
}, |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"1": [], | |
"2": [ | |
{ | |
"id": "53", | |
"spell": { | |
"id": "186945", | |
"name": "Wrath of the Ashbringer", | |
"icon": "ability_paladin_sanctifiedwrath" | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# TEAMCAPTAIN apparentbliss | |
# include all HDA except HDAtravel | |
include += HilariousDeathArtist.rc | |
msg_condense_repeats=true | |
easy_eat_chunks=true | |
auto_eat_chunks=true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
const azeriteUsable = { | |
0: 'any', | |
3: 'shaman - ele', | |
4: 'shaman - resto ?', // healing stream totem | |
5: 'dk - blood', | |
6: 'dk - frost ?', | |
7: 'dk - unholy', | |
8: 'dh - havoc + veng', // immolation aura | |
9: 'dh - havoc ?', // fel rush | |
10: 'dh - veng', |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
let fs = require('fs'); | |
const _ = require('lodash'); | |
const Promise = require('bluebird'); | |
fs = Promise.promisifyAll(fs); | |
const main = async () => { | |
const data = await fs.readFileAsync('./1.input', 'utf8'); | |
const changes = _.split(data, '\n'); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ptr="1" | |
deathknight="T24_Death_Knight_Blood" | |
source="default" | |
spec="blood" | |
level="120" | |
race="undead" | |
role="tank" | |
position="front" | |
talents="2220022" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ptr="1" | |
deathknight="T24_Death_Knight_Blood" | |
source="default" | |
spec="blood" | |
level="120" | |
race="undead" | |
role="tank" | |
position="front" | |
talents="2220022" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
druid="T24_Druid_Balance" | |
source="default" | |
spec="balance" | |
level="120" | |
race="troll" | |
role="spell" | |
position="ranged_back" | |
talents="1000231" | |
azerite_essences="14:3/5:3/4:3" |