Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
- Remove Hediffs on Removal : Hediff Comp that causes other hediffs to be removed when the parent is removed. Can be limited to specific body parts if needed
- Add or Append Hediff on Ingest gained finalRange, a range of severities which the final hediff severity must be between. If the ingestion would not alter the severity, then the range gets ignored
- Add or Append Hediff on Ingest : Ingestion Outcome Doer that adds and/or alters the severity of the specified hediff. Unlike vanilla's IngestionOutcomeDoer_GiveHediff, this allows for negative severity change, and allows you to differentiate between initial and added severity
- Layer Conditional Stat Affecter : Conditional stat affecter that checks the world layer the pawn is on. This is also in the map and generic multi conditional
- Destroy Filth : A new ability comp that destroys filth
- Destroy Items : A new ability comp that destroys items. It can also technically destroy filth, but doesn't have any special options regarding that
- Severity per Interval by Terrain : An expanded version of vanilla's HediffCompProperties_Pollution
- Add Things to Inventory can now make items spawn equipped if the pawn is capable of equipping it and has nothing in the way, and gained tryEquip which can be set to False to revert it to the old behaviour
- Remove or Damage Parts gained removeCount and damageCount, which limit how many items from the respective list can be picked
- A few bug fixes