RimWorld

RimWorld

Ursine of the Rim
Emberbuck 8 Oct, 2022 @ 3:58pm
Bug with Industriousness race trait involved with brown bears
The Rimworld Trait code only allows for valves when it comes to the industrious trait branch of -2 to 2.
https://www.reddit.com/r/RimWorld/comments/xx2s38/industriousness_found_no_data_at_degree_3/
https://rimworldwiki.com/wiki/Traits#Industriousness

the third degree proposed by the Brown bear tribe results in an error.
Easy fix makes the brown bears have the industrious trait and not some uncoded third degree of industriousness.

<AlienRace.ThingDef_AlienRace ParentName="BearBaseRace"> <defName>GS_Bear_Brown</defName> <label>Brown Ursin</label>
<forcedRaceTraitEntries>
<li>
<defName>Industriousness</defName>
<degree>3</degree>
<chance>50</chance>
</li>
Thanks for the fix!