Difference between revisions of "Cassandra Classic"

From RimWorld Wiki
Jump to navigation Jump to search
m
m
(46 intermediate revisions by 24 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%;"><translate><!--T:1-->
+
|}
''The essence of good storytelling is the perfect progression of intensifying struggle.''</translate></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%;"><translate><!--T:2-->
+
| image = Cassandra.png
Cassandra Classic, RimWorld Primary AI.</translate></span>
+
| description = Cassandra creates story events on a steadily-increasing curve of challenge and tension.
</div></div>
+
| type = AI Storytellers
 +
}}
  
<translate><!--T:3-->
+
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.
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.</translate>
 
{{clear}}
 
<translate>==Code Specifics== <!--T:4--></translate>
 
{{v|{{:Version}}}}
 
ID: Storyteller_ClassicNormal
 
desiredPopulationMin = 3
 
desiredPopulationMax = 10
 
desiredPopulationCritical = 15
 
challengeScale = .85
 
threatCycleLength = 11
 
minIntervalBigThreats = 60000
 
  
 +
===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>
 +
 +
{{nav|ai}}
 
[[Category:AI]]
 
[[Category:AI]]
{{nav/<translate>en</translate>|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>