-
-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
372 changed files
with
6,106 additions
and
1,805 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
|
||
<ModMetaData> | ||
<name>Dubs Hygiene and Central Heating</name> | ||
<name>Dubs Bad Hygiene</name> | ||
<author>Dubwise</author> | ||
<url></url> | ||
<targetVersion>0.17.1543</targetVersion> | ||
<description>Adds hygiene related needs and mood effects, plumbing, bathroom fixtures and central heating.</description> | ||
<url>https://ludeon.com/forums/index.php?topic=29043.0</url> | ||
<targetVersion>0.18.1722</targetVersion> | ||
<description>Adds hygiene and bladder needs, plumbing, bathroom fixtures, water, sewage, irrigation, central heating, air conditioning, and more!. v2.2.4</description> | ||
</ModMetaData> |
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
<?xml version="1.0" encoding="utf-8" ?> | ||
<Defs> | ||
|
||
<DesignationDef> | ||
<defName>RemoveSewage</defName> | ||
<texturePath>Designations/Haul</texturePath> | ||
<targetType>Cell</targetType> | ||
</DesignationDef> | ||
|
||
</Defs> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,200 @@ | ||
<?xml version="1.0" encoding="utf-8" ?> | ||
<Defs> | ||
|
||
<HediffDef> | ||
<defName>Washing</defName> | ||
<label>washing</label> | ||
<labelNoun>washing</labelNoun> | ||
<stages> | ||
<li> | ||
<becomeVisible>false</becomeVisible> | ||
<statOffsets> | ||
<ComfyTemperatureMax>60</ComfyTemperatureMax> | ||
<ComfyTemperatureMin>-60</ComfyTemperatureMin> | ||
</statOffsets> | ||
</li> | ||
</stages> | ||
</HediffDef> | ||
|
||
<HediffDef> | ||
<defName>BadHygiene</defName> | ||
<label>Bad Hygiene</label> | ||
<defaultLabelColor>(0.8, 0.8, 0.35)</defaultLabelColor> | ||
<tendable>false</tendable> | ||
<stages> | ||
<li> | ||
<label>moderate</label> | ||
<statOffsets> | ||
<FoodPoisonChance>0.05</FoodPoisonChance> | ||
<RecruitPrisonerChance>-0.05</RecruitPrisonerChance> | ||
<SocialImpact>-0.05</SocialImpact> | ||
</statOffsets> | ||
</li> | ||
<li> | ||
<label>severe</label> | ||
<minSeverity>0.5</minSeverity> | ||
<statOffsets> | ||
<FoodPoisonChance>0.1</FoodPoisonChance> | ||
<RecruitPrisonerChance>-0.1</RecruitPrisonerChance> | ||
<SocialImpact>-0.1</SocialImpact> | ||
</statOffsets> | ||
</li> | ||
<li> | ||
<label>extreme</label> | ||
<minSeverity>0.75</minSeverity> | ||
<statOffsets> | ||
<FoodPoisonChance>0.15</FoodPoisonChance> | ||
<RecruitPrisonerChance>-0.15</RecruitPrisonerChance> | ||
<SocialImpact>-0.15</SocialImpact> | ||
</statOffsets> | ||
</li> | ||
</stages> | ||
</HediffDef> | ||
|
||
<HediffDef ParentName="DiseaseBase"> | ||
<defName>Diarrhea</defName> | ||
<label>Diarrhea</label> | ||
<scenarioCanAdd>true</scenarioCanAdd> | ||
<comps> | ||
<li Class="HediffCompProperties_Disappears"> | ||
<disappearsAfterTicks> | ||
<min>90000</min> | ||
<max>120000</max> | ||
</disappearsAfterTicks> | ||
</li> | ||
</comps> | ||
<stages> | ||
<li> | ||
<hungerRateFactorOffset>0.5</hungerRateFactorOffset> | ||
<painOffset>0.2</painOffset> | ||
<vomitMtbDays>0.5</vomitMtbDays> | ||
</li> | ||
</stages> | ||
</HediffDef> | ||
|
||
<HediffDef ParentName="InfectionBase"> | ||
<defName>Dysentery</defName> | ||
<label>Dysentery</label> | ||
<hediffClass>HediffWithComps</hediffClass> | ||
<taleOnVisible>IllnessRevealed</taleOnVisible> | ||
<makesSickThought>true</makesSickThought> | ||
<tendable>true</tendable> | ||
<stages> | ||
<li> | ||
<painOffset>0.3</painOffset> | ||
<vomitMtbDays>0.25</vomitMtbDays> | ||
<hungerRateFactorOffset>1</hungerRateFactorOffset> | ||
</li> | ||
</stages> | ||
<comps> | ||
<li Class="HediffCompProperties_TendDuration"> | ||
<tendDuration>60000</tendDuration> | ||
<severityPerDayTended>-0.13</severityPerDayTended> | ||
</li> | ||
<li Class="HediffCompProperties_Immunizable"> | ||
<immunityPerDayNotSick>-0.06</immunityPerDayNotSick> | ||
<immunityPerDaySick>0.173</immunityPerDaySick> | ||
<severityPerDayNotImmune>0.166</severityPerDayNotImmune> | ||
<severityPerDayImmune>-0.333</severityPerDayImmune> | ||
</li> | ||
</comps> | ||
</HediffDef> | ||
|
||
<HediffDef ParentName="InfectionBase"> | ||
<defName>Cholera</defName> | ||
<label>cholera</label> | ||
<hediffClass>HediffWithComps</hediffClass> | ||
<taleOnVisible>IllnessRevealed</taleOnVisible> | ||
<makesSickThought>true</makesSickThought> | ||
<tendable>true</tendable> | ||
<stages> | ||
<li> | ||
<painOffset>0.4</painOffset> | ||
<vomitMtbDays>0.20</vomitMtbDays> | ||
<hungerRateFactorOffset>1</hungerRateFactorOffset> | ||
</li> | ||
</stages> | ||
<comps> | ||
<li Class="HediffCompProperties_TendDuration"> | ||
<tendDuration>60000</tendDuration> | ||
<severityPerDayTended>-0.12</severityPerDayTended> | ||
</li> | ||
<li Class="HediffCompProperties_Immunizable"> | ||
<immunityPerDayNotSick>-0.06</immunityPerDayNotSick> | ||
<immunityPerDaySick>0.173</immunityPerDaySick> | ||
<severityPerDayNotImmune>0.166</severityPerDayNotImmune> | ||
<severityPerDayImmune>-0.333</severityPerDayImmune> | ||
</li> | ||
</comps> | ||
</HediffDef> | ||
|
||
|
||
<HediffDef> | ||
<defName>DBHDehydration</defName> | ||
<label>dehydration</label> | ||
<lethalSeverity>1</lethalSeverity> | ||
<scenarioCanAdd>true</scenarioCanAdd> | ||
<stages> | ||
<li> | ||
<label>trivial</label> | ||
<socialFightChanceFactor>1.5</socialFightChanceFactor> | ||
<hungerRateFactorOffset>0.1</hungerRateFactorOffset> | ||
<capMods> | ||
<li> | ||
<capacity>Consciousness</capacity> | ||
<offset>-0.05</offset> | ||
</li> | ||
</capMods> | ||
</li> | ||
<li> | ||
<minSeverity>0.2</minSeverity> | ||
<label>minor</label> | ||
<socialFightChanceFactor>2</socialFightChanceFactor> | ||
<hungerRateFactorOffset>0.2</hungerRateFactorOffset> | ||
<capMods> | ||
<li> | ||
<capacity>Consciousness</capacity> | ||
<offset>-0.10</offset> | ||
</li> | ||
</capMods> | ||
</li> | ||
<li> | ||
<minSeverity>0.4</minSeverity> | ||
<label>moderate</label> | ||
<socialFightChanceFactor>2.5</socialFightChanceFactor> | ||
<hungerRateFactorOffset>0.2</hungerRateFactorOffset> | ||
<capMods> | ||
<li> | ||
<capacity>Consciousness</capacity> | ||
<offset>-0.20</offset> | ||
</li> | ||
</capMods> | ||
</li> | ||
<li> | ||
<minSeverity>0.6</minSeverity> | ||
<label>severe</label> | ||
<socialFightChanceFactor>3</socialFightChanceFactor> | ||
<hungerRateFactorOffset>0.2</hungerRateFactorOffset> | ||
<capMods> | ||
<li> | ||
<capacity>Consciousness</capacity> | ||
<offset>-0.30</offset> | ||
</li> | ||
</capMods> | ||
</li> | ||
<li> | ||
<minSeverity>0.8</minSeverity> | ||
<label>extreme</label> | ||
<lifeThreatening>true</lifeThreatening> | ||
<hungerRateFactorOffset>0.2</hungerRateFactorOffset> | ||
<capMods> | ||
<li> | ||
<capacity>Consciousness</capacity> | ||
<setMax>0.1</setMax> | ||
</li> | ||
</capMods> | ||
</li> | ||
</stages> | ||
</HediffDef> | ||
|
||
</Defs> |
Oops, something went wrong.