mirror of
https://gitgud.io/lutepickle/rjw_menstruation.git
synced 2024-08-14 22:46:52 +00:00
25 lines
No EOL
638 B
XML
25 lines
No EOL
638 B
XML
<?xml version="1.0" encoding="utf-8" ?>
|
|
|
|
<Defs>
|
|
<ThingDef ParentName="BaseFilth">
|
|
<defName>FilthMixture</defName>
|
|
<label>mixture</label>
|
|
<thingClass>RJW_Menstruation.Filth_Colored</thingClass>
|
|
<statBases>
|
|
<Beauty>-30</Beauty>
|
|
<Cleanliness>-10</Cleanliness>
|
|
</statBases>
|
|
<graphicData>
|
|
<graphicClass>Graphic_Random</graphicClass>
|
|
<texPath>Things/Filth/PoolSoft</texPath>
|
|
<color>(255, 255, 255, 180)</color>
|
|
</graphicData>
|
|
<filth>
|
|
<rainWashes>true</rainWashes>
|
|
<cleaningWorkToReduceThickness>40</cleaningWorkToReduceThickness>
|
|
<canFilthAttach>true</canFilthAttach>
|
|
</filth>
|
|
</ThingDef>
|
|
|
|
|
|
</Defs> |