安装 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(越南语)
Українська(乌克兰语)
报告翻译问题
I want to make my plant use one unit to make two seeds, since its a survivalist plant (aka sometimes you just have a unit or two to start an entire farm)
Edit on 3/13/23: Updated so that recipe could also do the "Do until you have X amount" part of a recipe (though that seems to break in my heavily modded game).
<?xml version="1.0" encoding="utf-8" ?>
<Patch>
<Operation Class="PatchOperationFindMod">
<mods>
<li>SeedsPlease: Lite</li>
</mods>
<match Class="PatchOperationSequence">
<operations>
<li Class="PatchOperationAdd">
<xpath>Defs</xpath>
<value>
<ThingDef ParentName="SeedBase">
<defName>Seed_Grungo</defName>
<label>grungo seeds</label>
<modExtensions>
<li Class="SeedsPleaseLite.Seed">
<sources>
<li>Grungo_GerzeeFrozenPlant</li>
</sources>
<baseChance>0.05</baseChance>
<extractionValue>2</extractionValue>
</li>
</modExtensions>
<graphicData>
<texPath>Things/Item/Seeds/Grungo/Grungo</texPath>
</graphicData>
</ThingDef>
</value>
</li>
<li Class="PatchOperationAdd">
<xpath>Defs</xpath>
<value>
<RecipeDef>
<defName>ExtractGrungoSeeds</defName>
<label>extract grungo seeds</label>
<description>Extract seeds from grungo plant</description>
<jobString>Extracting seeds.</jobString>
<workSpeedStat>CookSpeed</workSpeedStat>
<effectWorking>Cook</effectWorking>
<workSkill>Cooking</workSkill>
<workAmount>500</workAmount>
<recipeUsers>
<li>SeedExtractionSpot</li>
</recipeUsers>
<ingredients>
<li>
<filter>
<thingDefs>
<li>RawGrungo</li>
</thingDefs>
</filter>
<count>1</count>
</li>
</ingredients>
<fixedIngredientFilter>
<thingDefs>
<li>RawGrungo</li>
</thingDefs>
</fixedIngredientFilter>
<defaultIngredientFilter>
<thingDefs>
<li>RawGrungo</li>
</thingDefs>
</defaultIngredientFilter>
<specialProducts>
<li>Butchery</li>
</specialProducts>
<workerCounterClass>SeedsPleaseLite.RecipeWorkerCounter_ExtractSeeds</workerCounterClass>
</RecipeDef>
</value>
</li>
</operations>
</match>
</Operation>
</Patch>
https://psteamcommunity.yuanyoumao.com/sharedfiles/filedetails/?id=2446834016