Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
<?xml version="1.0" encoding="utf-8"?>
<Defs>
<WorldObjectDef ParentName="OutpostBase">
<defName>Outpost_Field_MunitionsFactory</defName>
<label>Munitions Factory</label>
<description>Places an autonomously-led production facility geared for making artillery shells. With smart enough engineers it can also produce anti-grain warheads.</description>
<worldObjectClass>VOEAdditionalOutposts.Outpost_ChooseResultFloat</worldObjectClass>
<expandingIconTexture>WorldObjects/OutpostMunitionsFactory</expandingIconTexture>
<modExtensions>
<li Class="Outposts.OutpostExtension_Choose">
<RequiredSkills>
<Intellectual>10</Intellectual>
</RequiredSkills>
<TicksPerProduction>900000</TicksPerProduction>
<TicksToSetUp>120000</TicksToSetUp>
<ProvidedFood>MealFine_Veg</ProvidedFood>
<DisplaySkills>
<li>Intellectual</li>
</DisplaySkills>
<ChooseLabel>Choose output</ChooseLabel>
<ChooseDesc>Choose which item will be produced</ChooseDesc>
</li>
<li Class="VOEAdditionalOutposts.OutpostExtension_ChooseFloat">
<AdditionalDisplaySkills>
<li>Crafting</li>
</AdditionalDisplaySkills>
<ResultOptions>
<li>
<Thing>Shell_HighExplosive</Thing>
<AmountsPerSkills>
<Crafting>1.25</Crafting>
</AmountsPerSkills>
</li>
<li>
<Thing>Shell_Incendiary</Thing>
<AmountsPerSkills>
<Crafting>1.25</Crafting>
</AmountsPerSkills>
</li>
<li>
<Thing>Shell_Smoke</Thing>
<AmountsPerSkills>
<Crafting>1.25</Crafting>
</AmountsPerSkills>
</li>
<li>
<Thing>Shell_Firefoam</Thing>
<AmountsPerSkills>
<Crafting>1.25</Crafting>
</AmountsPerSkills>
</li>
<li>
<Thing>Shell_EMP</Thing>
<AmountsPerSkills>
<Crafting>0.75</Crafting>
</AmountsPerSkills>
</li>
<li>
<Thing>Shell_AntigrainWarhead</Thing>
<MinSkills>
<Intellectual>100</Intellectual>
</MinSkills>
<AmountsPerSkills>
<Crafting>0.03</Crafting>
</AmountsPerSkills>
</li>
</ResultOptions>
</li>
<li Class="KCSG.CustomGenOption">
<chooseFromlayouts>
<li>Outpost_Struct_Production</li>
</chooseFromlayouts>
<fullClear>true</fullClear>
</li>
</modExtensions>
</WorldObjectDef>
<WorldObjectDef ParentName="OutpostBase">
<defName>Outpost_Field_OrbitalCraftFactory</defName>
<label>Orbital Craft Factory</label>
<description>Builds a settlement focused on producing and launching small single-use orbital craft. It can make some profit through selling commercial satellites, but when staffed with high-intelligence scientists, is capable of building a constellation of orbital bombardment satellites that can support ground troops anywhere on the plant.</description>
<worldObjectClass>VOEAdditionalOutposts.Outpost_ChooseResultFloat</worldObjectClass>
<expandingIconTexture>WorldObjects/OutpostOrbitalCraftFactory</expandingIconTexture>
<modExtensions>
<li Class="Outposts.OutpostExtension_Choose">
<RequiredSkills>
<Intellectual>20</Intellectual>
</RequiredSkills>
<TicksPerProduction>900000</TicksPerProduction>
<TicksToSetUp>120000</TicksToSetUp>
<ProvidedFood>MealFine_Veg</ProvidedFood>
<DisplaySkills>
<li>Intellectual</li>
</DisplaySkills>
<ChooseLabel>Choose output</ChooseLabel>
<ChooseDesc>Choose which item will be produced</ChooseDesc>
</li>
<li Class="VOEAdditionalOutposts.OutpostExtension_ChooseFloat">
<AdditionalDisplaySkills>
<li>Crafting</li>
</AdditionalDisplaySkills>
<ResultOptions>
<li>
<Thing>Silver</Thing>
<AmountsPerSkills>
<Crafting>20</Crafting>
</AmountsPerSkills>
</li>
<li>
<Thing>OrbitalTargeterBombardment</Thing>
<MinSkills>
<Intellectual>200</Intellectual>
</MinSkills>
<AmountsPerSkills>
<Crafting>0.01</Crafting>
</AmountsPerSkills>
</li>
</ResultOptions>
</li>
<li Class="KCSG.CustomGenOption">
<chooseFromlayouts>
<li>Outpost_Struct_Production</li>
</chooseFromlayouts>
<fullClear>true</fullClear>
</li>
</modExtensions>
</WorldObjectDef>
</Defs>
An outpost is a good fit enough for it, though.
IMO, simpler is generally better. Higher perf, fewer bugs, etc. Sure, a fancy building that animates a rocket launch, and maybe even a separate submap like in SOS2 is cool, but just building out an outpost to make them, getting a team of high-int pawns together for the project, etc is fun enough for me for now.