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
That said, I could maybe make a setting for tweaking the modifier - at least for legendary items. But I'm in the middle of a lot of other stuff, so it might not happen right away!
The best way might be to look at another mod you know does the same thing? That's often a good way of progressing within the modding realm.
Mod I'm trying to alter: https://steamcommunity.com/sharedfiles/filedetails/?id=3529058623
code:
<Patch>
<Operation Class="PatchOperationAdd">
<xpath>Defs/ThingDef[defName="RubblePile"]</xpath>
<value>
<costList>
<Steel>1000</Steel>
<WoodLog>30</WoodLog>
<ComponentIndustrial>10</ComponentIndustrial>
<Gold>2</Gold>
<Plasteel>1</Plasteel>
</costList>
</value>
</Operation>
<Operation Class="PatchOperationAdd">
<xpath>Defs/ThingDef[defName="RubblePile"]</xpath>
<value>
<resourcesFractionWhenDeconstructed>0.00025</resourcesFractionWhenDeconstructed>
</value>
</Operation>
</Patch>