<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://www.aurora4x.net/wiki/index.php?action=history&amp;feed=atom&amp;title=Damage_Control</id>
	<title>Damage Control - Revision history</title>
	<link rel="self" type="application/atom+xml" href="http://www.aurora4x.net/wiki/index.php?action=history&amp;feed=atom&amp;title=Damage_Control"/>
	<link rel="alternate" type="text/html" href="http://www.aurora4x.net/wiki/index.php?title=Damage_Control&amp;action=history"/>
	<updated>2026-09-08T06:35:11Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.46.0</generator>
	<entry>
		<id>http://www.aurora4x.net/wiki/index.php?title=Damage_Control&amp;diff=225&amp;oldid=prev</id>
		<title>Wiki-admin: 1 revision imported</title>
		<link rel="alternate" type="text/html" href="http://www.aurora4x.net/wiki/index.php?title=Damage_Control&amp;diff=225&amp;oldid=prev"/>
		<updated>2026-02-22T23:09:13Z</updated>

		<summary type="html">&lt;p&gt;1 revision imported&lt;/p&gt;
&lt;table style=&quot;background-color: #fff; color: #202122;&quot; data-mw-interface=&quot;&quot;&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;en&quot;&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;Revision as of 19:09, 22 February 2026&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-notice&quot; lang=&quot;en&quot;&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;(No difference)&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</summary>
		<author><name>Wiki-admin</name></author>
	</entry>
	<entry>
		<id>http://www.aurora4x.net/wiki/index.php?title=Damage_Control&amp;diff=224&amp;oldid=prev</id>
		<title>en&gt;Alsadius: Added C# info</title>
		<link rel="alternate" type="text/html" href="http://www.aurora4x.net/wiki/index.php?title=Damage_Control&amp;diff=224&amp;oldid=prev"/>
		<updated>2024-07-28T02:11:29Z</updated>

		<summary type="html">&lt;p&gt;Added C# info&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{bothversions}}&lt;br /&gt;
==Description==&lt;br /&gt;
Damage Controls increase the repair speed of on-board repairs of battle damage (not malfunctions). A ship might be able to repair damaged systems within hours instead of limping to a shipyard. This costs twice as many MSP as repairing a malfunction. If, for example, your biggest component is an engine costing 800 MSP to fix if malfunctioning (see Max Repair), it would cost 1600 MSP to repair using Damage Control if that engine were destroyed in battle. If your ship doesn&amp;#039;t have 1600 MSP, then it needs to be repaired in a shipyard.&lt;br /&gt;
&lt;br /&gt;
DC value is the &amp;#039;&amp;#039;chance&amp;#039;&amp;#039; to repair a component within a given time. Usually that works out to some hours, although a very large number of modules could shorten this time considerably. However, note the very high MSP cost of emergency repairs.&lt;br /&gt;
&lt;br /&gt;
You don&amp;#039;t need a DC module for on-board repairs; some capabilities are provided by engineering spaces. A Damage Control module will increase your ship&amp;#039;s Damage Control value by 10, while an Engineering Section adds only 1 to the DC value. Damage Control modules do not extend maintenance life. &lt;br /&gt;
&lt;br /&gt;
Armor is not considered a ship component and still needs to be repaired in a shipyard.&lt;br /&gt;
&lt;br /&gt;
==Usage==&lt;br /&gt;
To initiate repairs, go to the Damage Control tab of the Individual Ship window. Select a component and click &amp;quot;Begin DC&amp;quot;, or &amp;quot;Add to Queue&amp;quot;. In [[CSharp|C#]], you can also allow automated damage control to take care of it for you. &lt;br /&gt;
&lt;br /&gt;
==Word of God==&lt;br /&gt;
The psuedo code is as follows:&lt;br /&gt;
&lt;br /&gt;
Repair Chance = Round Down ((Increment Length in Seconds / Item Cost) x Highest Damage Control Rating)&lt;br /&gt;
&lt;br /&gt;
If Repair Chance &amp;gt; 1000 Then&lt;br /&gt;
    Repair Done = True&lt;br /&gt;
Else&lt;br /&gt;
    If Random Number(1000) &amp;lt;= Repair Chance Then&lt;br /&gt;
        Repair Done = True&lt;br /&gt;
    End&lt;br /&gt;
End&lt;br /&gt;
&lt;br /&gt;
Highest Damage Control Rating is usually the damage control rating of the ship. However, if the ship is in a hangar and the mothership has a higher damage control rating, then the damage control rating of the mothership is used. This could be used by fighters on a carrier or it could be a huge repair ship that takes full size ships into its internal hangar. In this case, the maintenance supplies of the mothership are used.&lt;br /&gt;
&lt;br /&gt;
==Variants==&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align: center&amp;quot;&lt;br /&gt;
|+ Damage Control&lt;br /&gt;
! System !! Basic !! Commercial (C# only) !! Improved !! Advanced&lt;br /&gt;
|-&lt;br /&gt;
! Repair Rating&lt;br /&gt;
| 10 || 10 || 20 || 30 &lt;br /&gt;
|-&lt;br /&gt;
! RP cost&lt;br /&gt;
| 5,000 || 5,000 || 15,000 || 45,000 &lt;br /&gt;
|}&lt;br /&gt;
{{Components}}&lt;br /&gt;
[[Category:Components]]&lt;/div&gt;</summary>
		<author><name>en&gt;Alsadius</name></author>
	</entry>
</feed>