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

Heroic Lich King AI for tank sims + associated support #3615

Merged
merged 6 commits into from
Sep 5, 2023

Commits on Sep 4, 2023

  1. Implemented encounter AI for Heroic Lich King tank sims.

     Changes to be committed:
    	modified:   assets/database/db.bin
    	modified:   assets/database/db.json
    	new file:   sim/encounters/icc/icc.go
    	new file:   sim/encounters/icc/lichking25h_ai.go
    	modified:   sim/encounters/register_all.go
    NerdEgghead committed Sep 4, 2023
    Configuration menu
    Copy the full SHA
    5b5eed5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    db6e822 View commit details
    Browse the repository at this point in the history
  3. Removed automatic Enrage + Barkskin usage with Berserk in Feral tank

    legacy rotation.
    
     Changes to be committed:
    	modified:   sim/druid/tank/rotation.go
    NerdEgghead committed Sep 4, 2023
    Configuration menu
    Copy the full SHA
    788b9b8 View commit details
    Browse the repository at this point in the history
  4. Changed MCD logic for defensive cooldowns to override the HP percentage

    threshold when the user manually specifies CD timings. This allows users
    to allow some defensives to be used reactively based on health spikes,
    and others to be forced at desired times pre-emptively.
    
     Changes to be committed:
    	modified:   sim/core/major_cooldown.go
    NerdEgghead committed Sep 4, 2023
    Configuration menu
    Copy the full SHA
    5aaa91a View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2023

  1. Implemented Hand of Sacrifice and Guardian Spirit external cooldowns.

     Changes to be committed:
    	modified:   proto/common.proto
    	modified:   sim/core/buffs.go
    	modified:   ui/core/components/icon_inputs.ts
    NerdEgghead committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    cd04151 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3b3eaf4 View commit details
    Browse the repository at this point in the history