<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.siegeofcentauri.com/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Jsan</id>
	<title>Siege of Centauri - Official Wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.siegeofcentauri.com/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Jsan"/>
	<link rel="alternate" type="text/html" href="https://wiki.siegeofcentauri.com/index.php/Special:Contributions/Jsan"/>
	<updated>2026-05-12T03:19:27Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.41.1</generator>
	<entry>
		<id>https://wiki.siegeofcentauri.com/index.php?title=Template:HeaderTemplate&amp;diff=216</id>
		<title>Template:HeaderTemplate</title>
		<link rel="alternate" type="text/html" href="https://wiki.siegeofcentauri.com/index.php?title=Template:HeaderTemplate&amp;diff=216"/>
		<updated>2024-01-05T21:37:29Z</updated>

		<summary type="html">&lt;p&gt;Jsan: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;div class=&amp;quot;header&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;!-- Beginning of header section --&amp;gt;&lt;br /&gt;
{|style=&amp;quot;width:100%;border:none; border-spacing: 0; background: #000000&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;width:100%; text-align: left; white-space: nowrap; color: #fff&amp;quot; |&lt;br /&gt;
&amp;lt;div style=&amp;quot;font-size:195%; font-family: sans-serif; border: none; margin: 0; padding:0; color: #ffdaa9&amp;quot;&amp;gt;{{{welcome}}}&amp;lt;/div&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;noinclude&amp;gt;[[Category:Templates]]&lt;/div&gt;</summary>
		<author><name>Jsan</name></author>
	</entry>
	<entry>
		<id>https://wiki.siegeofcentauri.com/index.php?title=MediaWiki:Vector.css&amp;diff=215</id>
		<title>MediaWiki:Vector.css</title>
		<link rel="alternate" type="text/html" href="https://wiki.siegeofcentauri.com/index.php?title=MediaWiki:Vector.css&amp;diff=215"/>
		<updated>2024-01-05T21:35:01Z</updated>

		<summary type="html">&lt;p&gt;Jsan: Created page with &amp;quot;/* All CSS here will be loaded for users of the Vector skin */ @media (max-width: 768px) { /* Adjust 768px to whatever your threshold is */     #mw-panel {         display: none;     }     #column-content { margin: 0 0 1em 0; }     #content { margin: 0 0 0 0; }     #p-cactions { left: .1em; }     #left-navigation { margin-left: 0; } }  @media (min-width: 769px) {     #home-tab {         display: none;     } }&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;/* All CSS here will be loaded for users of the Vector skin */&lt;br /&gt;
@media (max-width: 768px) { /* Adjust 768px to whatever your threshold is */&lt;br /&gt;
    #mw-panel {&lt;br /&gt;
        display: none;&lt;br /&gt;
    }&lt;br /&gt;
    #column-content { margin: 0 0 1em 0; }&lt;br /&gt;
    #content { margin: 0 0 0 0; }&lt;br /&gt;
    #p-cactions { left: .1em; }&lt;br /&gt;
    #left-navigation { margin-left: 0; }&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
@media (min-width: 769px) {&lt;br /&gt;
    #home-tab {&lt;br /&gt;
        display: none;&lt;br /&gt;
    }&lt;br /&gt;
}&lt;/div&gt;</summary>
		<author><name>Jsan</name></author>
	</entry>
	<entry>
		<id>https://wiki.siegeofcentauri.com/index.php?title=MediaWiki:Common.css&amp;diff=214</id>
		<title>MediaWiki:Common.css</title>
		<link rel="alternate" type="text/html" href="https://wiki.siegeofcentauri.com/index.php?title=MediaWiki:Common.css&amp;diff=214"/>
		<updated>2024-01-05T21:34:31Z</updated>

		<summary type="html">&lt;p&gt;Jsan: Created page with &amp;quot;/* CSS placed here will be applied to all skins */ body.page-Main_Page.action-view h1.firstHeading, body.page-Main_Page.action-submit h1.firstHeading { display: none; } body.page-Test_Main.action-view h1.firstHeading, body.page-Test_Main.action-submit h1.firstHeading { display: none; }  #p-logo { height: 250px; width: 160px; }  #p-logo a { height: 250px; width: 160px; } div#mw-panel { padding-top: 2em; }  img {   max-width: 100%;   height: auto; }  @media (max-width: 760...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;/* CSS placed here will be applied to all skins */&lt;br /&gt;
body.page-Main_Page.action-view h1.firstHeading, body.page-Main_Page.action-submit h1.firstHeading { display: none; }&lt;br /&gt;
body.page-Test_Main.action-view h1.firstHeading, body.page-Test_Main.action-submit h1.firstHeading { display: none; }&lt;br /&gt;
&lt;br /&gt;
#p-logo { height: 250px; width: 160px; }&lt;br /&gt;
&lt;br /&gt;
#p-logo a { height: 250px; width: 160px; }&lt;br /&gt;
div#mw-panel { padding-top: 2em; }&lt;br /&gt;
&lt;br /&gt;
img {&lt;br /&gt;
  max-width: 100%;&lt;br /&gt;
  height: auto;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
@media (max-width: 760px) { /* Adjust as needed */&lt;br /&gt;
  table, tbody, tr, td {&lt;br /&gt;
    display: block;&lt;br /&gt;
    width: 100%;&lt;br /&gt;
  }&lt;br /&gt;
}&lt;/div&gt;</summary>
		<author><name>Jsan</name></author>
	</entry>
	<entry>
		<id>https://wiki.siegeofcentauri.com/index.php?title=Main_Page&amp;diff=82</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://wiki.siegeofcentauri.com/index.php?title=Main_Page&amp;diff=82"/>
		<updated>2019-09-12T18:05:28Z</updated>

		<summary type="html">&lt;p&gt;Jsan: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
{{MainTemplate&lt;br /&gt;
| welcome = [[File:siege wiki home.jpg|link=|&amp;lt;span title=&amp;quot;Siege of Centauri Wiki&amp;quot;&amp;gt;&amp;lt;/span&amp;gt;]]&lt;br /&gt;
| about_title = About Siege of Centauri&lt;br /&gt;
| about_content = &lt;br /&gt;
Communications to Earth&#039;s first interstellar colony in Proxima Centauri have gone dark. In response, Earth has dispatched the Carpathia to investigate. Upon arrival, you find a colony under siege. Your mission: save the colony from these brutal alien invaders.&lt;br /&gt;
&lt;br /&gt;
Siege of Centauri puts you in command of the defense of Earth&#039;s first interstellar colony. Set in the Ashes of the Singularity universe, thousands of alien machines are attacking and only you, with your arsenal of deployable defense structures and strategic orbital abilities, can stop them.&lt;br /&gt;
Customize the Carpathia in order to best handle the challenges of each individual mission, battle across the surface of an alien world through a series of story-driven campaigns or see how long you can survive in a doomed region where the enemy waves are truly endless.&lt;br /&gt;
&lt;br /&gt;
The enemy comes in all shapes and sizes, challenging you to counter them with the right defense in the right place. Siege of Centauri combines the best elements of classic tower defense games with the strategic depth Stardock has delivered in past titles, including Sins of a Solar Empire: Rebellion and Ashes of the Singularity.&lt;br /&gt;
&lt;br /&gt;
==== Defend the Colony ====&lt;br /&gt;
&amp;lt;p style=&amp;quot;margin-top:0;&amp;quot;&amp;gt;Proxima Centauri is under attack from hordes of alien invaders! Play through a vast campaign full of challenging missions. Deploy defenses, use powerful orbital abilities, and call units at the right time and place in order to win.&amp;lt;/p&amp;gt;&lt;br /&gt;
==== Customize your Defenses ====&lt;br /&gt;
&amp;lt;p style=&amp;quot;margin-top:0;&amp;quot;&amp;gt;Choose from dozens of tower upgrades and determine what you need in order to survive. Upgrade your particle cannon to slow its target, your Artillery Post to leave fire in areas it has attacks, or your Corrosion Mortars so that victims infect the allies around them.&amp;lt;/p&amp;gt;&lt;br /&gt;
==== Fight Against Dozens of Enemies ====&lt;br /&gt;
&amp;lt;p style=&amp;quot;margin-top:0;&amp;quot;&amp;gt;The alien invaders have many unique attacks and defenses. Beware the Falling Star that disables defenses when it explodes, or the Heart of the Phoenix that forms a chrysalis when destroyed that can be reborn as a new Heart.&amp;lt;/p&amp;gt;&lt;br /&gt;
==== Create your own Missions ====&lt;br /&gt;
&amp;lt;p style=&amp;quot;margin-top:0;&amp;quot;&amp;gt;Use the in-game workshop, then upload and share them with other players. Download new missions created by other users, too. Get started with the [[ModdersGuide|Modder&#039;s Guide]].&amp;lt;/p&amp;gt;&lt;br /&gt;
==== Survive the Onslaught ====&lt;br /&gt;
&amp;lt;p style=&amp;quot;margin-top:0;&amp;quot;&amp;gt;See how long you can survive against relentless enemy waves in Endless Mode! Try to outlast other players and compare your scores on the leaderboards.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
| sections_title = Featured Trailer&lt;br /&gt;
| sections_content =&lt;br /&gt;
&amp;lt;span style=&amp;quot;margin-left:-0.4em;&amp;quot;&amp;gt;[[File:Siege-wiki-release-trailer.jpg|319px|link=https://www.youtube.com/watch?v=xbs3VSMazZw]]&amp;lt;/span&amp;gt;&lt;br /&gt;
| articles_title = Important Pages&lt;br /&gt;
| articles_content =&lt;br /&gt;
&amp;lt;h2 style=&amp;quot;font-family: sans-serif; font-size: 1.125em; margin-top:0.875em&amp;quot;&amp;gt; Media &amp;lt;/h2&amp;gt;&lt;br /&gt;
*[[Trailers|Trailers]] &lt;br /&gt;
*[[Screenshots|Screenshots]] &lt;br /&gt;
*[[Artwork|Artwork]] &lt;br /&gt;
*[[ModdersGuide|Modder&#039;s Guide]] &lt;br /&gt;
&amp;lt;h2 style=&amp;quot;font-family: sans-serif; font-size: 1.125em; margin-top:0.875em&amp;quot;&amp;gt; Official Pages &amp;lt;/h2&amp;gt;&lt;br /&gt;
*[https://www.siegeofcentauri.com/ SiegeofCentauri.com] &lt;br /&gt;
*[https://www.facebook.com/SiegeofCentauri/ Siege of Centauri Facebook] &lt;br /&gt;
*[https://twitter.com/SiegeCentauri Siege of Centauri Twitter] &lt;br /&gt;
*[https://www.reddit.com/r/Stardock/ Reddit] &lt;br /&gt;
*[https://forums.stardock.net/forum/1182 Siege of Centauri Forums]&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Wiki]]&lt;/div&gt;</summary>
		<author><name>Jsan</name></author>
	</entry>
	<entry>
		<id>https://wiki.siegeofcentauri.com/index.php?title=Trailers&amp;diff=81</id>
		<title>Trailers</title>
		<link rel="alternate" type="text/html" href="https://wiki.siegeofcentauri.com/index.php?title=Trailers&amp;diff=81"/>
		<updated>2019-09-12T17:59:18Z</updated>

		<summary type="html">&lt;p&gt;Jsan: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;div&amp;gt;&amp;lt;ul&amp;gt; &lt;br /&gt;
&amp;lt;li style=&amp;quot;display: inline-block; margin-bottom: 2em; margin-right:1em;&amp;quot;&amp;gt; [[File:Siege-wiki-release-trailer.jpg|334px|link=https://youtu.be/xbs3VSMazZw]]&amp;lt;br /&amp;gt;Release Trailer&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li style=&amp;quot;display: inline-block; margin-bottom: 2em; margin-right:1em;&amp;quot;&amp;gt; [[File:Siege-wiki-gameplay-trailer.jpg|334px|link=https://youtu.be/ZV2D39Bls3I]]&amp;lt;br /&amp;gt;Gameplay Trailer&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&amp;lt;/div&amp;gt;&lt;/div&gt;</summary>
		<author><name>Jsan</name></author>
	</entry>
	<entry>
		<id>https://wiki.siegeofcentauri.com/index.php?title=File:Siege-wiki-release-trailer.jpg&amp;diff=80</id>
		<title>File:Siege-wiki-release-trailer.jpg</title>
		<link rel="alternate" type="text/html" href="https://wiki.siegeofcentauri.com/index.php?title=File:Siege-wiki-release-trailer.jpg&amp;diff=80"/>
		<updated>2019-09-12T17:54:33Z</updated>

		<summary type="html">&lt;p&gt;Jsan: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Jsan</name></author>
	</entry>
	<entry>
		<id>https://wiki.siegeofcentauri.com/index.php?title=File:Siege-wiki-gameplay-trailer.jpg&amp;diff=79</id>
		<title>File:Siege-wiki-gameplay-trailer.jpg</title>
		<link rel="alternate" type="text/html" href="https://wiki.siegeofcentauri.com/index.php?title=File:Siege-wiki-gameplay-trailer.jpg&amp;diff=79"/>
		<updated>2019-09-12T17:54:07Z</updated>

		<summary type="html">&lt;p&gt;Jsan: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Jsan</name></author>
	</entry>
	<entry>
		<id>https://wiki.siegeofcentauri.com/index.php?title=Screenshots&amp;diff=78</id>
		<title>Screenshots</title>
		<link rel="alternate" type="text/html" href="https://wiki.siegeofcentauri.com/index.php?title=Screenshots&amp;diff=78"/>
		<updated>2019-09-12T17:53:36Z</updated>

		<summary type="html">&lt;p&gt;Jsan: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
&amp;amp;nbsp;&lt;br /&gt;
&lt;br /&gt;
== Siege of Centauri Screenshots ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery heights=&amp;quot;200px&amp;quot; widths=&amp;quot;364px&amp;quot;&amp;gt;&lt;br /&gt;
File:Soc release ss1.png&lt;br /&gt;
File:Soc release ss2.png&lt;br /&gt;
File:Soc release ss3.png&lt;br /&gt;
File:Soc release ss4.png&lt;br /&gt;
File:Soc release ss5.png&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;/div&gt;</summary>
		<author><name>Jsan</name></author>
	</entry>
	<entry>
		<id>https://wiki.siegeofcentauri.com/index.php?title=File:Soc_release_ss5.png&amp;diff=77</id>
		<title>File:Soc release ss5.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.siegeofcentauri.com/index.php?title=File:Soc_release_ss5.png&amp;diff=77"/>
		<updated>2019-09-12T17:52:40Z</updated>

		<summary type="html">&lt;p&gt;Jsan: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Jsan</name></author>
	</entry>
	<entry>
		<id>https://wiki.siegeofcentauri.com/index.php?title=File:Soc_release_ss4.png&amp;diff=76</id>
		<title>File:Soc release ss4.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.siegeofcentauri.com/index.php?title=File:Soc_release_ss4.png&amp;diff=76"/>
		<updated>2019-09-12T17:52:10Z</updated>

		<summary type="html">&lt;p&gt;Jsan: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Jsan</name></author>
	</entry>
	<entry>
		<id>https://wiki.siegeofcentauri.com/index.php?title=File:Soc_release_ss3.png&amp;diff=75</id>
		<title>File:Soc release ss3.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.siegeofcentauri.com/index.php?title=File:Soc_release_ss3.png&amp;diff=75"/>
		<updated>2019-09-12T17:51:46Z</updated>

		<summary type="html">&lt;p&gt;Jsan: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Jsan</name></author>
	</entry>
	<entry>
		<id>https://wiki.siegeofcentauri.com/index.php?title=File:Soc_release_ss2.png&amp;diff=74</id>
		<title>File:Soc release ss2.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.siegeofcentauri.com/index.php?title=File:Soc_release_ss2.png&amp;diff=74"/>
		<updated>2019-09-12T17:51:14Z</updated>

		<summary type="html">&lt;p&gt;Jsan: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Jsan</name></author>
	</entry>
	<entry>
		<id>https://wiki.siegeofcentauri.com/index.php?title=File:Soc_release_ss1.png&amp;diff=73</id>
		<title>File:Soc release ss1.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.siegeofcentauri.com/index.php?title=File:Soc_release_ss1.png&amp;diff=73"/>
		<updated>2019-09-12T17:50:55Z</updated>

		<summary type="html">&lt;p&gt;Jsan: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Jsan</name></author>
	</entry>
	<entry>
		<id>https://wiki.siegeofcentauri.com/index.php?title=Screenshots&amp;diff=72</id>
		<title>Screenshots</title>
		<link rel="alternate" type="text/html" href="https://wiki.siegeofcentauri.com/index.php?title=Screenshots&amp;diff=72"/>
		<updated>2019-08-22T17:39:51Z</updated>

		<summary type="html">&lt;p&gt;Jsan: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
&amp;amp;nbsp;&lt;br /&gt;
&lt;br /&gt;
== Siege of Centauri Screenshots ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery heights=&amp;quot;200px&amp;quot; widths=&amp;quot;364px&amp;quot;&amp;gt;&lt;br /&gt;
File:soc_beta3_ss4.png&lt;br /&gt;
File:Soc beta2 ss1.png&lt;br /&gt;
File:Soc beta2 ss2.png&lt;br /&gt;
File:soc_beta3_ss1.png&lt;br /&gt;
File:Soc beta2 ss4.png&lt;br /&gt;
File:Soc beta2 ss5.png&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;/div&gt;</summary>
		<author><name>Jsan</name></author>
	</entry>
	<entry>
		<id>https://wiki.siegeofcentauri.com/index.php?title=File:Soc_beta3_ss4.png&amp;diff=71</id>
		<title>File:Soc beta3 ss4.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.siegeofcentauri.com/index.php?title=File:Soc_beta3_ss4.png&amp;diff=71"/>
		<updated>2019-08-22T17:34:45Z</updated>

		<summary type="html">&lt;p&gt;Jsan: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Jsan</name></author>
	</entry>
	<entry>
		<id>https://wiki.siegeofcentauri.com/index.php?title=File:Soc_beta3_ss1.png&amp;diff=70</id>
		<title>File:Soc beta3 ss1.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.siegeofcentauri.com/index.php?title=File:Soc_beta3_ss1.png&amp;diff=70"/>
		<updated>2019-08-22T17:34:31Z</updated>

		<summary type="html">&lt;p&gt;Jsan: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Jsan</name></author>
	</entry>
	<entry>
		<id>https://wiki.siegeofcentauri.com/index.php?title=Trailers&amp;diff=38</id>
		<title>Trailers</title>
		<link rel="alternate" type="text/html" href="https://wiki.siegeofcentauri.com/index.php?title=Trailers&amp;diff=38"/>
		<updated>2019-06-06T21:00:01Z</updated>

		<summary type="html">&lt;p&gt;Jsan: Created page with &amp;quot;&amp;lt;div&amp;gt;&amp;lt;ul&amp;gt;  &amp;lt;li style=&amp;quot;display: inline-block; margin-bottom: 2em; margin-right:1em;&amp;quot;&amp;gt; link=https://youtu.be/rBfjRU9Gdbc&amp;lt;br /&amp;gt;Beta 2 Tr...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;div&amp;gt;&amp;lt;ul&amp;gt; &lt;br /&gt;
&amp;lt;li style=&amp;quot;display: inline-block; margin-bottom: 2em; margin-right:1em;&amp;quot;&amp;gt; [[File:Wiki-soc-beta2-trailer.jpg|334px|link=https://youtu.be/rBfjRU9Gdbc]]&amp;lt;br /&amp;gt;Beta 2 Trailer&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li style=&amp;quot;display: inline-block; margin-bottom: 2em; margin-right:1em;&amp;quot;&amp;gt; [[File:Wiki-ea-trailer.jpg|334px|link=https://youtu.be/k1eERdxlbQw]]&amp;lt;br /&amp;gt;Early Access Trailer&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&amp;lt;/div&amp;gt;&lt;/div&gt;</summary>
		<author><name>Jsan</name></author>
	</entry>
	<entry>
		<id>https://wiki.siegeofcentauri.com/index.php?title=Main_Page&amp;diff=37</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://wiki.siegeofcentauri.com/index.php?title=Main_Page&amp;diff=37"/>
		<updated>2019-06-06T20:59:22Z</updated>

		<summary type="html">&lt;p&gt;Jsan: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
{{MainTemplate&lt;br /&gt;
| welcome = [[File:siege wiki home.jpg|link=|&amp;lt;span title=&amp;quot;Siege of Centauri Wiki&amp;quot;&amp;gt;&amp;lt;/span&amp;gt;]]&lt;br /&gt;
| about_title = About Siege of Centauri&lt;br /&gt;
| about_content = &lt;br /&gt;
Communications to Earth&#039;s first interstellar colony in Proxima Centauri have gone dark. In response, Earth has dispatched the Carpathia to investigate. Upon arrival, you find a colony under siege. Your mission: save the colony from these strange alien invaders.&lt;br /&gt;
&lt;br /&gt;
Set in the Ashes of the Singularity universe, Siege of Centauri puts the player in command of the defense of Earth&#039;s first colony that is under attack by endless waves of alien invaders.&lt;br /&gt;
&lt;br /&gt;
Seemingly unconcerned with self-preservation, the invaders are focused on annihilating the colony. Fortunately, the Carpathia has come with a host of defensive structures that it can drop from orbit to save the colony.&lt;br /&gt;
&lt;br /&gt;
As the Commander of the Carpathia, you must determine the best strategy to defend the colony against the tens of thousands of alien machines that are approaching the colony. Each victory against the enemy expands the colony to a new part of the planet which is met by an increasing aggression by the enemy.&lt;br /&gt;
&lt;br /&gt;
==== Defend Centauri ====&lt;br /&gt;
&amp;lt;p style=&amp;quot;margin-top:0;&amp;quot;&amp;gt;Defend an entire world from a horde of machine invaders. Gain access to new technologies as you move from region to region.&amp;lt;/p&amp;gt;&lt;br /&gt;
==== Deploy Your Defenses ====&lt;br /&gt;
&amp;lt;p style=&amp;quot;margin-top:0;&amp;quot;&amp;gt;You have arrived with an arsenal of emergency rapid deployment defenses. Place them in strategic locations to stop the enemy.&amp;lt;/p&amp;gt;&lt;br /&gt;
==== Death From Above ====&lt;br /&gt;
&amp;lt;p style=&amp;quot;margin-top:0;&amp;quot;&amp;gt;When all else has failed, use your ship&#039;s formidable capabilities from orbit to stop the enemy at all costs.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
| sections_title = Featured Trailer&lt;br /&gt;
| sections_content =&lt;br /&gt;
&amp;lt;span style=&amp;quot;margin-left:-0.4em;&amp;quot;&amp;gt;[[File:Wiki-ea-trailer.jpg|319px|link=https://www.youtube.com/watch?v=k1eERdxlbQw]]&amp;lt;/span&amp;gt;&lt;br /&gt;
| articles_title = Important Pages&lt;br /&gt;
| articles_content =&lt;br /&gt;
&amp;lt;h2 style=&amp;quot;font-family: sans-serif; font-size: 1.125em; margin-top:0.875em&amp;quot;&amp;gt; Media &amp;lt;/h2&amp;gt;&lt;br /&gt;
*[[Trailers|Trailers]] &lt;br /&gt;
*[[Screenshots|Screenshots]] &lt;br /&gt;
*[[Artwork|Artwork]] &lt;br /&gt;
&amp;lt;h2 style=&amp;quot;font-family: sans-serif; font-size: 1.125em; margin-top:0.875em&amp;quot;&amp;gt; Official Pages &amp;lt;/h2&amp;gt;&lt;br /&gt;
*[https://www.siegeofcentauri.com/ SiegeofCentauri.com] &lt;br /&gt;
*[https://www.facebook.com/SiegeofCentauri/ Siege of Centauri Facebook] &lt;br /&gt;
*[https://twitter.com/SiegeCentauri Siege of Centauri Twitter] &lt;br /&gt;
*[https://www.reddit.com/r/Stardock/ Reddit] &lt;br /&gt;
*[https://forums.stardock.net/forum/1182 Siege of Centauri Forums]&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Wiki]]&lt;/div&gt;</summary>
		<author><name>Jsan</name></author>
	</entry>
	<entry>
		<id>https://wiki.siegeofcentauri.com/index.php?title=File:Wiki-soc-beta2-trailer.jpg&amp;diff=36</id>
		<title>File:Wiki-soc-beta2-trailer.jpg</title>
		<link rel="alternate" type="text/html" href="https://wiki.siegeofcentauri.com/index.php?title=File:Wiki-soc-beta2-trailer.jpg&amp;diff=36"/>
		<updated>2019-06-06T20:50:39Z</updated>

		<summary type="html">&lt;p&gt;Jsan: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Jsan</name></author>
	</entry>
	<entry>
		<id>https://wiki.siegeofcentauri.com/index.php?title=Screenshots&amp;diff=35</id>
		<title>Screenshots</title>
		<link rel="alternate" type="text/html" href="https://wiki.siegeofcentauri.com/index.php?title=Screenshots&amp;diff=35"/>
		<updated>2019-06-06T18:20:24Z</updated>

		<summary type="html">&lt;p&gt;Jsan: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
&amp;amp;nbsp;&lt;br /&gt;
&lt;br /&gt;
== Siege of Centauri Screenshots ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery heights=&amp;quot;200px&amp;quot; widths=&amp;quot;364px&amp;quot;&amp;gt;&lt;br /&gt;
File:Soc beta2 ss1.png&lt;br /&gt;
File:Soc beta2 ss2.png&lt;br /&gt;
File:Soc beta2 ss3.png&lt;br /&gt;
File:Soc beta2 ss4.png&lt;br /&gt;
File:Soc beta2 ss5.png&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;/div&gt;</summary>
		<author><name>Jsan</name></author>
	</entry>
	<entry>
		<id>https://wiki.siegeofcentauri.com/index.php?title=File:Soc_beta2_ss5.png&amp;diff=34</id>
		<title>File:Soc beta2 ss5.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.siegeofcentauri.com/index.php?title=File:Soc_beta2_ss5.png&amp;diff=34"/>
		<updated>2019-06-06T18:19:46Z</updated>

		<summary type="html">&lt;p&gt;Jsan: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Jsan</name></author>
	</entry>
	<entry>
		<id>https://wiki.siegeofcentauri.com/index.php?title=File:Soc_beta2_ss4.png&amp;diff=33</id>
		<title>File:Soc beta2 ss4.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.siegeofcentauri.com/index.php?title=File:Soc_beta2_ss4.png&amp;diff=33"/>
		<updated>2019-06-06T18:19:24Z</updated>

		<summary type="html">&lt;p&gt;Jsan: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Jsan</name></author>
	</entry>
	<entry>
		<id>https://wiki.siegeofcentauri.com/index.php?title=File:Soc_beta2_ss3.png&amp;diff=32</id>
		<title>File:Soc beta2 ss3.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.siegeofcentauri.com/index.php?title=File:Soc_beta2_ss3.png&amp;diff=32"/>
		<updated>2019-06-06T18:19:03Z</updated>

		<summary type="html">&lt;p&gt;Jsan: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Jsan</name></author>
	</entry>
	<entry>
		<id>https://wiki.siegeofcentauri.com/index.php?title=File:Soc_beta2_ss2.png&amp;diff=31</id>
		<title>File:Soc beta2 ss2.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.siegeofcentauri.com/index.php?title=File:Soc_beta2_ss2.png&amp;diff=31"/>
		<updated>2019-06-06T18:18:26Z</updated>

		<summary type="html">&lt;p&gt;Jsan: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Jsan</name></author>
	</entry>
	<entry>
		<id>https://wiki.siegeofcentauri.com/index.php?title=File:Soc_beta2_ss1.png&amp;diff=30</id>
		<title>File:Soc beta2 ss1.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.siegeofcentauri.com/index.php?title=File:Soc_beta2_ss1.png&amp;diff=30"/>
		<updated>2019-06-06T18:17:16Z</updated>

		<summary type="html">&lt;p&gt;Jsan: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Jsan</name></author>
	</entry>
	<entry>
		<id>https://wiki.siegeofcentauri.com/index.php?title=Main_Page&amp;diff=29</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://wiki.siegeofcentauri.com/index.php?title=Main_Page&amp;diff=29"/>
		<updated>2019-04-11T18:12:14Z</updated>

		<summary type="html">&lt;p&gt;Jsan: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
{{MainTemplate&lt;br /&gt;
| welcome = [[File:siege wiki home.jpg|link=|&amp;lt;span title=&amp;quot;Siege of Centauri Wiki&amp;quot;&amp;gt;&amp;lt;/span&amp;gt;]]&lt;br /&gt;
| about_title = About Siege of Centauri&lt;br /&gt;
| about_content = &lt;br /&gt;
Communications to Earth&#039;s first interstellar colony in Proxima Centauri have gone dark. In response, Earth has dispatched the Carpathia to investigate. Upon arrival, you find a colony under siege. Your mission: save the colony from these strange alien invaders.&lt;br /&gt;
&lt;br /&gt;
Set in the Ashes of the Singularity universe, Siege of Centauri puts the player in command of the defense of Earth&#039;s first colony that is under attack by endless waves of alien invaders.&lt;br /&gt;
&lt;br /&gt;
Seemingly unconcerned with self-preservation, the invaders are focused on annihilating the colony. Fortunately, the Carpathia has come with a host of defensive structures that it can drop from orbit to save the colony.&lt;br /&gt;
&lt;br /&gt;
As the Commander of the Carpathia, you must determine the best strategy to defend the colony against the tens of thousands of alien machines that are approaching the colony. Each victory against the enemy expands the colony to a new part of the planet which is met by an increasing aggression by the enemy.&lt;br /&gt;
&lt;br /&gt;
==== Defend Centauri ====&lt;br /&gt;
&amp;lt;p style=&amp;quot;margin-top:0;&amp;quot;&amp;gt;Defend an entire world from a horde of machine invaders. Gain access to new technologies as you move from region to region.&amp;lt;/p&amp;gt;&lt;br /&gt;
==== Deploy Your Defenses ====&lt;br /&gt;
&amp;lt;p style=&amp;quot;margin-top:0;&amp;quot;&amp;gt;You have arrived with an arsenal of emergency rapid deployment defenses. Place them in strategic locations to stop the enemy.&amp;lt;/p&amp;gt;&lt;br /&gt;
==== Death From Above ====&lt;br /&gt;
&amp;lt;p style=&amp;quot;margin-top:0;&amp;quot;&amp;gt;When all else has failed, use your ship&#039;s formidable capabilities from orbit to stop the enemy at all costs.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
| sections_title = Featured Trailer&lt;br /&gt;
| sections_content =&lt;br /&gt;
&amp;lt;span style=&amp;quot;margin-left:-0.4em;&amp;quot;&amp;gt;[[File:Wiki-ea-trailer.jpg|319px|link=https://www.youtube.com/watch?v=k1eERdxlbQw]]&amp;lt;/span&amp;gt;&lt;br /&gt;
| articles_title = Important Pages&lt;br /&gt;
| articles_content =&lt;br /&gt;
&amp;lt;h2 style=&amp;quot;font-family: sans-serif; font-size: 1.125em; margin-top:0.875em&amp;quot;&amp;gt; Media &amp;lt;/h2&amp;gt;&lt;br /&gt;
*[[Screenshots|Screenshots]] &lt;br /&gt;
*[[Artwork|Artwork]] &lt;br /&gt;
&amp;lt;h2 style=&amp;quot;font-family: sans-serif; font-size: 1.125em; margin-top:0.875em&amp;quot;&amp;gt; Official Pages &amp;lt;/h2&amp;gt;&lt;br /&gt;
*[https://www.siegeofcentauri.com/ SiegeofCentauri.com] &lt;br /&gt;
*[https://www.facebook.com/SiegeofCentauri/ Siege of Centauri Facebook] &lt;br /&gt;
*[https://twitter.com/SiegeCentauri Siege of Centauri Twitter] &lt;br /&gt;
*[https://www.reddit.com/r/Stardock/ Reddit] &lt;br /&gt;
*[https://forums.stardock.net/forum/1182 Siege of Centauri Forums]&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Wiki]]&lt;/div&gt;</summary>
		<author><name>Jsan</name></author>
	</entry>
	<entry>
		<id>https://wiki.siegeofcentauri.com/index.php?title=Template:MainTemplate&amp;diff=28</id>
		<title>Template:MainTemplate</title>
		<link rel="alternate" type="text/html" href="https://wiki.siegeofcentauri.com/index.php?title=Template:MainTemplate&amp;diff=28"/>
		<updated>2019-04-11T18:10:41Z</updated>

		<summary type="html">&lt;p&gt;Jsan: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{HeaderTemplate|welcome={{{welcome}}}}}&lt;br /&gt;
&amp;lt;div style=&amp;quot;padding:0.5em 0 0.5em 0;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;!-- LEFT COLUMN --&amp;gt;&lt;br /&gt;
{| width=&amp;quot;100%&amp;quot; cellspacing=&amp;quot;0&amp;quot; cellpadding=&amp;quot;0&amp;quot; style=&amp;quot;background:transparent;&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| width=&amp;quot;320px&amp;quot; style=&amp;quot;vertical-align:top; padding-right:0.5em; float:left;&amp;quot; |&lt;br /&gt;
&amp;lt;!-- Sections --&amp;gt;&lt;br /&gt;
{{SectionTemplate|title={{{sections_title}}}|content={{{sections_content}}}}}&lt;br /&gt;
{{SectionTemplate|title={{{articles_title}}}|content={{{articles_content}}}}}&lt;br /&gt;
| width=&amp;quot;100%&amp;quot; style=&amp;quot;vertical-align:top;&amp;quot; |&lt;br /&gt;
&amp;lt;!-- Info about this site --&amp;gt;&lt;br /&gt;
{{SectionTemplate|title={{{about_title}}}|content={{{about_content}}}}}&lt;br /&gt;
&amp;lt;!--{{SectionTemplate|title={{{news_title}}}|content={{{news_content}}}}}--&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
__NOTOC__&lt;br /&gt;
__NOEDITSECTION__&lt;br /&gt;
&amp;lt;noinclude&amp;gt;[[Category:Templates]]&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Jsan</name></author>
	</entry>
	<entry>
		<id>https://wiki.siegeofcentauri.com/index.php?title=File:Wiki-ea-trailer.jpg&amp;diff=27</id>
		<title>File:Wiki-ea-trailer.jpg</title>
		<link rel="alternate" type="text/html" href="https://wiki.siegeofcentauri.com/index.php?title=File:Wiki-ea-trailer.jpg&amp;diff=27"/>
		<updated>2019-04-11T18:01:06Z</updated>

		<summary type="html">&lt;p&gt;Jsan: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Jsan</name></author>
	</entry>
	<entry>
		<id>https://wiki.siegeofcentauri.com/index.php?title=Screenshots&amp;diff=26</id>
		<title>Screenshots</title>
		<link rel="alternate" type="text/html" href="https://wiki.siegeofcentauri.com/index.php?title=Screenshots&amp;diff=26"/>
		<updated>2019-04-11T17:48:38Z</updated>

		<summary type="html">&lt;p&gt;Jsan: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
&amp;amp;nbsp;&lt;br /&gt;
&lt;br /&gt;
== Siege of Centauri Screenshots ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery heights=&amp;quot;200px&amp;quot; widths=&amp;quot;364px&amp;quot;&amp;gt;&lt;br /&gt;
File:SiegeofCentuari eann 01.png&lt;br /&gt;
File:SiegeofCentuari eann 02.png&lt;br /&gt;
File:SiegeofCentuari eann 03.png&lt;br /&gt;
File:SiegeofCentuari eann 04.png&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;/div&gt;</summary>
		<author><name>Jsan</name></author>
	</entry>
	<entry>
		<id>https://wiki.siegeofcentauri.com/index.php?title=File:SiegeofCentuari_eann_04.png&amp;diff=25</id>
		<title>File:SiegeofCentuari eann 04.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.siegeofcentauri.com/index.php?title=File:SiegeofCentuari_eann_04.png&amp;diff=25"/>
		<updated>2019-04-11T17:47:07Z</updated>

		<summary type="html">&lt;p&gt;Jsan: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Jsan</name></author>
	</entry>
	<entry>
		<id>https://wiki.siegeofcentauri.com/index.php?title=File:SiegeofCentuari_eann_03.png&amp;diff=24</id>
		<title>File:SiegeofCentuari eann 03.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.siegeofcentauri.com/index.php?title=File:SiegeofCentuari_eann_03.png&amp;diff=24"/>
		<updated>2019-04-11T17:45:51Z</updated>

		<summary type="html">&lt;p&gt;Jsan: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Jsan</name></author>
	</entry>
	<entry>
		<id>https://wiki.siegeofcentauri.com/index.php?title=File:SiegeofCentuari_eann_02.png&amp;diff=23</id>
		<title>File:SiegeofCentuari eann 02.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.siegeofcentauri.com/index.php?title=File:SiegeofCentuari_eann_02.png&amp;diff=23"/>
		<updated>2019-04-11T17:45:18Z</updated>

		<summary type="html">&lt;p&gt;Jsan: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Jsan</name></author>
	</entry>
	<entry>
		<id>https://wiki.siegeofcentauri.com/index.php?title=File:SiegeofCentuari_eann_01.png&amp;diff=22</id>
		<title>File:SiegeofCentuari eann 01.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.siegeofcentauri.com/index.php?title=File:SiegeofCentuari_eann_01.png&amp;diff=22"/>
		<updated>2019-04-11T17:44:42Z</updated>

		<summary type="html">&lt;p&gt;Jsan: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Jsan</name></author>
	</entry>
	<entry>
		<id>https://wiki.siegeofcentauri.com/index.php?title=Screenshots&amp;diff=21</id>
		<title>Screenshots</title>
		<link rel="alternate" type="text/html" href="https://wiki.siegeofcentauri.com/index.php?title=Screenshots&amp;diff=21"/>
		<updated>2019-04-03T21:04:55Z</updated>

		<summary type="html">&lt;p&gt;Jsan: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
&amp;amp;nbsp;&lt;br /&gt;
&lt;br /&gt;
== Siege of Centauri Screenshots ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery heights=&amp;quot;200px&amp;quot; widths=&amp;quot;364px&amp;quot;&amp;gt;&lt;br /&gt;
File:soc announce 01.png&lt;br /&gt;
File:soc announce 02.png&lt;br /&gt;
File:soc announce 03.png&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;/div&gt;</summary>
		<author><name>Jsan</name></author>
	</entry>
	<entry>
		<id>https://wiki.siegeofcentauri.com/index.php?title=Main_Page&amp;diff=20</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://wiki.siegeofcentauri.com/index.php?title=Main_Page&amp;diff=20"/>
		<updated>2019-04-03T21:04:07Z</updated>

		<summary type="html">&lt;p&gt;Jsan: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
{{MainTemplate&lt;br /&gt;
| welcome = [[File:siege wiki home.jpg|link=|&amp;lt;span title=&amp;quot;Siege of Centauri Wiki&amp;quot;&amp;gt;&amp;lt;/span&amp;gt;]]&lt;br /&gt;
| about_title = About Siege of Centauri&lt;br /&gt;
| about_content = &lt;br /&gt;
Communications to Earth&#039;s first interstellar colony in Proxima Centauri have gone dark. In response, Earth has dispatched the Carpathia to investigate. Upon arrival, you find a colony under siege. Your mission: save the colony from these strange alien invaders.&lt;br /&gt;
&lt;br /&gt;
Set in the Ashes of the Singularity universe, Siege of Centauri puts the player in command of the defense of Earth&#039;s first colony that is under attack by endless waves of alien invaders.&lt;br /&gt;
&lt;br /&gt;
Seemingly unconcerned with self-preservation, the invaders are focused on annihilating the colony. Fortunately, the Carpathia has come with a host of defensive structures that it can drop from orbit to save the colony.&lt;br /&gt;
&lt;br /&gt;
As the Commander of the Carpathia, you must determine the best strategy to defend the colony against the tens of thousands of alien machines that are approaching the colony. Each victory against the enemy expands the colony to a new part of the planet which is met by an increasing aggression by the enemy.&lt;br /&gt;
&lt;br /&gt;
==== Defend Centauri ====&lt;br /&gt;
&amp;lt;p style=&amp;quot;margin-top:0;&amp;quot;&amp;gt;Defend an entire world from a horde of machine invaders. Gain access to new technologies as you move from region to region.&amp;lt;/p&amp;gt;&lt;br /&gt;
==== Deploy Your Defenses ====&lt;br /&gt;
&amp;lt;p style=&amp;quot;margin-top:0;&amp;quot;&amp;gt;You have arrived with an arsenal of emergency rapid deployment defenses. Place them in strategic locations to stop the enemy.&amp;lt;/p&amp;gt;&lt;br /&gt;
==== Death From Above ====&lt;br /&gt;
&amp;lt;p style=&amp;quot;margin-top:0;&amp;quot;&amp;gt;When all else has failed, use your ship&#039;s formidable capabilities from orbit to stop the enemy at all costs.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
| articles_title = Important Pages&lt;br /&gt;
| articles_content =&lt;br /&gt;
&amp;lt;h2 style=&amp;quot;font-family: sans-serif; font-size: 1.125em; margin-top:0.875em&amp;quot;&amp;gt; Media &amp;lt;/h2&amp;gt;&lt;br /&gt;
*[[Screenshots|Screenshots]] &lt;br /&gt;
*[[Artwork|Artwork]] &lt;br /&gt;
&amp;lt;h2 style=&amp;quot;font-family: sans-serif; font-size: 1.125em; margin-top:0.875em&amp;quot;&amp;gt; Official Pages &amp;lt;/h2&amp;gt;&lt;br /&gt;
*[https://www.siegeofcentauri.com/ SiegeofCentauri.com] &lt;br /&gt;
*[https://www.facebook.com/SiegeofCentauri/ Siege of Centauri Facebook] &lt;br /&gt;
*[https://twitter.com/SiegeCentauri Siege of Centauri Twitter] &lt;br /&gt;
*[https://www.reddit.com/r/Stardock/ Reddit] &lt;br /&gt;
*[https://forums.stardock.net/forum/1182 Siege of Centauri Forums]&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Wiki]]&lt;/div&gt;</summary>
		<author><name>Jsan</name></author>
	</entry>
	<entry>
		<id>https://wiki.siegeofcentauri.com/index.php?title=Artwork&amp;diff=18</id>
		<title>Artwork</title>
		<link rel="alternate" type="text/html" href="https://wiki.siegeofcentauri.com/index.php?title=Artwork&amp;diff=18"/>
		<updated>2019-03-15T13:48:32Z</updated>

		<summary type="html">&lt;p&gt;Jsan: Created page with &amp;quot; &amp;amp;nbsp;  == Siege of Centauri Artwork ==  &amp;lt;gallery heights=&amp;quot;200px&amp;quot; widths=&amp;quot;364px&amp;quot;&amp;gt; File:Soc artwork keyart.jpg File:soc artwork Carpathia.jpg File:soc artwork InvasionScreen.j...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
&amp;amp;nbsp;&lt;br /&gt;
&lt;br /&gt;
== Siege of Centauri Artwork ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery heights=&amp;quot;200px&amp;quot; widths=&amp;quot;364px&amp;quot;&amp;gt;&lt;br /&gt;
File:Soc artwork keyart.jpg&lt;br /&gt;
File:soc artwork Carpathia.jpg&lt;br /&gt;
File:soc artwork InvasionScreen.jpg&lt;br /&gt;
File:soc artwork Landers.jpg&lt;br /&gt;
File:soc artwork Soccergame.jpg&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;/div&gt;</summary>
		<author><name>Jsan</name></author>
	</entry>
	<entry>
		<id>https://wiki.siegeofcentauri.com/index.php?title=Screenshots&amp;diff=17</id>
		<title>Screenshots</title>
		<link rel="alternate" type="text/html" href="https://wiki.siegeofcentauri.com/index.php?title=Screenshots&amp;diff=17"/>
		<updated>2019-03-15T13:47:25Z</updated>

		<summary type="html">&lt;p&gt;Jsan: Created page with &amp;quot; &amp;amp;nbsp;  == Siege of Centauri Screenshots ==  &amp;lt;gallery heights=&amp;quot;200px&amp;quot; widths=&amp;quot;364px&amp;quot;&amp;gt; File:soc announce 01.png File:soc announce 02.png File:soc announce 03.png File:soc anno...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
&amp;amp;nbsp;&lt;br /&gt;
&lt;br /&gt;
== Siege of Centauri Screenshots ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery heights=&amp;quot;200px&amp;quot; widths=&amp;quot;364px&amp;quot;&amp;gt;&lt;br /&gt;
File:soc announce 01.png&lt;br /&gt;
File:soc announce 02.png&lt;br /&gt;
File:soc announce 03.png&lt;br /&gt;
File:soc announce 04.png&lt;br /&gt;
File:soc announce 05.png&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;/div&gt;</summary>
		<author><name>Jsan</name></author>
	</entry>
	<entry>
		<id>https://wiki.siegeofcentauri.com/index.php?title=Main_Page&amp;diff=16</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://wiki.siegeofcentauri.com/index.php?title=Main_Page&amp;diff=16"/>
		<updated>2019-03-15T13:46:09Z</updated>

		<summary type="html">&lt;p&gt;Jsan: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
{{MainTemplate&lt;br /&gt;
| welcome = [[File:siege wiki home.jpg|link=|&amp;lt;span title=&amp;quot;Siege of Centauri Wiki&amp;quot;&amp;gt;&amp;lt;/span&amp;gt;]]&lt;br /&gt;
| about_title = About Siege of Centauri&lt;br /&gt;
| about_content = &lt;br /&gt;
Earth&#039;s first interstellar colony in Proxima Centauri is under attack by an unknown alien species. Earth has sent you to save the colony at any cost.&lt;br /&gt;
&lt;br /&gt;
==== Defend Centauri ====&lt;br /&gt;
&amp;lt;p style=&amp;quot;margin-top:0;&amp;quot;&amp;gt;Play through 16 missions that increase in challenge as you progress. Alter your strategy to react to new threats based on what&#039;s attacking the map.&amp;lt;/p&amp;gt;&lt;br /&gt;
==== Survive Endless Enemy Waves ====&lt;br /&gt;
&amp;lt;p style=&amp;quot;margin-top:0;&amp;quot;&amp;gt;Battle nonstop waves of enemies in Endless Mode. See how long you can last before they overwhlem you.&amp;lt;/p&amp;gt;&lt;br /&gt;
==== Deploy a Variety of Towers ====&lt;br /&gt;
&amp;lt;p style=&amp;quot;margin-top:0;&amp;quot;&amp;gt;Choose from towers that can arc lightning to destroy ground and air foes, shoot powerful cannon beams to destroy heavy armored units, and more.&amp;lt;/p&amp;gt;&lt;br /&gt;
==== Call Powerful Orbital Abilities ====&lt;br /&gt;
&amp;lt;p style=&amp;quot;margin-top:0;&amp;quot;&amp;gt;Respond to threats by calling reinforcements to fight enemies directly, or overcharging your towers to give them a boost.&amp;lt;/p&amp;gt;&lt;br /&gt;
==== Prepare for Battle ====&lt;br /&gt;
&amp;lt;p style=&amp;quot;margin-top:0;&amp;quot;&amp;gt;Choose new abilities or customize your towers between missions to face new enemies. Optimize your gun turrets, arm your reinforcements, and more.&amp;lt;/p&amp;gt;&lt;br /&gt;
==== Impressive Visual Fidelity ====&lt;br /&gt;
&amp;lt;p style=&amp;quot;margin-top:0;&amp;quot;&amp;gt;Experience massive waves of enemies with the full effects of beautiful lighting, realistic textures, and high-quality explosions with no performance impact.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
| articles_title = Important Pages&lt;br /&gt;
| articles_content =&lt;br /&gt;
&amp;lt;h2 style=&amp;quot;font-family: sans-serif; font-size: 1.125em; margin-top:0.875em&amp;quot;&amp;gt; Media &amp;lt;/h2&amp;gt;&lt;br /&gt;
*[[Screenshots|Screenshots]] &lt;br /&gt;
*[[Artwork|Artwork]] &lt;br /&gt;
&amp;lt;h2 style=&amp;quot;font-family: sans-serif; font-size: 1.125em; margin-top:0.875em&amp;quot;&amp;gt; Official Pages &amp;lt;/h2&amp;gt;&lt;br /&gt;
*[https://www.siegeofcentauri.com/ SiegeofCentauri.com] &lt;br /&gt;
*[https://www.facebook.com/SiegeofCentauri/ Siege of Centauri Facebook] &lt;br /&gt;
*[https://twitter.com/SiegeCentauri Siege of Centauri Twitter] &lt;br /&gt;
*[https://www.reddit.com/r/Stardock/ Reddit] &lt;br /&gt;
*[https://forums.stardock.net/forum/1182 Siege of Centauri Forums]&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Wiki]]&lt;/div&gt;</summary>
		<author><name>Jsan</name></author>
	</entry>
	<entry>
		<id>https://wiki.siegeofcentauri.com/index.php?title=File:Soc_artwork_keyart.jpg&amp;diff=15</id>
		<title>File:Soc artwork keyart.jpg</title>
		<link rel="alternate" type="text/html" href="https://wiki.siegeofcentauri.com/index.php?title=File:Soc_artwork_keyart.jpg&amp;diff=15"/>
		<updated>2019-03-15T13:32:18Z</updated>

		<summary type="html">&lt;p&gt;Jsan: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Jsan</name></author>
	</entry>
	<entry>
		<id>https://wiki.siegeofcentauri.com/index.php?title=File:Soc_artwork_Soccergame.jpg&amp;diff=14</id>
		<title>File:Soc artwork Soccergame.jpg</title>
		<link rel="alternate" type="text/html" href="https://wiki.siegeofcentauri.com/index.php?title=File:Soc_artwork_Soccergame.jpg&amp;diff=14"/>
		<updated>2019-03-15T13:20:53Z</updated>

		<summary type="html">&lt;p&gt;Jsan: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Jsan</name></author>
	</entry>
	<entry>
		<id>https://wiki.siegeofcentauri.com/index.php?title=File:Soc_artwork_Landers.jpg&amp;diff=13</id>
		<title>File:Soc artwork Landers.jpg</title>
		<link rel="alternate" type="text/html" href="https://wiki.siegeofcentauri.com/index.php?title=File:Soc_artwork_Landers.jpg&amp;diff=13"/>
		<updated>2019-03-15T13:20:05Z</updated>

		<summary type="html">&lt;p&gt;Jsan: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Jsan</name></author>
	</entry>
	<entry>
		<id>https://wiki.siegeofcentauri.com/index.php?title=File:Soc_artwork_InvasionScreen.jpg&amp;diff=12</id>
		<title>File:Soc artwork InvasionScreen.jpg</title>
		<link rel="alternate" type="text/html" href="https://wiki.siegeofcentauri.com/index.php?title=File:Soc_artwork_InvasionScreen.jpg&amp;diff=12"/>
		<updated>2019-03-15T13:19:07Z</updated>

		<summary type="html">&lt;p&gt;Jsan: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Jsan</name></author>
	</entry>
	<entry>
		<id>https://wiki.siegeofcentauri.com/index.php?title=File:Soc_artwork_Carpathia.jpg&amp;diff=11</id>
		<title>File:Soc artwork Carpathia.jpg</title>
		<link rel="alternate" type="text/html" href="https://wiki.siegeofcentauri.com/index.php?title=File:Soc_artwork_Carpathia.jpg&amp;diff=11"/>
		<updated>2019-03-15T13:18:41Z</updated>

		<summary type="html">&lt;p&gt;Jsan: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Jsan</name></author>
	</entry>
	<entry>
		<id>https://wiki.siegeofcentauri.com/index.php?title=File:Soc_announce_05.png&amp;diff=10</id>
		<title>File:Soc announce 05.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.siegeofcentauri.com/index.php?title=File:Soc_announce_05.png&amp;diff=10"/>
		<updated>2019-03-15T13:18:15Z</updated>

		<summary type="html">&lt;p&gt;Jsan: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Jsan</name></author>
	</entry>
	<entry>
		<id>https://wiki.siegeofcentauri.com/index.php?title=File:Soc_announce_04.png&amp;diff=9</id>
		<title>File:Soc announce 04.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.siegeofcentauri.com/index.php?title=File:Soc_announce_04.png&amp;diff=9"/>
		<updated>2019-03-15T13:17:18Z</updated>

		<summary type="html">&lt;p&gt;Jsan: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Jsan</name></author>
	</entry>
	<entry>
		<id>https://wiki.siegeofcentauri.com/index.php?title=File:Soc_announce_03.png&amp;diff=8</id>
		<title>File:Soc announce 03.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.siegeofcentauri.com/index.php?title=File:Soc_announce_03.png&amp;diff=8"/>
		<updated>2019-03-15T13:11:50Z</updated>

		<summary type="html">&lt;p&gt;Jsan: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Jsan</name></author>
	</entry>
	<entry>
		<id>https://wiki.siegeofcentauri.com/index.php?title=File:Soc_announce_02.png&amp;diff=7</id>
		<title>File:Soc announce 02.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.siegeofcentauri.com/index.php?title=File:Soc_announce_02.png&amp;diff=7"/>
		<updated>2019-03-15T13:10:35Z</updated>

		<summary type="html">&lt;p&gt;Jsan: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Jsan</name></author>
	</entry>
	<entry>
		<id>https://wiki.siegeofcentauri.com/index.php?title=File:Soc_announce_01.png&amp;diff=6</id>
		<title>File:Soc announce 01.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.siegeofcentauri.com/index.php?title=File:Soc_announce_01.png&amp;diff=6"/>
		<updated>2019-03-14T20:04:15Z</updated>

		<summary type="html">&lt;p&gt;Jsan: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Jsan</name></author>
	</entry>
	<entry>
		<id>https://wiki.siegeofcentauri.com/index.php?title=File:Siege_wiki_home.jpg&amp;diff=5</id>
		<title>File:Siege wiki home.jpg</title>
		<link rel="alternate" type="text/html" href="https://wiki.siegeofcentauri.com/index.php?title=File:Siege_wiki_home.jpg&amp;diff=5"/>
		<updated>2019-03-14T20:03:23Z</updated>

		<summary type="html">&lt;p&gt;Jsan: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Jsan</name></author>
	</entry>
	<entry>
		<id>https://wiki.siegeofcentauri.com/index.php?title=Template:MainTemplate&amp;diff=4</id>
		<title>Template:MainTemplate</title>
		<link rel="alternate" type="text/html" href="https://wiki.siegeofcentauri.com/index.php?title=Template:MainTemplate&amp;diff=4"/>
		<updated>2019-03-14T19:19:02Z</updated>

		<summary type="html">&lt;p&gt;Jsan: Created page with &amp;quot;{{HeaderTemplate|welcome={{{welcome}}}}} &amp;lt;div style=&amp;quot;padding:0.5em 0 0.5em 0;&amp;quot;&amp;gt; &amp;lt;!-- LEFT COLUMN --&amp;gt; {| width=&amp;quot;100%&amp;quot; cellspacing=&amp;quot;0&amp;quot; cellpadding=&amp;quot;0&amp;quot; style=&amp;quot;background:transpar...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{HeaderTemplate|welcome={{{welcome}}}}}&lt;br /&gt;
&amp;lt;div style=&amp;quot;padding:0.5em 0 0.5em 0;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;!-- LEFT COLUMN --&amp;gt;&lt;br /&gt;
{| width=&amp;quot;100%&amp;quot; cellspacing=&amp;quot;0&amp;quot; cellpadding=&amp;quot;0&amp;quot; style=&amp;quot;background:transparent;&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| width=&amp;quot;320px&amp;quot; style=&amp;quot;vertical-align:top; padding-right:0.5em; float:left;&amp;quot; |&lt;br /&gt;
&amp;lt;!-- Sections --&amp;gt;&lt;br /&gt;
&amp;lt;!--{{SectionTemplate|title={{{sections_title}}}|content={{{sections_content}}}}}--&amp;gt;&lt;br /&gt;
{{SectionTemplate|title={{{articles_title}}}|content={{{articles_content}}}}}&lt;br /&gt;
| width=&amp;quot;100%&amp;quot; style=&amp;quot;vertical-align:top;&amp;quot; |&lt;br /&gt;
&amp;lt;!-- Info about this site --&amp;gt;&lt;br /&gt;
{{SectionTemplate|title={{{about_title}}}|content={{{about_content}}}}}&lt;br /&gt;
&amp;lt;!--{{SectionTemplate|title={{{news_title}}}|content={{{news_content}}}}}--&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
__NOTOC__&lt;br /&gt;
__NOEDITSECTION__&lt;br /&gt;
&amp;lt;noinclude&amp;gt;[[Category:Templates]]&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Jsan</name></author>
	</entry>
</feed>