Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <ThingDef ParentName="PlantBaseNonEdible">
- <defName>Plant_MossGauranlen</defName>
- <label>Gauranlen moss</label>
- <description>Symbiotic moss that grows near Gauranlen trees.</description>
- <statBases>
- <MaxHitPoints>100</MaxHitPoints>
- <Beauty>10</Beauty>
- <BeautyOutdoors>10</BeautyOutdoors>
- </statBases>
- <descriptionHyperlinks>
- <ThingDef>Plant_TreeGauranlen</ThingDef>
- </descriptionHyperlinks>
- <graphicData>
- <texPath>Things/Plant/GauranlenMoss</texPath>
- <graphicClass>Graphic_Random</graphicClass>
- <drawSize>(0.75, 0.75)</drawSize>
- </graphicData>
- <plant>
- <fertilityMin>0</fertilityMin>
- <fertilitySensitivity>0</fertilitySensitivity>
- <sowMinSkill>0</sowMinSkill>
- <growDays>5</growDays>
- <visualSizeRange>0.5~0.7</visualSizeRange>
- <topWindExposure>0</topWindExposure>
- <allowAutoCut>false</allowAutoCut>
- <wildClusterWeight>0</wildClusterWeight>
- <maxMeshCount>4</maxMeshCount>
- </plant>
- <comps>
- <li Class="AlphaBehavioursAndEvents.CompProperties_GauranlenGrassGraphicChanger">
- <newGraphics>
- <li>Things/Plants/AA_CorruptedGauranlenMoss</li>
- </newGraphics>
- </li>
- </comps>
- <comps>
- <li Class="CompProperties">
- <compClass>GauranlenTreeExpanded.GauranlenMossExpandedComp</compClass>
- </li>
- </comps>
- <tickerType>Normal</tickerType>
- </ThingDef>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement