Installer Steam
log på
|
sprog
简体中文 (forenklet kinesisk)
繁體中文 (traditionelt kinesisk)
日本語 (japansk)
한국어 (koreansk)
ไทย (thai)
Български (bulgarsk)
Čeština (tjekkisk)
Deutsch (tysk)
English (engelsk)
Español – España (spansk – Spanien)
Español – Latinoamérica (spansk – Latinamerika)
Ελληνικά (græsk)
Français (fransk)
Italiano (italiensk)
Bahasa indonesia (indonesisk)
Magyar (ungarsk)
Nederlands (hollandsk)
Norsk
Polski (polsk)
Português (portugisisk – Portugal)
Português – Brasil (portugisisk – Brasilien)
Română (rumænsk)
Русский (russisk)
Suomi (finsk)
Svenska (svensk)
Türkçe (tyrkisk)
Tiếng Việt (Vietnamesisk)
Українська (ukrainsk)
Rapporter et oversættelsesproblem
<?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.