Skip to content

Commit

Permalink
1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Dubwise56 committed Oct 30, 2022
1 parent d358c92 commit 6c1f18a
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 29 deletions.
Binary file modified 1.4/Assemblies/BadHygiene.dll
Binary file not shown.
41 changes: 12 additions & 29 deletions 1.4/Defs/ThingDefs_Buildings/BuildingsE_Heating.xml
Original file line number Diff line number Diff line change
Expand Up @@ -561,6 +561,12 @@
<li Class="CompProperties_Power">
<compClass>CompPowerTrader</compClass>
<basePowerConsumption>50</basePowerConsumption>
<powerUpgrades>
<li>
<researchProject>ColoredLights</researchProject>
<factor>0.25</factor>
</li>
</powerUpgrades>
</li>
<li Class="CompProperties_Flickable"/>
</comps>
Expand All @@ -583,7 +589,9 @@
<comps>
<li Class="CompProperties_Glower">
<glowRadius>9</glowRadius>
<glowColor>(217,217,208,0)</glowColor>
<glowColor>(214,148,94,0)</glowColor>
<colorPickerEnabled>true</colorPickerEnabled>
<darklightToggle>true</darklightToggle>
</li>
</comps>
</ThingDef>
Expand All @@ -596,34 +604,9 @@
<comps>
<li Class="CompProperties_Glower">
<glowRadius>9</glowRadius>
<glowColor>(217,217,208,0)</glowColor>
</li>
</comps>
</ThingDef>

<ThingDef ParentName="BasedCeilingFan" DBHLite="true">
<defName>CeilingFanDarklight</defName>
<label>ceiling fan 2x2 (dark)</label>
<description>Cools a room by circulating air. Includes a built-in Darklight lamp.</description>
<size>(2,2)</size>
<comps>
<li Class="CompProperties_Glower">
<glowRadius>9</glowRadius>
<glowColor>(78, 226, 229, 0)</glowColor>
</li>
</comps>
</ThingDef>

<ThingDef ParentName="BasedCeilingFan" DBHLite="true">
<defName>CeilingFanSDarklight</defName>
<label>ceiling fan 1x1 (dark)</label>
<description>Cools a room by circulating air. Includes a built-in Darklight lamp.</description>
<uiIconScale>0.5</uiIconScale>
<size>(1,1)</size>
<comps>
<li Class="CompProperties_Glower">
<glowRadius>9</glowRadius>
<glowColor>(78, 226, 229, 0)</glowColor>
<glowColor>(214,148,94,0)</glowColor>
<colorPickerEnabled>true</colorPickerEnabled>
<darklightToggle>true</darklightToggle>
</li>
</comps>
</ThingDef>
Expand Down

0 comments on commit 6c1f18a

Please sign in to comment.