This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| diff --git a/engine/sim/sc_raid_event.cpp b/engine/sim/sc_raid_event.cpp | |
| index c3486b5060..959129f912 100644 | |
| --- a/engine/sim/sc_raid_event.cpp | |
| +++ b/engine/sim/sc_raid_event.cpp | |
| @@ -297,6 +297,37 @@ struct adds_event_t : public raid_event_t | |
| adds[ i ]->dismiss(); | |
| } | |
| } | |
| + | |
| + void output_json( js::JsonOutput& root ) override |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # SimC Addon 1.10.4 | |
| mage="Dikembae" | |
| level=120 | |
| race=troll | |
| region=us | |
| server=stormreaver | |
| role=spell | |
| professions=herbalism=65/inscription=1 | |
| talents=1213333 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Death Knight (Blood) <https://www.twitch.tv/cistara> (Vision) | |
| Demon Hunter (Vengeance) <https://www.twitch.tv/riggnarosbl> (Blood Legion) | |
| Demon Hunter (Vengeance) <https://www.twitch.tv/parandsn> (Benched) | |
| Monk (Brewmaster) <https://www.twitch.tv/lozy1> (Big Dumb Guild) | |
| Monk (Brewmaster) <https://www.twitch.tv/tmsean> (Easy) | |
| Monk (Brewmaster) <https://www.twitch.tv/whiteastrofox> (Big Dumb Guild) | |
| Death Knight (Frost) <https://www.twitch.tv/cherryvodka_> (Big Dumb Guild) | |
| Demon Hunter (Havoc) <https://www.twitch.tv/speedh> (Easy) | |
| Demon Hunter (Havoc) <https://www.twitch.tv/zealeo> (Vision) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| html=dikembe.html | |
| chart_show_relative_difference=1 | |
| target_error=0.1 | |
| override.spell_data=effect.748188.coefficient=2.760735 | |
| override.spell_data=effect.720338.coefficient=0.58626 | |
| single_actor_batch=1 | |
| T23_Mage_Arcane.simc | |
| name=Default_NoAzerite |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| diff --git a/engine/report/sc_report_html_player.cpp b/engine/report/sc_report_html_player.cpp | |
| index dcfa59e36a..091483dd18 100644 | |
| --- a/engine/report/sc_report_html_player.cpp | |
| +++ b/engine/report/sc_report_html_player.cpp | |
| @@ -1028,6 +1028,37 @@ void print_html_gear( report::sc_html_stream& os, const player_t& p ) | |
| } | |
| } | |
| + if ( item.slot == SLOT_NECK ) | |
| + { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import { either as E } from "fp-ts"; | |
| import type { Applicative2 } from "fp-ts/lib/Applicative"; | |
| import { sequenceS } from "fp-ts/lib/Apply"; | |
| import type { Chain2 } from "fp-ts/lib/Chain"; | |
| import { flow, pipe } from "fp-ts/lib/function"; | |
| import type { Functor2 } from "fp-ts/lib/Functor"; | |
| import type { Monad2 } from "fp-ts/lib/Monad"; | |
| type Stream<I> = { readonly buffer: I; readonly cursor: number }; |
OlderNewer