Skip to content
This repository was archived by the owner on Apr 9, 2026. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
31 changes: 28 additions & 3 deletions pages/balanceChanges.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
<div class="content">

<div id="intro">
<h1>FAF Beta</h1>
<h4>Date Updated: 14/03/2024</h4>
<p>Welcome to the FAF Beta Balance patchnotes</p>
<h1>FAF Balance Testing</h1>
<h4>Date Updated: 09/04/2024</h4>
<p>Welcome to the FAF Balance Testing patchnotes</p>
<p>The changes listed here are all subject to change.</p>
<p>Disclaimer: Changes here may be broken or have unforeseen side effects if you encounter anything please report it to the balance team on the <a href="https://discord.gg/pK94Dk9hNz"> Game Bug Reporting </a> Channel on the FAF Discord</p>
<p>All the changes that are currently listed as part of FAFDevelop allow us to evaluate the new balance in actual games.</p>
Expand All @@ -23,6 +23,31 @@ <h4>-- Balance Team</h4>
<hr>
</div>


<h2>Naval</h2>
<div id="1">
<div id="subhunter" class="card">

<h3><img src="/images/units/sera/naval/T3SubHunter.png">T3 Sub Hunter</h3>

<ul>
<li> Main Weapon:
<ul>
<li>Damage: <s>290</s> <i class="fa-solid fa-arrow-right"></i> 380</li>
<li>MuzzleSalvoDelay: <s>0.7</s> <i class="fa-solid fa-arrow-right"></i> 1</li>
<li>MuzzleSalvoSize: <s>5</s> <i class="fa-solid fa-arrow-right"></i> 4</li>
<li>RateOfFire: <s>0.25</s> <i class="fa-solid fa-arrow-right"></i> 0.22</li>
</ul>
</li>
<li> Anit Torpedo Weapon:
<ul>
<li>RateOfFire: <s>0.15</s> <i class="fa-solid fa-arrow-right"></i> 0.1</li>
</ul>
</li>
</ul>
</div>
</div>

</div>
</main>
</body>
Expand Down