Skip to content

Commit

Permalink
Show Honor Among Thieves input for tank rogue
Browse files Browse the repository at this point in the history
  • Loading branch information
catszeid committed Jul 7, 2024
1 parent 2618277 commit 346eb7d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 0 additions & 1 deletion ui/tank_rogue/inputs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,4 @@ export const HonorOfThievesCritRate = InputHelpers.makeSpecOptionsNumberInput<Sp
fieldName: 'honorAmongThievesCritRate',
label: 'Honor Among Thieves Crit Rate',
labelTooltip: 'Number of crits other group members generate within 100 seconds',
showWhen: (player: Player<Spec.SpecRogue>) => player.getEquippedItem(ItemSlot.ItemSlotHead)?.rune?.id == RogueRune.RuneHonorAmongThieves,
});
2 changes: 2 additions & 0 deletions ui/tank_rogue/sim.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ import { Player } from '../core/player';
import { Class, Faction, PartyBuffs, PseudoStat, Race, Spec, Stat } from '../core/proto/common';
import { Stats } from '../core/proto_utils/stats';
import { getSpecIcon } from '../core/proto_utils/utils';
import { HonorOfThievesCritRate } from './inputs';
import * as Presets from './presets.js';

const SPEC_CONFIG = registerSpecConfig(Spec.SpecTankRogue, {
Expand Down Expand Up @@ -119,6 +120,7 @@ const SPEC_CONFIG = registerSpecConfig(Spec.SpecTankRogue, {
OtherInputs.BurstWindow,
OtherInputs.HpPercentForDefensives,
OtherInputs.InspirationUptime,
HonorOfThievesCritRate,
],
},
encounterPicker: {
Expand Down

0 comments on commit 346eb7d

Please sign in to comment.