Skip to content

Commit

Permalink
Update warrior.proto
Browse files Browse the repository at this point in the history
  • Loading branch information
kayla-glick authored Dec 23, 2024
1 parent 0f31316 commit 54161a4
Showing 1 changed file with 0 additions and 52 deletions.
52 changes: 0 additions & 52 deletions proto/warrior.proto
Original file line number Diff line number Diff line change
Expand Up @@ -63,58 +63,6 @@ message WarriorTalents {
bool shield_slam = 52;
}

enum WarriorRune {
WarriorRuneNone = 0;

// Helm
RuneEndlessRage = 403218;
RuneTasteForBlood = 426953;
RuneVigilance = 426972;
RuneShieldMastery = 426980;

// Cloak
RuneSuddenDeath = 440113;
RuneFreshMeat = 440484;
RuneShockwave = 440488;

// Chest
RuneFlagellation = 402877;
RuneRagingBlow = 402911;
RuneBloodFrenzy = 412507;
RuneWarbringer = 425421;

// Bracers
RuneRampage = 426940;
RuneSwordAndBoard = 426978;
RuneWreckingCrew = 427065;

// Hands
RuneVictoryRush = 402927;
RuneDevastate = 403195;

RuneSingleMindedFury = 413404;
RuneQuickStrike = 429765;

// Waist
RuneFocusedRage = 29787;
RunePreciseTiming = 402922;
RuneBloodSurge = 413380;

// Legs
RuneFuriousThunder = 403219;
RuneFrenziedAssault = 425412;
RuneConsumedByRage = 425418;

// Feet
RuneEnragedRegeneration = 403467;
RuneIntervene = 403472;
RuneRallyingCry = 426491;
RuneGladiatorStance = 412513;

// Utility
RuneCommandingShout = 403446;
}

enum WarriorShout {
WarriorShoutNone = 0;
WarriorShoutBattle = 1;
Expand Down

0 comments on commit 54161a4

Please sign in to comment.