Zainstaluj Steam
zaloguj się
|
język
简体中文 (chiński uproszczony)
繁體中文 (chiński tradycyjny)
日本語 (japoński)
한국어 (koreański)
ไทย (tajski)
български (bułgarski)
Čeština (czeski)
Dansk (duński)
Deutsch (niemiecki)
English (angielski)
Español – España (hiszpański)
Español – Latinoamérica (hiszpański latynoamerykański)
Ελληνικά (grecki)
Français (francuski)
Italiano (włoski)
Bahasa Indonesia (indonezyjski)
Magyar (węgierski)
Nederlands (niderlandzki)
Norsk (norweski)
Português (portugalski – Portugalia)
Português – Brasil (portugalski brazylijski)
Română (rumuński)
Русский (rosyjski)
Suomi (fiński)
Svenska (szwedzki)
Türkçe (turecki)
Tiếng Việt (wietnamski)
Українська (ukraiński)
Zgłoś problem z tłumaczeniem









First, lynxes have been added to the trainability edits, going from None to Advanced.
Second, there is now a separate version of Animal Adjustments that allows you to turn off (or turn down, for the animals that have gone up more than one notch on the trainability scale) the various changes. It was built using XML Extensions, so I've released it as a separate version to keep from accidentally breaking anyone's save file. Both versions will keep being updated with any new changes.
But, yes, you can absolutely change the boars yourself if you'd like! In the Patches folder of the mod, you're looking for Patches_Animal_Trainability.xml and this bit of code:
<Operation Class="PatchOperationReplace">
<xpath>/Defs/ThingDef[defName="WildBoar"]/race/trainability</xpath>
<value>
<trainability>Advanced</trainability>
</value>
</Operation>
Changing them to intermediate intelligence just requires swapping the Advanced in there to Intermediate.