Difference between revisions of "Randy Random"

From RimWorld Wiki
Jump to navigation Jump to search
(→‎Code Specifics: Updated code specifics)
Line 15: Line 15:
 
== Code Specifics ==  
 
== Code Specifics ==  
  
  desiredPopulationMin = 4
+
Random Incidents
  desiredPopulationMax = 13
+
 
desiredPopulationCritical = 50
+
  <mtbDays>1.35</mtbDays>
AverageIncidentsPerDay = 1.45
+
  <categoryWeights>
GeneralWeight = 0.79
+
  <Misc>3.5</Misc>
ThreatSmallWeight = 0.0950
+
  <ThreatBig>1.4</ThreatBig>
  LargeThreatWeight = 0.095
+
  <OrbitalVisitor>1.1</OrbitalVisitor>
MaxThreatBigIntervalDays = 13
+
  <FactionArrival>2.4</FactionArrival>
 +
  <ThreatSmall>0.6</ThreatSmall>
 +
  <ShipChunkDrop>0.22</ShipChunkDrop>
 +
</categoryWeights>
 +
 
 +
  <randomPointsFactorRange>0.5~1.5</randomPointsFactorRange>
 +
 
 +
 
 +
 
 +
 
 +
 
 
{{nav|ai}}
 
{{nav|ai}}
 
[[Category:AI]]
 
[[Category:AI]]

Revision as of 02:26, 24 February 2022

Basics Menus Game Creation Gameplay Pawns Plants Resources Gear Mods
Game Creation Scenario system AI Storytellers World Generation Biomes
AI Storytellers Cassandra Classic Phoebe Chillax Randy Random

Randy Random

Randy Random

Randy doesn't follow rules. He'll generate random events, and he doesn't care if they make a story of triumph or utter hopelessness. It's all drama to him.

Base Stats

Type
AI Storytellers

Randy Random, is a wild storyteller whose main characteristic is triggering challenges at any time of any difficulty, to the extent of launching several dangerous threats all at the same time or consecutively.


Code Specifics

Random Incidents

<mtbDays>1.35</mtbDays>
<categoryWeights>
 <Misc>3.5</Misc>
 <ThreatBig>1.4</ThreatBig>
 <OrbitalVisitor>1.1</OrbitalVisitor>
 <FactionArrival>2.4</FactionArrival>
 <ThreatSmall>0.6</ThreatSmall>
 <ShipChunkDrop>0.22</ShipChunkDrop>
</categoryWeights>
<randomPointsFactorRange>0.5~1.5</randomPointsFactorRange>