Rename defs, use 'compact' instead of 'mini' for low tier basin

This commit is contained in:
2023-07-15 08:24:38 -05:00
parent 7bfa310f94
commit 34ed03e7b5
3 changed files with 7 additions and 7 deletions

View File

@@ -36,8 +36,8 @@
</ThingDef> </ThingDef>
<ThingDef ParentName="HydroponicsExpanded_Base"> <ThingDef ParentName="HydroponicsExpanded_Base">
<defName>HDH_Hydroponics</defName> <defName>HE_Dense_Hydroponics</defName>
<label>high-density hydroponics bay</label> <label>Dense Hydroponics Bay</label>
<graphicData> <graphicData>
<texPath>Basins/BasinDense</texPath> <texPath>Basins/BasinDense</texPath>
<graphicClass>Graphic_Multi</graphicClass> <graphicClass>Graphic_Multi</graphicClass>
@@ -73,8 +73,8 @@
</ThingDef> </ThingDef>
<ThingDef ParentName="HydroponicsExpanded_Base"> <ThingDef ParentName="HydroponicsExpanded_Base">
<defName>HDH_Hydroponics_Hyper</defName> <defName>HE_Hyper_Hydroponics</defName>
<label>hyper-density hydroponics bay</label> <label>Hyper Hydroponics Bay</label>
<graphicData> <graphicData>
<texPath>Basins/BasinHyper</texPath> <texPath>Basins/BasinHyper</texPath>
<graphicClass>Graphic_Multi</graphicClass> <graphicClass>Graphic_Multi</graphicClass>
@@ -117,10 +117,10 @@
</ThingDef> </ThingDef>
<ThingDef ParentName="HydroponicsExpanded_Base"> <ThingDef ParentName="HydroponicsExpanded_Base">
<defName>HDH_Hydroponics_mini</defName> <defName>HE_Compact_Hydroponics</defName>
<label>mini hydroponics bay</label> <label>Compact Hydroponics Bay</label>
<graphicData> <graphicData>
<texPath>Basins/BasinMini</texPath> <texPath>Basins/BasinCompact</texPath>
<graphicClass>Graphic_Multi</graphicClass> <graphicClass>Graphic_Multi</graphicClass>
<drawSize>(1,4)</drawSize> <drawSize>(1,4)</drawSize>
<damageData> <damageData>

View File

Before

Width:  |  Height:  |  Size: 2.8 KiB

After

Width:  |  Height:  |  Size: 2.8 KiB

View File

Before

Width:  |  Height:  |  Size: 3.5 KiB

After

Width:  |  Height:  |  Size: 3.5 KiB