Difference between revisions of "Cassandra Classic"

From RimWorld Wiki
Jump to navigation Jump to search
m
(36 intermediate revisions by 16 users not shown)
Line 1: Line 1:
{{Quotebox
+
{| align=center
|quote  = <translate><!--T:1-->
+
| {{AI_Storytellers_Nav}}
''The essence of good storytelling is the perfect progression of intensifying struggle.''</translate>
+
|}
|source = <div class="pull-right"><translate><!--T:2-->
+
{{infobox main|ai|
~ Cassandra Classic, RimWorld Primary AI.</translate></div>
+
|name = Cassandra Classic
|quoted = 1}}
+
|image = Cassandra.png|250px|Cassandra Classic
 +
|description = Cassandra creates story events on a steadily-increasing curve of challenge and tension.
 +
|type = AI Storytellers{{!}}AI Storytellers
 +
}}
  
<translate><!--T:3-->
+
Cassandra Classic is the default storyteller, whose main characteristic is to throw challenges starting from easy, and progressively increasing to difficult level.
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>
 
''(Version#0.0.254b)''
 
ID: Storyteller_ClassicNormal
 
desiredPopulationMin = 3
 
desiredPopulationMax = 10
 
desiredPopulationCritical = 15
 
challengeScale = .85
 
threatCycleLength = 11
 
minIntervalBigThreats = 60000
 
  
{{TNT|nav storytellers}}
+
 
 +
==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
 +
 
 +
{{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