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
The outputs of recycling aren't defined in the XML, it's defined in code. What it does is goes and gets the "Thing" and calls a default Rimworld method called "CostListAdjusted" which returns the items under "costlist" in the thing *being recycled's* XML ThingDef. You can see the method here: https://github.com/notfood/RimWorld-MendAndRecycle/blob/1cb491ab4ee485be1252b78eeeafbe1a7342a64d/Source/JobDriverUtils.cs#L10
It removes anything with the component exclusive "intricate" tag and then returns everything else.
So the recipe output is basically set in the ThingDef for the item being recycled.