Skip to content

Commit

Permalink
reduced research req for early storage
Browse files Browse the repository at this point in the history
nerfed capasity of early storage
  • Loading branch information
Sn1p3rr3c0n committed Sep 18, 2022
1 parent d6dc50c commit 1c7a030
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 13 deletions.
9 changes: 4 additions & 5 deletions Defs/ResearchProjectDefs/ResearchProjects_Storage.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,23 +11,22 @@
<defName>PRF_Crates</defName>
<label>Wooden stockpile crates</label>
<techLevel>Industrial</techLevel>
<baseCost>1000</baseCost>
<baseCost>750</baseCost>
<researchViewX>3</researchViewX>
<description>Rudimentary storage boxes allow many stacks of items to stay organized and space efficient.</description>
<prerequisites>
<li>PRF_CoreTierI</li>
<li>Smithing</li>
</prerequisites>
</ResearchProjectDef>

<ResearchProjectDef ParentName="PRF_StorageResearch">
<defName>PRF_SteelCrates</defName>
<label>Steel stockpile crates</label>
<techLevel>Industrial</techLevel>
<baseCost>2000</baseCost>
<baseCost>1500</baseCost>
<researchViewX>6</researchViewX>
<description>Stronger materials allows for improved storage space.</description>
<prerequisites>
<li>PRF_CoreTierII</li>
<li>PRF_Crates</li>
</prerequisites>
<requiredResearchBuilding>HiTechResearchBench</requiredResearchBuilding>
Expand All @@ -38,7 +37,7 @@
<defName>PRF_StorageIO</defName>
<label>Thornsworth Holographic Storage</label>
<techLevel>Spacer</techLevel>
<baseCost>3500</baseCost>
<baseCost>4000</baseCost>
<researchViewX>9</researchViewX>
<researchViewY>1.9</researchViewY>
<description>The holographam artist Thornsworth produced masterpieces for many years despite gradually developing blindness. When holographic data storage was perfected, he was instrumental in developing Holographic Item Storage.\nAllows items to be stored in a Digital Storage Unit, which can transmit and receive wirelessly to any I/O port on the map.\n\nYou will be missed, Thornsworth.</description>
Expand Down
16 changes: 8 additions & 8 deletions Defs/ThingDefs_Buildings/Buildings_Storage.xml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
<ThingDef ParentName="PRF_MassStorageBase">
<defName>PRF_WoodCrate_I</defName>
<label>Small wooden crate</label>
<description>A small and simplistic crate that stores 16 stacks. Items stored in the crate do not deteriorate.</description>
<description>A small and simplistic crate that stores 8 stacks. Items stored in the crate do not deteriorate.</description>
<graphicData>
<texPath>Storage/Wood_Crate6</texPath>
<drawSize>(2.8,1.3)</drawSize>
Expand Down Expand Up @@ -105,7 +105,7 @@
<constructionSkillPrerequisite>4</constructionSkillPrerequisite>
<modExtensions>
<li Class="ProjectRimFactory.Storage.Editables.DefModExtension_Crate">
<limit>16</limit>
<limit>8</limit>
<hideItems>true</hideItems>
</li>
</modExtensions>
Expand All @@ -115,7 +115,7 @@
<ThingDef ParentName="PRF_MassStorageBase">
<defName>PRF_WoodCrate_II</defName>
<label>Wooden crate</label>
<description>A large crate that stores 32 stacks. Items stored in the crate do not deteriorate.</description>
<description>A large crate that stores 16 stacks. Items stored in the crate do not deteriorate.</description>
<graphicData>
<texPath>Storage/Wood_Crate6</texPath>
<drawSize>(2.8,2.6)</drawSize>
Expand Down Expand Up @@ -160,7 +160,7 @@
<constructionSkillPrerequisite>4</constructionSkillPrerequisite>
<modExtensions>
<li Class="ProjectRimFactory.Storage.Editables.DefModExtension_Crate">
<limit>32</limit>
<limit>16</limit>
<hideItems>true</hideItems>
</li>
</modExtensions>
Expand All @@ -170,7 +170,7 @@
<ThingDef ParentName="PRF_MassStorageBase">
<defName>PRF_SteelCrate_I</defName>
<label>Small steel crate</label>
<description>A small steel crate that can store 64 stacks. Items stored in the crate do not deteriorate.</description>
<description>A small steel crate that can store 32 stacks. Items stored in the crate do not deteriorate.</description>
<graphicData>
<texPath>Storage/Steel_Crate</texPath>
<drawSize>(2.8,1.3)</drawSize>
Expand Down Expand Up @@ -215,7 +215,7 @@
</researchPrerequisites>
<modExtensions>
<li Class="ProjectRimFactory.Storage.Editables.DefModExtension_Crate">
<limit>64</limit>
<limit>32</limit>
<hideItems>true</hideItems>
</li>
</modExtensions>
Expand All @@ -226,7 +226,7 @@
<ThingDef ParentName="PRF_MassStorageBase">
<defName>PRF_SteelCrate_II</defName>
<label>Steel crate</label>
<description>A large crate that can store 128 stacks. Items stored in the crate do not deteriorate.</description>
<description>A large crate that can store 64 stacks. Items stored in the crate do not deteriorate.</description>
<graphicData>
<texPath>Storage/Steel_Crate</texPath>
<drawSize>(2.8,2.6)</drawSize>
Expand Down Expand Up @@ -269,7 +269,7 @@
</researchPrerequisites>
<modExtensions>
<li Class="ProjectRimFactory.Storage.Editables.DefModExtension_Crate">
<limit>128</limit>
<limit>64</limit>
<hideItems>true</hideItems>
</li>
</modExtensions>
Expand Down

0 comments on commit 1c7a030

Please sign in to comment.