Difference between revisions of "Filth"

From RimWorld Wiki
Jump to navigation Jump to search
(Created page with "{{UC}} Filth is something that makes a place become dirty. They are removed by having a colonist with Cleaning enabled clean up the place. There are a few kinds of filth in...")
 
(Added table.)
Line 1: Line 1:
 
{{UC}}
 
{{UC}}
 
+
<!-- Game data for this page can be found in \ThingDefs_Misc\Filth_Various.xml -->
 
Filth is something that makes a place become dirty.
 
Filth is something that makes a place become dirty.
  
They are removed by having a colonist with Cleaning enabled clean up the place.
+
They are removed by having a colonist with [[Menus#Clean|Cleaning]] enabled clean up the place.
  
 
There are a few kinds of filth in the game.
 
There are a few kinds of filth in the game.
 +
 +
===Summary Table===
 +
Certain unsightly objects, i.e. vomit, have one value when under a roof and a lower value when unroofed. This simulates the general disgust of seeing eyesores indoors versus encountering them outside. Some messes can be spread by pawns track through them and others can be washed away by rain.
 +
<!--Default values-->{{#vardefine:beauty|-15}}{{#vardefine:cleanliness|-5}}
 +
{| {{STDT| sortable c_25 text-center}}
 +
! style="width: 110px;" | Name !! Beauty (indoors) !! Beauty (outdoors) !! Cleanliness !! Trackable !! Washes away
 +
|-
 +
! style="text-align:left; padding-left: 6px;" | {{h:title|Fluid produced when an animal gives birth|Amniotic fluid}}
 +
| -30 || ? || {{#var:cleanliness}} || yes || yes
 +
|-
 +
! style="text-align:left; padding-left: 6px;" | {{h:title|description|Animal filth}}
 +
| {{#var:beauty}} || ? || {{#var:cleanliness}} || yes || no
 +
|-
 +
! style="text-align:left; padding-left: 6px;" | {{h:title|Blood from a bleeding human or animal|Blood}}
 +
| -30 || ? || -10 || yes || yes
 +
|-
 +
! style="text-align:left; padding-left: 6px;" | {{h:title|description|Bugblood}}
 +
| -40 || ? || -15 || yes || yes
 +
|-
 +
! style="text-align:left; padding-left: 6px;" | {{h:title|description|Building rubble}}
 +
| {{#var:beauty}} || ? || {{#var:cleanliness}} || no || no
 +
|-
 +
! style="text-align:left; padding-left: 6px;" | {{h:title|description|Dirt}}
 +
| {{#var:beauty}} || ? || {{#var:cleanliness}} || yes || no
 +
|-
 +
! style="text-align:left; padding-left: 6px;" | {{h:title|description|Firefoam}}
 +
| -25 || ? || {{#var:cleanliness}} || yes || yes
 +
|-
 +
! style="text-align:left; padding-left: 6px;" | {{h:title|description|Fuel puddle}}
 +
| -10 || ? || {{#var:cleanliness}} || yes || yes
 +
|-
 +
! style="text-align:left; padding-left: 6px;" | {{h:title|description|Rock rubble}}
 +
| {{#var:beauty}} || ? || {{#var:cleanliness}} || no || no
 +
|-
 +
! style="text-align:left; padding-left: 6px;" | {{h:title|description|Sand}}
 +
| {{#var:beauty}} || ? || {{#var:cleanliness}} || yes || no
 +
|-
 +
! style="text-align:left; padding-left: 6px;" | {{h:title|description|Scattered sandbags}}
 +
| {{#var:beauty}} || ? || {{#var:cleanliness}} || no || no
 +
|-
 +
! style="text-align:left; padding-left: 6px;" | {{h:title|description|Slime}}
 +
| -25 || ? || -15 || yes || yes
 +
|-
 +
! style="text-align:left; padding-left: 6px;" | {{h:title|description|Vomit}}
 +
| -40 || ? || -15 || yes || yes
 +
|}
 +
<small><p>Trackable: Can be spread by pawns walking through it.<br/>
 +
Washes away: Is washed away by rain.</p></small>

Revision as of 16:38, 1 May 2017

Template:UC Filth is something that makes a place become dirty.

They are removed by having a colonist with Cleaning enabled clean up the place.

There are a few kinds of filth in the game.

Summary Table

Certain unsightly objects, i.e. vomit, have one value when under a roof and a lower value when unroofed. This simulates the general disgust of seeing eyesores indoors versus encountering them outside. Some messes can be spread by pawns track through them and others can be washed away by rain.

Name Beauty (indoors) Beauty (outdoors) Cleanliness Trackable Washes away
Amniotic fluid -30 ? -5 yes yes
Animal filth -15 ? -5 yes no
Blood -30 ? -10 yes yes
Bugblood -40 ? -15 yes yes
Building rubble -15 ? -5 no no
Dirt -15 ? -5 yes no
Firefoam -25 ? -5 yes yes
Fuel puddle -10 ? -5 yes yes
Rock rubble -15 ? -5 no no
Sand -15 ? -5 yes no
Scattered sandbags -15 ? -5 no no
Slime -25 ? -15 yes yes
Vomit -40 ? -15 yes yes

Trackable: Can be spread by pawns walking through it.
Washes away: Is washed away by rain.