Difference between revisions of "Cassandra Classic"

From RimWorld Wiki
Jump to navigation Jump to search
m
(17 intermediate revisions by 9 users not shown)
Line 2: Line 2:
 
| {{AI_Storytellers_Nav}}
 
| {{AI_Storytellers_Nav}}
 
|}
 
|}
<hr>
+
{{Infobox main|ai
 +
| name = Cassandra Classic
 +
| image = Cassandra.png
 +
| description = Cassandra creates story events on a steadily-increasing curve of challenge and tension.
 +
| type = AI Storytellers
 +
}}
 +
 
 +
Cassandra Classic is the default storyteller. In the beginning, Cassandra will always send a single [[Events#Mad animal|mad animal]], followed by a single [[raider]], within 10 days from arrival. Challenges remain consistent, ramping up in difficulty as you progress, but with breaks every 1-2 raids.
 +
 
 +
===Analysis===
 +
Many players find Cassandra to be more difficult than Randy, mostly due to her consistent raids. While Randy is often quiet for months or even years at a time, Cassandra is forced to send major threats on a somewhat regular basis. At the same time, players can take advantage of her hardcoded breaks. When playing with Randy, a raid can happen at any time, so players can never be 100% secure.
 +
 
 +
In addition,  Randy ''could'' send multiple 1.5x size raids back-to-back, potentially creating situations that are harder than what Cassandra can possibly dish out.
  
{{infobox main|ai|
+
== Code specifics ==  
|name = Cassandra Classic
+
 
|image = Cassandra.png|250px|Cassandra Classic
+
Major Threats
|description = Cassandra creates story events on a steadily-increasing curve of challenge and tension.
 
|type = AI Storytellers{{!}}AI Storytellers
 
}}
 
<includeonly>
 
{| align=center
 
! {{MainSection_Nav}}
 
|}
 
{| align=center
 
| {{AI_Storytellers_Nav}}
 
|}<hr>{{Main Article|Cassandra Classic}}</includeonly>
 
'''Cassandra Classic''' is the default storyteller, whose main characteristic is to throw challenges starting from easy, and progressively increasing to difficult level.
 
  
 +
<onDays>4.6</onDays>
 +
<offDays>6.0</offDays>
 +
<minSpacingDays>1.9</minSpacingDays>
 +
<numIncidentsRange>1~2</numIncidentsRange>
  
==Code Specifics==
+
Misc. Events
  
  desiredPopulationMin = 4
+
  <mtbDays>4.8</mtbDays>
desiredPopulationMax = 13
 
desiredPopulationCritical = 18
 
threatCycleLength = 9.2
 
minDaysBetweenThreatBigs = 1.9
 
classic_RandomEventMTBDays = 1.00
 
classic_ThreatBigMTBDays = 3.75
 
classic_ThreatSmallMTBDays = 1.25
 
  
 
{{nav|ai}}
 
{{nav|ai}}
 
[[Category:AI]]
 
[[Category:AI]]

Revision as of 23:04, 8 February 2023

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. In the beginning, Cassandra will always send a single mad animal, followed by a single raider, within 10 days from arrival. Challenges remain consistent, ramping up in difficulty as you progress, but with breaks every 1-2 raids.

Analysis

Many players find Cassandra to be more difficult than Randy, mostly due to her consistent raids. While Randy is often quiet for months or even years at a time, Cassandra is forced to send major threats on a somewhat regular basis. At the same time, players can take advantage of her hardcoded breaks. When playing with Randy, a raid can happen at any time, so players can never be 100% secure.

In addition, Randy could send multiple 1.5x size raids back-to-back, potentially creating situations that are harder than what Cassandra can possibly dish out.

Code specifics

Major Threats

<onDays>4.6</onDays>
<offDays>6.0</offDays>
<minSpacingDays>1.9</minSpacingDays>
<numIncidentsRange>1~2</numIncidentsRange>

Misc. Events

<mtbDays>4.8</mtbDays>