Skip to content

Commit

Permalink
update balance p1 APL
Browse files Browse the repository at this point in the history
  • Loading branch information
kayla-glick committed Feb 2, 2024
1 parent 380c690 commit 4254cb2
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 15 deletions.
12 changes: 0 additions & 12 deletions ui/balance_druid/apls/default.apl.json

This file was deleted.

13 changes: 13 additions & 0 deletions ui/balance_druid/apls/phase_1.apl.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"type": "TypeAPL",
"prepullActions": [
{"action":{"castSpell":{"spellId":{"spellId":2912,"rank":1}}},"doAtValue":{"const":{"val":"-3.5s"}}}
],
"priorityList": [
{"action":{"autocastOtherCooldowns":{}}},
{"action":{"castSpell":{"spellId":{"spellId":417157}}}},
{"action":{"condition":{"cmp":{"op":"OpEq","lhs":{"dotIsActive":{"spellId":{"spellId":414684}}},"rhs":{"const":{"val":"False"}}}},"castSpell":{"spellId":{"spellId":414684}}}},
{"action":{"condition":{"cmp":{"op":"OpEq","lhs":{"dotIsActive":{"spellId":{"spellId":8926,"rank":4}}},"rhs":{"const":{"val":"False"}}}},"castSpell":{"spellId":{"spellId":8926,"rank":4}}}},
{"action":{"castSpell":{"spellId":{"spellId":5179,"rank":4}}}}
]
}
7 changes: 4 additions & 3 deletions ui/balance_druid/presets.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import * as PresetUtils from '../core/preset_utils.js';
import BlankGear from './gear_sets/blank.gear.json';
import Phase1Gear from './gear_sets/phase_1.gear.json';

import DefaultAplJson from './apls/default.apl.json';
import Phase1APL from './apls/phase_1.apl.json';

// Preset options for this spec.
// Eventually we will import these values for the raid sim too, so its good to
Expand All @@ -33,7 +33,9 @@ export const Phase1PresetGear = PresetUtils.makePresetGear('Phase 1', Phase1Gear

export const DefaultGear = Phase1PresetGear;

export const DEFAULT_APL = PresetUtils.makePresetAPLRotation('Default', DefaultAplJson);
export const APLBalancePhase1 = PresetUtils.makePresetAPLRotation('P1 Preset', Phase1APL);

export const DEFAULT_APL = APLBalancePhase1

// Default talents. Uses the wowhead calculator format, make the talents on
// https://wowhead.com/classic/talent-calc and copy the numbers in the url.
Expand Down Expand Up @@ -71,7 +73,6 @@ export const DefaultIndividualBuffs = IndividualBuffs.create({
});

export const DefaultPartyBuffs = PartyBuffs.create({
heroicPresence: false,
});

export const DefaultDebuffs = Debuffs.create({
Expand Down

0 comments on commit 4254cb2

Please sign in to comment.