Skip to content

Commit 9f1fe72

Browse files
committed
update p4 fire
1 parent bd907d9 commit 9f1fe72

3 files changed

Lines changed: 24 additions & 16 deletions

File tree

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
{
22
"items": [
3-
{ "id": 96635, "gems": [95347, 76697], "reforging": 137, "upgradeStep": "UpgradeStepTwo" },
4-
{ "id": 96453, "reforging": 140, "upgradeStep": "UpgradeStepTwo" },
3+
{ "id": 96771, "gems": [95347, 76641], "reforging": 154, "upgradeStep": "UpgradeStepTwo" },
4+
{ "id": 96825, "reforging": 140, "upgradeStep": "UpgradeStepTwo" },
55
{ "id": 96638, "enchant": 4806, "gems": [76660, 76697], "reforging": 154, "upgradeStep": "UpgradeStepTwo" },
66
{ "id": 98150, "enchant": 4892, "gems": [76660], "upgradeStep": "UpgradeStepTwo" },
7-
{ "id": 96637, "enchant": 4419, "gems": [76660, 76697, 76641], "reforging": 137, "upgradeStep": "UpgradeStepTwo" },
7+
{ "id": 96637, "enchant": 4419, "gems": [76659, 76697, 76641], "reforging": 137, "upgradeStep": "UpgradeStepTwo" },
88
{ "id": 96452, "randomSuffix": -336, "enchant": 4414, "gems": [76697, 0], "upgradeStep": "UpgradeStepTwo" },
9-
{ "id": 96634, "enchant": 4433, "gems": [76660, 0], "upgradeStep": "UpgradeStepTwo", "tinker": 4898 },
9+
{ "id": 96634, "enchant": 4433, "gems": [76659, 0], "upgradeStep": "UpgradeStepTwo", "tinker": 4898 },
1010
{ "id": 94996, "gems": [76641, 76641, 76697], "reforging": 140, "upgradeStep": "UpgradeStepTwo" },
11-
{ "id": 95030, "enchant": 4825, "gems": [76660, 76697, 76697], "reforging": 152, "upgradeStep": "UpgradeStepTwo" },
11+
{ "id": 96636, "enchant": 4825, "gems": [76697, 76641], "reforging": 154, "upgradeStep": "UpgradeStepTwo" },
1212
{ "id": 95004, "enchant": 4429, "gems": [76697, 76641], "upgradeStep": "UpgradeStepTwo" },
13-
{ "id": 96529, "gems": [76697], "reforging": 168, "upgradeStep": "UpgradeStepTwo" },
14-
{ "id": 95019, "gems": [76697], "reforging": 152, "upgradeStep": "UpgradeStepTwo" },
13+
{ "id": 96529, "gems": [76697], "upgradeStep": "UpgradeStepTwo" },
14+
{ "id": 95019, "gems": [76641], "reforging": 152, "upgradeStep": "UpgradeStepTwo" },
1515
{ "id": 96516, "upgradeStep": "UpgradeStepTwo" },
16-
{ "id": 96413, "reforging": 137, "upgradeStep": "UpgradeStepTwo" },
16+
{ "id": 96785, "reforging": 137, "upgradeStep": "UpgradeStepTwo" },
1717
{ "id": 96610, "enchant": 4442, "gems": [76697, 76697], "reforging": 140, "upgradeStep": "UpgradeStepTwo" },
18-
{ "id": 96562, "enchant": 4434, "gems": [76660], "reforging": 154, "upgradeStep": "UpgradeStepTwo" }
18+
{ "id": 96562, "enchant": 4434, "gems": [76659], "reforging": 154, "upgradeStep": "UpgradeStepTwo" }
1919
]
2020
}

ui/mage/fire/presets.ts

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,16 @@ export const P3NoTrollDefaultSimpleRotation = FireMage_Rotation.create({
6767
combustPostAlter: 10000000,
6868
});
6969

70-
export const P3_SIMPLE_ROTATION_PRESET_DEFAULT = PresetUtils.makePresetSimpleRotation('P3 - Crit', Spec.SpecFireMage, P3TrollDefaultSimpleRotation);
71-
export const P3_SIMPLE_ROTATION_NO_TROLL = PresetUtils.makePresetSimpleRotation('P3 - Default (No Troll)', Spec.SpecFireMage, P3NoTrollDefaultSimpleRotation);
70+
export const P4TrollDefaultSimpleRotation = FireMage_Rotation.create({
71+
combustAlwaysSend: 9100000,
72+
combustBloodlust: 6100000,
73+
combustPostAlter: 3100000,
74+
combustNoAlter: 600000,
75+
combustEndOfCombat: 245000,
76+
});
77+
78+
export const P4_SIMPLE_ROTATION_PRESET_DEFAULT = PresetUtils.makePresetSimpleRotation('P4 - Crit', Spec.SpecFireMage, P4TrollDefaultSimpleRotation);
79+
export const P3_SIMPLE_ROTATION_NO_TROLL = PresetUtils.makePresetSimpleRotation('P4 - Default (No Troll)', Spec.SpecFireMage, P3NoTrollDefaultSimpleRotation);
7280
export const P1_ROTATION_PRESET_APL = PresetUtils.makePresetAPLRotation('APL', FireApl);
7381
export const MASTERY_ROTATION_PRESET_APL = PresetUtils.makePresetAPLRotation('Mastery APL', MasteryApl);
7482

@@ -228,9 +236,9 @@ export const MASTERY_SETTINGS: PresetUtils.PresetSettings = {
228236
playerOptions: OtherDefaults,
229237
};
230238

231-
export const P3_CRIT_PRESET_BUILD = PresetUtils.makePresetBuild('P3 - Crit', {
239+
export const P4_CRIT_PRESET_BUILD = PresetUtils.makePresetBuild('P4 - Crit', {
232240
gear: P4_BIS,
233-
rotation: P3_SIMPLE_ROTATION_PRESET_DEFAULT,
241+
rotation: P4_SIMPLE_ROTATION_PRESET_DEFAULT,
234242
talents: FireTalents,
235243
epWeights: DEFAULT_EP_PRESET,
236244
encounter: ENCOUNTER_SINGLE_TARGET,

ui/mage/fire/sim.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -153,14 +153,14 @@ const SPEC_CONFIG = registerSpecConfig(Spec.SpecFireMage, {
153153
presets: {
154154
epWeights: [Presets.DEFAULT_EP_PRESET, Presets.P1_PREBIS_EP_PRESET, Presets.MASTERY_EP_PRESET],
155155
// Preset rotations that the user can quickly select.
156-
rotations: [Presets.P1_ROTATION_PRESET_APL, Presets.P3_SIMPLE_ROTATION_PRESET_DEFAULT, Presets.MASTERY_ROTATION_PRESET_APL],
156+
rotations: [Presets.P1_ROTATION_PRESET_APL, Presets.P4_SIMPLE_ROTATION_PRESET_DEFAULT, Presets.MASTERY_ROTATION_PRESET_APL],
157157
// Preset talents that the user can quickly select.
158158
talents: [Presets.FireTalents, Presets.FireTalentsCleave, Presets.FireTalentsMastery],
159159
// Preset gear configurations that the user can quickly select.
160160
gear: [Presets.P3_MASTERY, Presets.P4_BIS],
161161
// gear: [Presets.P1_PREBIS, Presets.P1_BIS, Presets.P2_BIS, Presets.P3_BIS, Presets.P3_MASTERY],
162162

163-
builds: [Presets.P3_CRIT_PRESET_BUILD, Presets.P3_MASTERY_PRESET_BUILD],
163+
builds: [Presets.P4_CRIT_PRESET_BUILD, Presets.P3_MASTERY_PRESET_BUILD],
164164

165165
// Saved Encounter presets
166166
encounters: [Presets.ENCOUNTER_SINGLE_TARGET, Presets.ENCOUNTER_MASTERY],
@@ -174,7 +174,7 @@ const SPEC_CONFIG = registerSpecConfig(Spec.SpecFireMage, {
174174
// if (numTargets >= 3) {
175175
// return Presets.FIRE_ROTATION_PRESET_CLEAVE.rotation.rotation!;
176176
// } else {
177-
return Presets.P3_SIMPLE_ROTATION_PRESET_DEFAULT.rotation.rotation!;
177+
return Presets.P4_SIMPLE_ROTATION_PRESET_DEFAULT.rotation.rotation!;
178178
// }
179179
},
180180

0 commit comments

Comments
 (0)