I Recently made a small mod consisting of a single trait and a patch for related thought defs. Rimworld is giving me an "unknown parse error" pointing at the TraitDef file. I have been unable to figure out why or how to fix it. Here is the file.
Code Select
<?xml version="1.0" encoding="UTF-8"?>
-<Defs>
<TraitDef>
<defName>SemiNudist</defName>
<commonality>0.7</commonality>
<degreeDatas>
<li>
<label>semi nudist</label>
<description>{PAWN_nameDef} doesn't care about clothes. {PAWN_pronoun} is equally comfortable without clothes as they are with them.</description>
</li>
</degreeDatas>
</TraitDef>
</Defs>