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_MechanizedFarm</defName>
<label>Mechanized Farm</label>
<description>Places an autonomously-led farm that specializes in producing mass row crops using heavy machinery. The specialized machinery used limits crop choices. It also requires pawns capable of maintaining the equipment as well as growing plants.</description>
<worldObjectClass>VOEAdditionalOutposts.Outpost_ChooseResultFloat</worldObjectClass>
<expandingIconTexture>WorldObjects/OutpostFarming</expandingIconTexture>
<modExtensions>
<li Class="Outposts.OutpostExtension_Choose">
<RequiredSkills>
<Plants>4</Plants>
<Construction>12</Construction>
</RequiredSkills>
<TicksPerProduction>900000</TicksPerProduction>
<TicksToSetUp>120000</TicksToSetUp>
<ProvidedFood>MealFine_Veg</ProvidedFood>
<DisplaySkills>
<li>Plants</li>
<li>Construction</li>
</DisplaySkills>
<ChooseLabel>Choose a crop to grow</ChooseLabel>
<ChooseDesc>Choose which plants the outpost will grow</ChooseDesc>
</li>
<li Class="VOEAdditionalOutposts.OutpostExtension_ChooseFloat">
<AdditionalDisplaySkills>
<li>Construction</li>
</AdditionalDisplaySkills>
<ResultOptions>
<li>
<Thing>RawRice</Thing>
<AmountsPerSkills>
<Plants>100</Plants>
<Construction>50</Construction>
</AmountsPerSkills>
</li>
<li>
<Thing>RawCorn</Thing>
<AmountsPerSkills>
<Plants>120</Plants>
<Construction>60</Construction>
</AmountsPerSkills>
</li>
<li>
<Thing>Hay</Thing>
<AmountsPerSkills>
<Plants>150</Plants>
<Construction>75</Construction>
</AmountsPerSkills>
</li>
<li>
<Thing>Cloth</Thing>
<AmountsPerSkills>
<Plants>100</Plants>
<Construction>50</Construction>
</AmountsPerSkills>
</li>
</ResultOptions>
</li>
<li Class="KCSG.CustomGenOption">
<chooseFromlayouts>
<li>Outpost_Struct_Farming</li>
</chooseFromlayouts>
<fullClear>true</fullClear>
</li>
</modExtensions>
</WorldObjectDef>
</Defs>
-----------------------
<?xml version="1.0" encoding="utf-8"?>
<ModMetaData>
<name>Vanilla Outposts Expanded: More Capital</name>
<author>BanDHMO</author>
<packageId>BanDHMO.VOEAdditionalOutpostsMoreCapital</packageId>
<supportedVersions>
<li>1.4</li>
</supportedVersions>
<description>Tier 2 outposts for Vanilla Outposts Expanded</description>
<modDependencies>
<li>
<packageId>OskarPotocki.VanillaFactionsExpanded.Core</packageId>
<displayName>Vanilla Expanded Framework</displayName>
<steamWorkshopUrl>https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=1854607105</steamWorkshopUrl>
</li>
<li>
<packageId>vanillaexpanded.outposts</packageId>
<displayName>Vanilla Outposts Expanded</displayName>
<steamWorkshopUrl>https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=1854607105</steamWorkshopUrl>
</li>
<li>
<packageId>MrHydralisk.VOEAdditionalOutposts</packageId>
<displayName>Additional Outposts</displayName>
<steamWorkshopUrl>https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=2873841790</steamWorkshopUrl>
</li>
</modDependencies>
<loadAfter>
<li>Ludeon.RimWorld</li>
<li>Ludeon.RimWorld.Ideology</li>
<li>Ludeon.RimWorld.Biotech</li>
<li>brrainz.harmony</li>
<li>OskarPotocki.VanillaFactionsExpanded.Core</li>
<li>vanillaexpanded.outposts</li>
</loadAfter>
<incompatibleWith>
</incompatibleWith>
</ModMetaData>
--------------------
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<Manifest>
<identifier>BanDHMO.VOEAdditionalOutpostsMoreCapital</identifier>
<version>1.0.0.0</version>
<dependencies>
<li>OskarPotocki.VanillaFactionsExpanded.Core</li>
<li>vanillaexpanded.outposts</li>
<li>MrHydralisk.VOEAdditionalOutposts</li>
</dependencies>
<suggests>
<li>MrHydralisk.VOEPowerGrid</li>
</suggests>
<showCrossPromotions>true</showCrossPromotions>
</Manifest>