<html>
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-VG3NJZJGYM"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-VG3NJZJGYM');
</script>
<title>SimulationCraft - Welcome</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<link rel="dns-prefetch" href="//www.googletagmanager.com">
<link rel="dns-prefetch" href="//themes.googleusercontent.com">
<link rel="stylesheet" href="//www.simulationcraft.org/css/style.css" />
<script type="text/javascript" src="/js/jquery-1.11.0.min.js"></script>
<script type="text/javascript" src="/js/rep-old.js"></script>
</head>
<body id="home">
<div id="masthead" class="grid section section-open">
<div class="unit one-third center-on-mobiles" style="text-align: center;">
<a href="/">
<img src="/img/warwithin1000.jpg" width="375" style="height: auto;">
</a>
</div>
<div class="nav unit two-thirds hide-on-mobiles">
<ul>
<li class="current"><a href="/">Home</a></li>
<li class=""><a href="/download.html">Downloads</a></li>
<li><a href="https://github.com/simulationcraft/simc/wiki">Documentation</a></li>
<li><a href="https://github.com/simulationcraft/simc/issues">Report a bug</a></li>
<li><a href="https://github.com/simulationcraft/simc#how-can-i-contribute">Help us</a></li>
<!--<li><a href="#">Contact us</a></li>-->
</ul>
</div>
<p>SimulationCraft is a tool to explore combat mechanics in the popular MMO RPG World of Warcraft. It is a multi-player event-driven simulator written in C++ that models raid damage.</p>
</div>
<div id="home-toc" class="section section-open final grid">
<h2 id="welcome">Welcome</h2>
<p>Increasing class synergy and the prevalence of proc-based combat modifiers have eroded the accuracy of traditional
calculators that rely upon closed-form approximations to model very complex mechanics. The goal of this simulator is
to close the accuracy gap while maintaining a performance level high enough to calculate relative stat weights to aid
gear selection.</p>
<p>The primary purpose of this site is to host sample analysis generated by SimulationCraft. This provides players with
easy access to simulation results at various gear points and patch levels.</p>
<p>It is important that information flow in both directions. After examining the reports, players may detect
<strong>inconsistencies</strong> with their experiences in-game. In addition, <b>inefficiencies</b> (talents, gear,
gems, enchants) may be found in the supplied profiles. <b>Please</b> take the time to open an
<a href="https://github.com/simulationcraft/simc/issues"><strong>issue</strong></a>. We are continuously looking for new profiles,
both at the normal and heroic levels.</p>
<p>If you need help on running SimulationCraft, developing custom actions lists, or have other questions, please see our
<a href="https://github.com/simulationcraft/simc/wiki/StartersGuide">extensive documentation</a> or check out our <a href="https://github.com/simulationcraft/simc">Github project page</a>.</p>
<p>Wondering what may have changed since the last time reports were updated? <a href="https://github.com/simulationcraft/simc/commits/thewarwithin">Check here!</a></p>
<h2 class="toggle open">Raid Results</h2>
<div class="toggle-content">
<ul>
<li>
<h3>Patch 11.0.2</h3>
<ul>
<li>
<h4>Pre-Raid</h4>
<ul>
<li><a href="/reports/PR_Raid.html">The War Within Pre-Raid 593 ilevel Patchwerk-style</a></li>
</ul>
</li>
<li>
<h4>TWW1 (Nerub-ar Palace)</h4>
<ul>
<li><a href="/reports/TWW1_Raid.html">The War Within ~639 ilevel Patchwerk-style</a></li>
</ul>
</li>
<li>
<h4>TWW2 (Liberation of Undermine)</h4>
<ul>
<li><a href="/reports/TWW2_Raid.html">The War Within ~684 ilevel Patchwerk-style</a></li>
</ul>
</li>
<li>
<h4>TWW3 (Manaforge Omega)</h4>
<ul>
<li><a href="/reports/TWW3_Raid.html">The War Within ~723 ilevel Patchwerk-style</a></li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
</div>
</body>
</html>