Інсталювати 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 (в’єтнамська)
Повідомити про проблему з перекладом
The materials have both statBases, statFactors and statOffsets. The first one determines the stat value of the material itself (e.g. the material item laying on the ground), while the second and third ones are applied to things built using this material. You can for example add
<Comfort>1.2</Comfort>
to the XML node with the XPath
Defs/ThingDef[defName="Cloth"]/stuffProps/statFactors
and chairs (or everything actually) built out of cloth will have 120% comfort. Preferably you do it using a PatchOperationAdd in a patch file in a mod.
damn. wanted Jade, Gold, Silver, and Steel to have different trait sets. same with brick types.
statFactors applies to all items (base game or not) made from that material automatically.