Skip to content

Commit

Permalink
update T13 preset
Browse files Browse the repository at this point in the history
  • Loading branch information
stn-ms committed Jan 8, 2025
1 parent 45f5f11 commit a6af1e8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions ui/druid/balance/gear_sets/t13.gear.json
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
{
"items": [
{"id":78696,"enchant":4207,"gems":[68780,71881],"reforging":119},
{"id":78696,"enchant":4207,"gems":[68780,71881],"reforging":119},
{"id":78364,"reforging":119},
{"id":78744,"enchant":4200,"gems":[71881,71881],"reforging":145},
{"id":77096,"enchant":4115,"gems":[0],"reforging":119},
{"id":78740,"enchant":4200,"gems":[71881,71881],"reforging":167},
{"id":77098,"enchant":4115,"gems":[71881],"reforging":138},
{"id":78662,"enchant":4102,"gems":[71881,71881,71850],"reforging":117},
{"id":78372,"enchant":4257,"gems":[71881,0],"reforging":117},
{"id":78676,"enchant":4068,"gems":[71881,0]},
{"id":78420,"gems":[71881,71881,71881],"reforging":117},
{"id":78714,"enchant":4110,"gems":[71881,71881,71881]},
{"id":78434,"enchant":4104,"gems":[71881,71881],"reforging":145},
{"id":78491,"gems":[71881]},
{"id":78491,"gems":[71881],"reforging":119},
{"id":78419,"gems":[71881]},
{"id":77995},
{"id":77991},
{"id":78363,"enchant":4097,"gems":[71881],"reforging":147},
{"id":78433,"enchant":4091,"gems":[71881],"reforging":119},
{"id":77082,"gems":[52207],"reforging":147}
{"id":71086,"enchant":4097,"gems":[71881,71881,71881],"reforging":140},
{},
{"id":77082,"gems":[71881],"reforging":147}
]
}
2 changes: 1 addition & 1 deletion ui/druid/balance/presets.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ import T13Gear from './gear_sets/t13.gear.json';
export const PreraidPresetGear = PresetUtils.makePresetGear('Pre-raid', PreraidGear);
export const T11PresetGear = PresetUtils.makePresetGear('T11', T11Gear);
export const T12PresetGear = PresetUtils.makePresetGear('T12', T12Gear);
export const T13PresetGear = PresetUtils.makePresetGear('T13 (WIP)', T13Gear);
export const T13PresetGear = PresetUtils.makePresetGear('T13', T13Gear);

export const T11PresetRotation = PresetUtils.makePresetAPLRotation('T11 4P', T11Apl);
export const T12PresetRotation = PresetUtils.makePresetAPLRotation('T12', T12Apl);
Expand Down

0 comments on commit a6af1e8

Please sign in to comment.