Difference between revisions of "Cassandra Classic"

From RimWorld Wiki
Jump to navigation Jump to search
m (Fixed broken image.)
(14 intermediate revisions by 10 users not shown)
Line 1: Line 1:
 +
{{Version|0.13.1135}}
 +
<!--Top Nav Box-->
 +
{| align=center
 +
| {{AI_Storytellers_Nav}}
 +
|}
 +
<hr>
 +
<!-- End Nav -->
 +
 
{{infobox main|ai|
 
{{infobox main|ai|
 
|name = Cassandra Classic
 
|name = Cassandra Classic
 
|image = Cassandra.png|250px|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;">
 
<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>
 
<includeonly>
''Main Article: [[Cassandra Classic]]
+
<!--Top Nav Box-->
 +
{| align=center
 +
! {{MainSection_Nav}}
 +
|}
 +
{| align=center
 +
| {{AI_Storytellers_Nav}}
 +
|}
 +
<hr>
 +
<!-- End Nav -->
 +
{{Main Article|Cassandra Classic}}
 
</includeonly>
 
</includeonly>
 
<onlyinclude>
 
<onlyinclude>
{{quote|"Cassandra creates story events on a steadily-increasing curve of challenge and tension."|In-game description}}
+
'''Cassandra Classic''' is the standard storyteller for Rimworld, giving the game a gentle slope for the player to warm up to as the enemies, the challenges, and the events continue to progressively increase in difficulty. Starting from minor, low-count maddened animal events to major, high-count, heavily armed raids, Cassandra is a learning player's preferred storyteller. Despite her ability to bring strong forces, she also rewards the player with plenty of resources via drop pods.
  
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.
+
The essence of good storytelling is the perfect progression of an intensifying struggle.
 
</onlyinclude>
 
</onlyinclude>
 
 
{{clear}}
 
{{clear}}
 
==Code Specifics==  
 
==Code Specifics==  
{{v|{{:Version}}}}
+
 
ID: Storyteller_ClassicNormal
+
  desiredPopulationMin = 4
  desiredPopulationMin = 3
+
  desiredPopulationMax = 13
  desiredPopulationMax = 10
+
  desiredPopulationCritical = 18
  desiredPopulationCritical = 15
+
threatCycleLength = 9.2
  challengeScale = .85
+
minDaysBetweenThreatBigs = 1.9
  threatCycleLength = 11
+
  classic_RandomEventMTBDays = 1.00
  minIntervalBigThreats = 60000
+
  classic_ThreatBigMTBDays = 3.75
 +
  classic_ThreatSmallMTBDays = 1.25
  
 
{{nav|ai}}
 
{{nav|ai}}
 
[[Category:AI]]
 
[[Category:AI]]

Revision as of 04:24, 22 June 2017

This article may contain outdated information that is inaccurate for the current version of the game. It was last updated for 0.13.1135.

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 standard storyteller for Rimworld, giving the game a gentle slope for the player to warm up to as the enemies, the challenges, and the events continue to progressively increase in difficulty. Starting from minor, low-count maddened animal events to major, high-count, heavily armed raids, Cassandra is a learning player's preferred storyteller. Despite her ability to bring strong forces, she also rewards the player with plenty of resources via drop pods.

The essence of good storytelling is the perfect progression of an intensifying struggle.


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