Difference between revisions of "Randy Random"

From RimWorld Wiki
Jump to navigation Jump to search
(9 intermediate revisions by 7 users not shown)
Line 1: Line 1:
<!--Top Nav Box-->
 
{| align=center
 
! {{MainSection_Nav}}
 
|}
 
 
{| align=center
 
{| align=center
 
| {{AI_Storytellers_Nav}}
 
| {{AI_Storytellers_Nav}}
 
|}
 
|}
<hr>
 
<!-- End Nav -->
 
 
 
{{infobox main|ai|
 
{{infobox main|ai|
 
|name = Randy Random
 
|name = Randy Random
 
|image = Randy.png|250px|Randy Random
 
|image = Randy.png|250px|Randy Random
|info = "The world is random, dude. Stories should be too! Hey, you got a light?" - Randy Random, RimWorld Accidental AI
+
|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{{!}}AI Storytellers
 
|type = AI Storytellers{{!}}AI Storytellers
 
}}
 
}}
  
<includeonly>
+
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.
''Main Article: [[Randy Random]]
 
</includeonly>
 
<onlyinclude>
 
{{quote|"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."|In-game description}}
 
  
Randy is the wildcard AI. Any AI event could be triggered at any time with Randy. You may encounter insanely good trade deals, or you may find yourself faced with a raid during a storm while there is an eclipse as your power generator explodes, and your military members go insane. For those looking to ultimately lose to chaos among their attempts at order ''a la'' Dwarf Fortress, Randy Random may be the AI Storyteller for you.
 
</onlyinclude>
 
  
{{clear}}
+
== Code Specifics ==  
==Code Specifics==  
 
{{:Version/0.13.1135}}
 
  
 
  desiredPopulationMin = 4
 
  desiredPopulationMin = 4
Line 34: Line 19:
 
  AverageIncidentsPerDay = 1.45
 
  AverageIncidentsPerDay = 1.45
 
  GeneralWeight = 0.79
 
  GeneralWeight = 0.79
  ThreatSmallWeight = 0.095
+
  ThreatSmallWeight = 0.0950
 
  LargeThreatWeight = 0.095
 
  LargeThreatWeight = 0.095
 
  MaxThreatBigIntervalDays = 13
 
  MaxThreatBigIntervalDays = 13
 
{{nav|ai}}
 
{{nav|ai}}
 
[[Category:AI]]
 
[[Category:AI]]

Revision as of 02:09, 20 January 2018

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

desiredPopulationMin = 4
desiredPopulationMax = 13
desiredPopulationCritical = 50
AverageIncidentsPerDay = 1.45
GeneralWeight = 0.79
ThreatSmallWeight = 0.0950
LargeThreatWeight = 0.095
MaxThreatBigIntervalDays = 13