Harmed Me Not – No Negative Opinions From Being Harmed

If you liked this item, please rate it up on Steam Workshop page.

Author: Visoth

Last revision: 27 Feb at 23:47 UTC

File size: 126.28 KB

On Steam Workshop

Description:

This is a simple patch operation that changes the opinion from being harmed from your own colonists from -15 to 0. This should prevent your colonists from hating each other because of accidental friendly fire. But as a consequence, also things like social fights.

<?xml version="1.0" encoding="utf-8" ?>
<Patch>

<Operation Class="PatchOperationReplace">
<xpath>/Defs/ThoughtDef[defName="HarmedMe"]/stages/li/baseOpinionOffset</xpath>
<value>
<baseOpinionOffset>0</baseOpinionOffset>
</value>
</Operation>

</Patch>

Created for my own personal use. Its not perfect, but its better than disabling Friendly Fire as a whole. Maybe someone else will enjoy it.