Advertisement
Kaedys

Untitled

Jan 8th, 2023
1,205
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 1.80 KB | None | 0 0
  1.   <GeneDef>
  2.     <defName>KTSAccelerated</defName>
  3.     <label>bio-accelerated</label>
  4.     <labelShortAdj>bio-accelerated</labelShortAdj>
  5.     <description>The carrier of this gene was engineered for extremely efficiency in a growth vat, allowing them to be printed from an embryo farm, grown to adulthood, and sent into battle in just a few days.  They originate from war-torn worlds where the only way to maintain military strength is to print new soldiers as fast as they are killed.  However, the changes to their metabolism place considerable strain on their cellular structure, reducing their natural lifespan considerably and drastically reducing their capacity for acquiring new skills.  They are also, by design, entirely sterile.</description>
  6.     <iconPath>UI/Icons/Genes/KTS_Accelerated</iconPath>
  7.     <displayCategory>Miscellaneous</displayCategory>
  8.     <displayOrderInCategory>62</displayOrderInCategory>
  9.     <biostatCpx>2</biostatCpx>
  10.     <biostatMet>-2</biostatMet>
  11.     <biostatArc>1</biostatArc>
  12.     <statFactors>
  13.       <!-- Growth vat by default is 20x, so 18 years (1080 days) takes 54 days.  18x multiplier on speed reduces that to 3 days.  If they also have the growth vat essential meme, they'll get another 30% bonus on top of this, reducing the growth time to 2.31 days, or slightly under 56 hours. -->
  14.       <GrowthVatOccupantSpeed>18</GrowthVatOccupantSpeed>
  15.       <Fertility>0</Fertility>      <!-- Sterile -->
  16.       <LifespanFactor>0.5</LifespanFactor>      <!-- Average life span 40 years, down from 80 -->
  17.       <GlobalLearningFactor>0.1</GlobalLearningFactor>      <!-- From a practical perspective, only genetic skills -->
  18.     </statFactors>
  19.     <exclusionTags>
  20.       <li>Fertility</li>
  21.       <li>Learning</li>
  22.       <li>AG_Aging</li>
  23.       <li>Aging</li>
  24.     </exclusionTags>
  25.   </GeneDef>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement