Skip to content

Commit

Permalink
dixon hill
Browse files Browse the repository at this point in the history
  • Loading branch information
Dubwise56 committed Apr 2, 2021
1 parent a52b360 commit dca2810
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
Binary file modified 1.2/Assemblies/Rimefeller.dll
Binary file not shown.
2 changes: 1 addition & 1 deletion 1.2/Defs/ThingDefs_Buildings/BuildingsB_Oil.xml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@

<li Class="CompProperties_Power">
<compClass>CompPowerTrader</compClass>
<basePowerConsumption>500</basePowerConsumption>
<basePowerConsumption>400</basePowerConsumption>
</li>
<li Class="CompProperties_Glower">
<glowRadius>6</glowRadius>
Expand Down
7 changes: 5 additions & 2 deletions 1.2/Defs/ThingDefs_Items/Items_Resource_Stuff.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,12 @@
</comps>
<projectileWhenLoaded>Bullet_Shell_Napalm</projectileWhenLoaded>
<costList>
<Steel>15</Steel>
<Napalm>15</Napalm>
<Steel>20</Steel>
<Napalm>20</Napalm>
</costList>
<recipeMaker>
<researchPrerequisite>Mortars</researchPrerequisite>
</recipeMaker>
</ThingDef>

<ThingDef ParentName="BaseBullet">
Expand Down
2 changes: 1 addition & 1 deletion About/Manifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<Manifest>
<identifier>Rimefeller</identifier>
<version>1.2.965</version>
<version>1.2.1012</version>
<manifestUri>https://raw.githubusercontent.com/Dubwise56/Rimefeller/master/About/Manifest.xml</manifestUri>
<downloadUri>https://github.com/Dubwise56/Rimefeller/releases/latest</downloadUri>
</Manifest>

0 comments on commit dca2810

Please sign in to comment.