Fix error in Fero
This commit is contained in:
parent
a6bfc71811
commit
3ae9d8a59a
2 changed files with 5 additions and 1 deletions
|
@ -34,7 +34,7 @@
|
|||
<p>Combat-Ready Fero units come equipped with "Volatile Memory"; temporary storage erased on power down, distress, or at command, keeping mission-critical data out of the wrong hands.</p>
|
||||
<p>There's a key downgrade that Syskor made to enhance response time - by shifting from a full-featured BASIC processor, to "Basic Mini"; sacrificing security and interactivity for quicker response times.</p>
|
||||
<h3 id="parts">Parts</h3>
|
||||
<p>Fero units are one of the few android models capable of repairing their bodies without a technician involved—though, damage beyond their self-repair capabilities will always require professional assistance. If you buy a Fero unit, your upkeep is parts alone, nothing more.</p>
|
||||
<p>Fero units are one of the few android models capable of repairing their bodies without a technician involved—though, damage beyond their self-repair capabilities will always require professional assistance. If you buy a Fero unit, your upkeep is parts and oil, nothing more.</p>
|
||||
<p>Stock Fero parts are expensive to obtain due to their durability and flexibility; designed to take on significant wear before needing any repair, and a polished metal finish obscures minor blemishes.</p>
|
||||
<p>The trade-off for this self-maintenance is the expensive upkeep. When a Fero unit asks for something, you give it what it wants, and you do not ask questions. Additionally, Fero units require a premium oil; their lubrication system is designed to prevent contaminants from entering, not to filter out grime existing in subpar oil.</p>
|
||||
<p>Another common criticism is the unit's sensitive power regulator. When it appropriates new parts, Fero units must be careful not to overload the regulator with power-hungry or malicious parts, as an overtaxed power regulator will quickly fail. Thankfully, power regulators are easy to self-repair when offered salvage, and can be upgraded to be more fault-tolerant. There have been many stories of Fero units that have saved a humanoid comrade by abusing their power regulators until they could bring them to safety.</p>
|
||||
|
|
4
page.css
4
page.css
|
@ -19,6 +19,10 @@
|
|||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
blockquote {
|
||||
border-left: 7px solid var(--code);
|
||||
padding-left: 30px;
|
||||
}
|
||||
|
||||
body {
|
||||
font-family: 'Atkinson Hyperlegible', sans-serif;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue