Difference between revisions of "Randy Random"

From RimWorld Wiki
Jump to navigation Jump to search
m
(26 intermediate revisions by 15 users not shown)
Line 1: Line 1:
<div class="pull-right text-center" style="max-width:500px; margin-left:10px;">
+
{| align=center
<div class="mpb padding-tb br10tl br10tr br10bl br10br mpth2">
+
| {{AI_Storytellers_Nav}}
<span class="quote_lr">“</span><span style="font-size: 88%;"><translate><!--T:1-->
+
|}
''The world is random, dude. Stories should be too! Hey, you got a light?''</translate></span><span class="quote_lr">”</span>
+
{{infobox main|ai|
<div class="mpbt mpbb ai_bg">[[File:Randy.png|400px|Randy]]</div>
+
|name = Randy Random
<span style="font-size: 88%;"><translate><!--T:2-->
+
|image = Randy.png|250px|Randy Random
Randy Random, RimWorld Accidental AI.</translate></span>
+
|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.
</div></div>
+
|type = AI Storytellers{{!}}AI Storytellers
 +
}}
  
<translate><!--T:3-->
+
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.
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.</translate>
 
{{clear}}
 
<translate>==Code Specifics== <!--T:4--></translate>
 
{{v|{{:Version}}}}
 
ID: Storyteller_Random
 
desiredPopulationMin = 3
 
desiredPopulationMax = 10
 
desiredPopulationCritical = 15
 
BigThreadRemoveChance = .25
 
<i>(Doesn't follow the same format as the other AI Stories)</i>
 
  
 +
 +
== Code Specifics ==
 +
 +
desiredPopulationMin = 4
 +
desiredPopulationMax = 13
 +
desiredPopulationCritical = 50
 +
AverageIncidentsPerDay = 1.45
 +
GeneralWeight = 0.79
 +
ThreatSmallWeight = 0.0950
 +
LargeThreatWeight = 0.095
 +
MaxThreatBigIntervalDays = 13
 +
{{nav|ai}}
 
[[Category:AI]]
 
[[Category:AI]]
{{nav/<translate>en</translate>|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