Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Classic Shaman. Launching just Ele for now #65

Merged
merged 8 commits into from
Jan 13, 2025
Merged

Conversation

kayla-glick
Copy link
Contributor

@kayla-glick kayla-glick commented Dec 31, 2024

image

  • Updated items and tier sets for Shamans
  • Updated Stormstrike debuff and added some configuration for it to customize how often it's used and other attackers consuming charges
  • Added presets for phases 1-6 for Ele as well as default settings for Phase 2
  • Still need to verify some things for Enhancement

@@ -33,44 +33,44 @@ var EnchantOverrides = []*proto.UIEnchant{
{EffectId: 1510, ItemId: 11649, SpellId: 15406, Name: "Lesser Arcanum of Voracity", Quality: proto.ItemQuality_ItemQualityUncommon, Stats: stats.Stats{stats.Spirit: 8}.ToFloatArray(), Type: proto.ItemType_ItemTypeHead, ExtraTypes: []proto.ItemType{proto.ItemType_ItemTypeLegs}, EnchantType: proto.EnchantType_EnchantTypeKit},

// Drop in Dire Maul
{EffectId: 2544, ItemId: 18330, SpellId: 22844, Name: "Arcanum of Focus", Quality: proto.ItemQuality_ItemQualityUncommon, Stats: stats.Stats{stats.SpellPower: 8}.ToFloatArray(), Type: proto.ItemType_ItemTypeHead, ExtraTypes: []proto.ItemType{proto.ItemType_ItemTypeLegs}, EnchantType: proto.EnchantType_EnchantTypeKit},
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Added phases to dire maul, MC, AQ, and Naxx enchants

{EffectId: 2715, ItemId: 23547, SpellId: 29475, Name: "Resilience of the Scourge", Quality: proto.ItemQuality_ItemQualityEpic, Stats: stats.Stats{stats.HealingPower: 31, stats.MP5: 5}.ToFloatArray(), Type: proto.ItemType_ItemTypeShoulder, Phase: 6},
{EffectId: 2717, ItemId: 23548, SpellId: 29483, Name: "Might of the Scourge", Quality: proto.ItemQuality_ItemQualityEpic, Stats: stats.Stats{stats.AttackPower: 26, stats.MeleeCrit: 0.01}.ToFloatArray(), Type: proto.ItemType_ItemTypeShoulder, Phase: 6},
{EffectId: 2716, ItemId: 23549, SpellId: 29480, Name: "Fortitude of the Scourge", Quality: proto.ItemQuality_ItemQualityEpic, Stats: stats.Stats{stats.Stamina: 16, stats.BonusArmor: 100}.ToFloatArray(), Type: proto.ItemType_ItemTypeShoulder, Phase: 6},
{EffectId: 2721, ItemId: 23545, SpellId: 29467, Name: "Power of the Scourge", Quality: proto.ItemQuality_ItemQualityEpic, Stats: stats.Stats{stats.SpellPower: 15, stats.SpellCrit: 1 * core.SpellCritRatingPerCritChance}.ToFloatArray(), Type: proto.ItemType_ItemTypeShoulder, Phase: 6},
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed the stats on this one. Not sure why it was 0.01

@@ -1061,7 +1061,7 @@ export const specToEligibleRaces: Record<Spec, Array<Race>> = {

// Specs that can dual wield. This could be based on class, except that
// Enhancement Shaman learn dual wield from a talent.
const dualWieldClasses: Array<Class> = [Class.ClassHunter, Class.ClassRogue, Class.ClassShaman, Class.ClassWarrior];
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Shamans can't dual wield in classic

@@ -1520,28 +1520,13 @@ export function getEligibleItemSlots(item: Item): Array<ItemSlot> {
throw new Error('Could not find item slots for item: ' + Item.toJsonString(item));
}

// Returns whether the given main-hand and off-hand items can be worn at the
// same time.
export function validWeaponCombo(mainHand: Item | null | undefined, offHand: Item | null | undefined, canDW2h: boolean): boolean {
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Removed all of the logic around Titan's Grip because it doesn't apply

@kayla-glick kayla-glick marked this pull request as ready for review January 13, 2025 18:48
@kayla-glick kayla-glick changed the title Classic Shaman Classic Shaman. Launching just Ele for now Jan 13, 2025
@kayla-glick kayla-glick merged commit 1b51b69 into master Jan 13, 2025
1 check passed
@kayla-glick kayla-glick deleted the classic-shaman branch January 13, 2025 18:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant