Difference between revisions of "Phoebe Chillax"

From RimWorld Wiki
Jump to navigation Jump to search
m
(→‎Code Specifics: Updated code specifics)
(3 intermediate revisions by 3 users not shown)
Line 4: Line 4:
 
{{infobox main|ai|
 
{{infobox main|ai|
 
|name = Phoebe Chillax
 
|name = Phoebe Chillax
|image = Phoebe.png|250px|Phoebe Basebuilder
+
|image = Phoebe.png
 +
|imagesize = 250px
 
|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.
 
|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
 
}}
 
}}
  
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.
+
'''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.
However, long breaks between raids means huge spikes of difficulty and troubles equiping your pawns with weapons and armors.
+
However, long breaks between raids means huge spikes of difficulty and troubles equipping your pawns with weapons and armors.
  
  
Line 18: Line 19:
  
  
== Code Specifics ==  
+
==Code Specifics==  
 +
 
 +
Major Threats
 +
 
 +
<onDays>8</onDays>
 +
<offDays>8</offDays>
 +
<numIncidentsRange>1~1</numIncidentsRange>
 +
 
 +
Misc. Events
 +
 
 +
<mtbDays>4.8</mtbDays>
  
desiredPopulationMin = 4
 
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 02:23, 24 February 2022

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. However, long breaks between raids means huge spikes of difficulty and troubles equipping your pawns with weapons and armors.


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

Major Threats

<onDays>8</onDays>
<offDays>8</offDays>
<numIncidentsRange>1~1</numIncidentsRange>

Misc. Events

<mtbDays>4.8</mtbDays>