Difference between revisions of "Cassandra Classic"

From RimWorld Wiki
Jump to navigation Jump to search
(11 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 = 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
 
}}
 
}}
  
<includeonly>
+
Cassandra Classic is the default storyteller, whose main characteristic is to throw challenges starting from easy, and progressively increasing to difficult level.
<!--Top Nav Box-->
 
{| align=center
 
! {{MainSection_Nav}}
 
|}
 
{| align=center
 
| {{AI_Storytellers_Nav}}
 
|}
 
<hr>
 
<!-- End Nav -->
 
''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 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 players preferred storyteller. Despite her ability to bring strong forces, she also awards the player with plenty of resources via drop pods.
 
</onlyinclude>
 
  
{{clear}}
 
 
==Code Specifics==  
 
==Code Specifics==  
{{v|{{:Version history}}}}
+
 
  desiredPopulationMin = 3
+
  desiredPopulationMin = 4
  desiredPopulationMax = 11
+
  desiredPopulationMax = 13
  desiredPopulationCritical = 16
+
  desiredPopulationCritical = 18
  threatCycleLength = 17
+
  threatCycleLength = 9.2
  minDaysBetweenThreatBigs = 4
+
  minDaysBetweenThreatBigs = 1.9
  classic_RandomEventMTBDays = 1.7
+
  classic_RandomEventMTBDays = 1.00
  classic_ThreatBigMTBDays = 1.7
+
  classic_ThreatBigMTBDays = 3.75
  classic_ThreatSmallMTBDays = 7
+
  classic_ThreatSmallMTBDays = 1.25
  
 
{{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