Difference between revisions of "Cassandra Classic"

From RimWorld Wiki
Jump to navigation Jump to search
m (Added cool picture from /en. Someone may want to reformat this page, I just wanted to copy it over before I marked the /en page as a candidate for deletion.)
(17 intermediate revisions by 12 users not shown)
Line 1: Line 1:
 +
{| align=center
 +
| {{AI_Storytellers_Nav}}
 +
|}
 
{{infobox main|ai|
 
{{infobox main|ai|
 
|name = Cassandra Classic
 
|name = Cassandra Classic
|image = CassandraClassic.png|Cassandra Classic
+
|image = Cassandra.png|250px|Cassandra Classic
|info = "The essence of good storytelling is the perfect progression of intensifying struggle." - Cassandra Classic, RimWorld Primary AI.
+
|description = Cassandra creates story events on a steadily-increasing curve of challenge and tension.
 
|type = AI Storytellers{{!}}AI Storytellers
 
|type = AI Storytellers{{!}}AI Storytellers
 
}}
 
}}
  
<div class="pull-left text-center" style="max-width:500px; margin-right:10px;">
+
Cassandra Classic is the default storyteller, whose main characteristic is to throw challenges starting from easy, and progressively increasing to difficult level.
<div class="mpb padding-tb br10tl br10tr br10bl br10br mpth2">
 
<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>
 
<div class="mpbt mpbb ai_bg">[[File:Cassandra.png|400px|Cassandra]]</div>
 
<span style="font-size: 88%;">Cassandra Classic, RimWorld Primary AI.</span>
 
</div></div>
 
  
<includeonly>
 
''Main Article: [[Cassandra Classic]]
 
</includeonly>
 
<onlyinclude>
 
{{quote|"Cassandra creates story events on a steadily-increasing curve of challenge and tension."|In-game description}}
 
  
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.
+
==Code Specifics==
</onlyinclude>
 
  
{{clear}}
+
desiredPopulationMin = 4
==Code Specifics==  
+
  desiredPopulationMax = 13
{{v|{{:Version}}}}
+
  desiredPopulationCritical = 18
  ID: Storyteller_ClassicNormal
+
  threatCycleLength = 9.2
  desiredPopulationMin = 3
+
  minDaysBetweenThreatBigs = 1.9
  desiredPopulationMax = 10
+
  classic_RandomEventMTBDays = 1.00
  desiredPopulationCritical = 15
+
  classic_ThreatBigMTBDays = 3.75
  challengeScale = .85
+
  classic_ThreatSmallMTBDays = 1.25
  threatCycleLength = 11
 
  minIntervalBigThreats = 60000
 
  
 
{{nav|ai}}
 
{{nav|ai}}
 
[[Category: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