Asenna Steam
kirjaudu sisään
|
kieli
简体中文 (yksinkertaistettu kiina)
繁體中文 (perinteinen kiina)
日本語 (japani)
한국어 (korea)
ไทย (thai)
български (bulgaria)
Čeština (tšekki)
Dansk (tanska)
Deutsch (saksa)
English (englanti)
Español – España (espanja – Espanja)
Español – Latinoamérica (espanja – Lat. Am.)
Ελληνικά (kreikka)
Français (ranska)
Italiano (italia)
Bahasa Indonesia (indonesia)
Magyar (unkari)
Nederlands (hollanti)
Norsk (norja)
Polski (puola)
Português (portugali – Portugali)
Português – Brasil (portugali – Brasilia)
Română (romania)
Русский (venäjä)
Svenska (ruotsi)
Türkçe (turkki)
Tiếng Việt (vietnam)
Українська (ukraina)
Ilmoita käännösongelmasta
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.