-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update Index and add Balance change from 3811
- Loading branch information
Showing
2 changed files
with
80 additions
and
1 deletion.
There are no files selected for viewing
This file contains 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
This file contains 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
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 & 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> |