Difference between revisions of "Phoebe Chillax"

From RimWorld Wiki
Jump to navigation Jump to search
(Added infobox)
(23 intermediate revisions by 13 users not shown)
Line 1: Line 1:
{{stub}}
+
{| align=center
 
+
| {{AI_Storytellers_Nav}}
 +
|}
 
{{infobox main|ai|
 
{{infobox main|ai|
|name = Phoebe Basebuilder
+
|name = Phoebe Chillax
|image = PhoebeBasebuilder.png|Phoebe Basebuilder
+
|image = Phoebe.png|250px|Phoebe Basebuilder
|info = "Let's chill and build." - Phoebe Basebuilder, RimWorld AI.
+
|description = Phoebe gives lots of time between disasters to relax and build your colony. But beware - if she's set at a high challenge scale, she'll hit as hard as anyone.
 
|type = AI Storytellers{{!}}AI Storytellers
 
|type = AI Storytellers{{!}}AI Storytellers
 
}}
 
}}
  
<includeonly>
+
Phoebe Chillax, is a storyteller whose main characteristic is the long break between challenges, leaving the player with enough time to rest and recover after an event, and live without much to worry about. This gives new players a more relaxed experience to get familiar with the game.
''Main Article: [[Phoebe Basebuilder]]''
+
 
</includeonly>
+
 
<onlyinclude>
+
== Observation ==
{{quote|"Phoebe gives lots of time between disasters to relax and build your colony. But beware - if she's set at a high challenge scale, she'll hit as hard as anyone."|In-game description}}
+
 
 +
When playing with Phoebe, in the beginning its always likely to gain one or two more colonists, typically a wanderer. A trade caravan or two shall also arrive before completing a full season (15 days).
 +
 
 +
 
 +
== Code Specifics ==
  
Phoebe is a friendly AI that won't throw hundreds of [[Raider|raiders]] at you whenever she feels like it.
+
desiredPopulationMin = 4
</onlyinclude>
+
desiredPopulationMax = 13
 +
desiredPopulationCritical = 18
 +
threatCycleLength = 17
 +
minDaysBetweenThreatBigs = 12.5
 +
classic_RandomEventMTBDays = 1.00
 +
classic_ThreatBigMTBDays = 8
 +
classic_ThreatSmallMTBDays = 1.25
 +
 
{{nav|ai}}
 
{{nav|ai}}
 
[[Category:AI]]
 
[[Category:AI]]

Revision as of 04:12, 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

Phoebe Chillax

Phoebe Chillax

Phoebe gives lots of time between disasters to relax and build your colony. But beware - if she's set at a high challenge scale, she'll hit as hard as anyone.

Base Stats

Type
AI Storytellers

Phoebe Chillax, is a storyteller whose main characteristic is the long break between challenges, leaving the player with enough time to rest and recover after an event, and live without much to worry about. This gives new players a more relaxed experience to get familiar with the game.


Observation

When playing with Phoebe, in the beginning its always likely to gain one or two more colonists, typically a wanderer. A trade caravan or two shall also arrive before completing a full season (15 days).


Code Specifics

desiredPopulationMin = 4
desiredPopulationMax = 13
desiredPopulationCritical = 18
threatCycleLength = 17
minDaysBetweenThreatBigs = 12.5
classic_RandomEventMTBDays = 1.00
classic_ThreatBigMTBDays = 8
classic_ThreatSmallMTBDays = 1.25