Installer Steam
log på
|
sprog
简体中文 (forenklet kinesisk)
繁體中文 (traditionelt kinesisk)
日本語 (japansk)
한국어 (koreansk)
ไทย (thai)
Български (bulgarsk)
Čeština (tjekkisk)
Deutsch (tysk)
English (engelsk)
Español – España (spansk – Spanien)
Español – Latinoamérica (spansk – Latinamerika)
Ελληνικά (græsk)
Français (fransk)
Italiano (italiensk)
Bahasa indonesia (indonesisk)
Magyar (ungarsk)
Nederlands (hollandsk)
Norsk
Polski (polsk)
Português (portugisisk – Portugal)
Português – Brasil (portugisisk – Brasilien)
Română (rumænsk)
Русский (russisk)
Suomi (finsk)
Svenska (svensk)
Türkçe (tyrkisk)
Tiếng Việt (Vietnamesisk)
Українська (ukrainsk)
Rapporter et oversættelsesproblem
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>