Difference between revisions of "Cassandra Classic"

From RimWorld Wiki
Jump to navigation Jump to search
m (Text replacement - "<!--T:[0-9]-->" to "")
(22 intermediate revisions by 14 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%;">
+
|}
''The essence of good storytelling is the perfect progression of intensifying struggle.''</span><span class="quote_lr">”</span>
+
{{infobox main|ai|
<div class="mpbt mpbb ai_bg">[[File:Cassandra.png|400px|Cassandra]]</div>
+
|name = Cassandra Classic
<span style="font-size: 88%;">
+
|image = Cassandra.png|250px|Cassandra Classic
Cassandra Classic, RimWorld Primary AI.</span>
+
|description = Cassandra creates story events on a steadily-increasing curve of challenge and tension.
</div></div>
+
|type = AI Storytellers{{!}}AI Storytellers
 +
}}
 +
 
 +
Cassandra Classic is the default storyteller, whose main characteristic is to throw challenges starting from easy, and progressively increasing to difficult level.
  
  
Cassandra Classic is your go-to AI for a standard RimWorld experience. She will give you a fair game experience that begins with small challenges that amp up over time to intense events that can only be survived by smart planning and perhaps a little luck.
 
{{clear}}
 
 
==Code Specifics==  
 
==Code Specifics==  
{{v|{{:Version}}}}
 
ID: Storyteller_ClassicNormal
 
desiredPopulationMin = 3
 
desiredPopulationMax = 10
 
desiredPopulationCritical = 15
 
challengeScale = .85
 
threatCycleLength = 11
 
minIntervalBigThreats = 60000
 
  
{{{{TNTN|nav}}|ai}}
+
desiredPopulationMin = 4
[[Category:
+
desiredPopulationMax = 13
AI]]
+
desiredPopulationCritical = 18
 +
threatCycleLength = 9.2
 +
minDaysBetweenThreatBigs = 1.9
 +
classic_RandomEventMTBDays = 1.00
 +
classic_ThreatBigMTBDays = 3.75
 +
classic_ThreatSmallMTBDays = 1.25
 +
 
 +
{{nav|ai}}
 +
[[Category:AI]]

Revision as of 04:05, 29 July 2017

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

Cassandra Classic

Cassandra Classic

Cassandra creates story events on a steadily-increasing curve of challenge and tension.

Base Stats

Type
AI Storytellers

Cassandra Classic is the default storyteller, whose main characteristic is to throw challenges starting from easy, and progressively increasing to difficult level.


Code Specifics

desiredPopulationMin = 4
desiredPopulationMax = 13
desiredPopulationCritical = 18
threatCycleLength = 9.2
minDaysBetweenThreatBigs = 1.9
classic_RandomEventMTBDays = 1.00
classic_ThreatBigMTBDays = 3.75
classic_ThreatSmallMTBDays = 1.25