Skip to content

Commit

Permalink
Update Index and add Balance change from 3811
Browse files Browse the repository at this point in the history
  • Loading branch information
MrRowey committed Oct 19, 2024
1 parent de24a74 commit db9ede8
Show file tree
Hide file tree
Showing 2 changed files with 80 additions and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ <h1>
<img alt="Aeon-Logo" class="AEON" src="./assets/images/faction/Aeon.svg">
<img alt="Seraphim-Logo" class="SERAPHIM" src="./assets/images/faction/Seraphim.svg">
</h1>
<p style="color: red"> This Site is now Depricated Please use <a href="https://faforever.github.io/fa/changelog"><b><u>this.</u></b></a></p>
<p style="color: red"> This Site will be Deprecated as of 2025. Please use <a href="https://faforever.github.io/fa/changelog"><b><u>this.</u></b></a></p>
</div>

<div class="BalanceContainer GridItemBackground">
Expand Down
79 changes: 79 additions & 0 deletions pages/balance/2024/3811.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,79 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8" />
<meta name="description" content="FAF Patch 3782 page" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Patch 3811</title>
<link rel="stylesheet" href="/style/balance.css"/>
<script src="/scripts/themeSwitch.js"></script>
</head>
<body>
<main class="Grid">
<div class="Content">
<div id="Intro">
<header class="FlexboxContainer">
<h1 class="FlexGrow4">Patch 3811</h1>
<h4 class="FlexGrow1" id="date">Date:<i> July 7th 2024</i></h4>
</header>
<p class="patchDescription">This balance update comprises of minor adjustments to certain units &amp; fatboy changes.</p>
<h3>-- The Balance Team</h3>
<hr>
</div>

<h2>Land</h2>
<div id="1">
<div id="t4fatboy" class="Card">
<h3><img src="/assets/images/units/uef/land/T4Fatboy.png"/>T4 Fatboy</h3>

<p>In general the Fatboy has been in an awkward position for a while now. With these changes we try to mitigate some of the perceived issues while preserving the identity of the Fatboy.</p>

<ul>
<li>Shield:
<ul>
<li>RechargeTime: <s>120</s> <i class="fa-solid fa-arrow-right"></i> 75</li>
<li>RegenRate: <s>100</s> <i class="fa-solid fa-arrow-right"></i> 200</li>
</ul>
</li>
<li>AA-Guns:
<ul>
<li>Range: <s>45</s> <i class="fa-solid fa-arrow-right"></i> 55</li>
<li>Damage: <s>20</s> <i class="fa-solid fa-arrow-right"></i> 40</li>
</ul>
</li>
<li>CollisionSize:
<ul>
<li>UniformScale: <s>2.22</s> <i class="fa-solid fa-arrow-right"></i> 2.15</li>
<li>ShieldSize: <s>25</s> <i class="fa-solid fa-arrow-right"></i> 24</li>
<li>SizeX: <s>5.5</s> <i class="fa-solid fa-arrow-right"></i> 5.2</li>
<li>SizeY: <s>1.5</s> <i class="fa-solid fa-arrow-right"></i> 1.4</li>
<li>SizeZ: <s>8</s> <i class="fa-solid fa-arrow-right"></i> 7.5</li>
</ul>
</li>
</ul>
</div>
</div>

</div>
<div class="Sidebar">
<div class="IconSidebar">
<h2 class="IconSidebarTitle">Contents</h2>
<div class="IconSidebarSpace"></div>
<div class="IconSidebarSubgrid">

<h3 class="IconSidebarSubtitle">Land</h3>
<!-- ----------------LAND-------------------------- -->
<a href="#t4fatboy"><img src="/assets/images/units/uef/land/T4Fatboy.png" /></a>

</div>
</div>
</div>
</main>
</body>
<footer>
<div class="BackToTop"><button><a class="TopText" href="#top">Back to Top</a></button></div><br>
<a href="/../index.html">Back to Patchnote List</a>
<p>© 2015-2024 FAForever</p>
<button id="themeToggleButton">Toggle Theme</button>
</footer>
</html>

0 comments on commit db9ede8

Please sign in to comment.