Difference between revisions of "Randy Random"

From RimWorld Wiki
Jump to navigation Jump to search
m
Line 1: Line 1:
 
{| align=center
 
{| align=center
| {{AI_Storytellers_Nav}}
+
| {{AI Storytellers Nav}}
 
|}
 
|}
{{infobox main|ai|
+
{{Infobox main|ai
|name = Randy Random
+
| name = Randy Random
|image = Randy.png
+
| image = Randy.png
|imagesize = 250px
+
| description = 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.
|description = 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.
+
| type = AI Storytellers
|type = AI Storytellers
 
 
}}
 
}}
  
Line 13: Line 12:
  
  
== Code Specifics ==  
+
== Code specifics ==  
  
 
Random Incidents
 
Random Incidents

Revision as of 19:34, 7 December 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, to the extent of launching several dangerous threats all at the same time or consecutively. Randy also multiplies his Raid Points by 0.5x to 1.5x, resulting in both easier and harder difficulty raids than you should be receiving. It is possible to receive back-to-back raids at 1.5x but also a quadrum of relative peace with a 0.5x raid.


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>