[Mod Request] Change Disfigured Penalty

Started by NagaPrince, February 07, 2017, 10:48:48 AM

Previous topic - Next topic

NagaPrince

I feel the -15 for Disfigurement is a bit ridiculous. Sometimes, I look at some of my characters and I don't even see why they have the trait to begin with, its weird.

-15 is an incredible debuff to the base line already, I just don't see why its implemented so harshly, besides, why would every person react in the same manner anyway?

If someone could even show me how I'll do it myself.

Fishbrains

#1
I'm pretty sure epoe has things like eye patches and what not to hide the disfigured part, no idea how it works on the debuff.

If you just want the debuff lessened then you should be able to find the def for it somewhere in the mods/core subfolders of your rimworld directory.


Edit:
Yeah I was totally off base its under thoughdefs Thoughts_Situational_Social. Here is the code just copy it into a new mod and change what you want to and it should overwrite the original def.

<Defs>
<ThoughtDef>
<defName>Disfigured</defName>
<thoughtClass>Thought_SituationalSocial</thoughtClass>
<workerClass>ThoughtWorker_Disfigured</workerClass>
<validWhileDespawned>true</validWhileDespawned>
<stages>
<li>
<label>disfigured</label>
<baseOpinionOffset>-15</baseOpinionOffset>
</li>
</stages>
</ThoughtDef>
</Defs>