Advertisement
Guest User

Untitled

a guest
Oct 29th, 2021
34
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 1.41 KB | None | 0 0
  1. <ThingDef ParentName="PlantBaseNonEdible">
  2.     <defName>Plant_MossGauranlen</defName>
  3.     <label>Gauranlen moss</label>
  4.     <description>Symbiotic moss that grows near Gauranlen trees.</description>
  5.   <statBases>
  6.     <MaxHitPoints>100</MaxHitPoints>
  7.     <Beauty>10</Beauty>
  8.     <BeautyOutdoors>10</BeautyOutdoors>
  9.     </statBases>
  10.   <descriptionHyperlinks>
  11.       <ThingDef>Plant_TreeGauranlen</ThingDef>
  12.     </descriptionHyperlinks>
  13.   <graphicData>
  14.       <texPath>Things/Plant/GauranlenMoss</texPath>
  15.       <graphicClass>Graphic_Random</graphicClass>
  16.       <drawSize>(0.75, 0.75)</drawSize>
  17.     </graphicData>
  18.   <plant>
  19.       <fertilityMin>0</fertilityMin>
  20.       <fertilitySensitivity>0</fertilitySensitivity>
  21.       <sowMinSkill>0</sowMinSkill>
  22.       <growDays>5</growDays>
  23.       <visualSizeRange>0.5~0.7</visualSizeRange>
  24.       <topWindExposure>0</topWindExposure>
  25.       <allowAutoCut>false</allowAutoCut>
  26.       <wildClusterWeight>0</wildClusterWeight>
  27.       <maxMeshCount>4</maxMeshCount>
  28.     </plant>
  29.   <comps>
  30.       <li Class="AlphaBehavioursAndEvents.CompProperties_GauranlenGrassGraphicChanger">
  31.         <newGraphics>
  32.           <li>Things/Plants/AA_CorruptedGauranlenMoss</li>
  33.         </newGraphics>
  34.       </li>
  35.   </comps>
  36.   <comps>
  37.     <li Class="CompProperties">
  38.       <compClass>GauranlenTreeExpanded.GauranlenMossExpandedComp</compClass>
  39.     </li>
  40.   </comps>
  41.   <tickerType>Normal</tickerType>
  42. </ThingDef>
  43.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement