安装 Steam
登录
|
语言
繁體中文(繁体中文)
日本語(日语)
한국어(韩语)
ไทย(泰语)
български(保加利亚语)
Čeština(捷克语)
Dansk(丹麦语)
Deutsch(德语)
English(英语)
Español-España(西班牙语 - 西班牙)
Español - Latinoamérica(西班牙语 - 拉丁美洲)
Ελληνικά(希腊语)
Français(法语)
Italiano(意大利语)
Bahasa Indonesia(印度尼西亚语)
Magyar(匈牙利语)
Nederlands(荷兰语)
Norsk(挪威语)
Polski(波兰语)
Português(葡萄牙语 - 葡萄牙)
Português-Brasil(葡萄牙语 - 巴西)
Română(罗马尼亚语)
Русский(俄语)
Suomi(芬兰语)
Svenska(瑞典语)
Türkçe(土耳其语)
Tiếng Việt(越南语)
Українська(乌克兰语)
报告翻译问题
<?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.