Skip to content

Commit

Permalink
Add full item swap to Sub sim
Browse files Browse the repository at this point in the history
  • Loading branch information
1337LutZ committed Jan 17, 2025
1 parent 3918e6f commit 6ab05a9
Showing 1 changed file with 19 additions and 1 deletion.
20 changes: 19 additions & 1 deletion ui/rogue/subtlety/sim.ts
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,25 @@ const SPEC_CONFIG = registerSpecConfig(Spec.SpecSubtletyRogue, {
OtherInputs.InputDelay,
],
},
itemSwapSlots: [ItemSlot.ItemSlotMainHand, ItemSlot.ItemSlotOffHand],
itemSwapSlots: [
ItemSlot.ItemSlotHead,
ItemSlot.ItemSlotNeck,
ItemSlot.ItemSlotShoulder,
ItemSlot.ItemSlotBack,
ItemSlot.ItemSlotChest,
ItemSlot.ItemSlotWrist,
ItemSlot.ItemSlotHands,
ItemSlot.ItemSlotWaist,
ItemSlot.ItemSlotLegs,
ItemSlot.ItemSlotFeet,
ItemSlot.ItemSlotFinger1,
ItemSlot.ItemSlotFinger2,
ItemSlot.ItemSlotTrinket1,
ItemSlot.ItemSlotTrinket2,
ItemSlot.ItemSlotMainHand,
ItemSlot.ItemSlotOffHand,
ItemSlot.ItemSlotRanged,
],
encounterPicker: {
// Whether to include 'Execute Duration (%)' in the 'Encounter' section of the settings tab.
showExecuteProportion: false,
Expand Down

0 comments on commit 6ab05a9

Please sign in to comment.