Difference between revisions of "Phoebe Chillax"

From RimWorld Wiki
Jump to navigation Jump to search
(→‎Code Specifics: Updated code specifics)
(15 intermediate revisions by 10 users not shown)
Line 1: Line 1:
<!--Top Nav Box-->
 
{| align=center
 
! {{MainSection_Nav}}
 
|}
 
 
{| align=center
 
{| align=center
 
| {{AI_Storytellers_Nav}}
 
| {{AI_Storytellers_Nav}}
 
|}
 
|}
<hr>
 
<!-- End Nav -->
 
 
{{stub}}
 
 
 
{{infobox main|ai|
 
{{infobox main|ai|
 
|name = Phoebe Chillax
 
|name = Phoebe Chillax
|image = Phoebe.png|250px|Phoebe Basebuilder
+
|image = Phoebe.png
|info = "Let's chill and build." - Phoebe Chillax, RimWorld AI.
+
|imagesize = 250px
|type = AI Storytellers{{!}}AI Storytellers
+
|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
 
}}
 
}}
  
<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 Chillax]]''
+
However, long breaks between raids means huge spikes of difficulty and troubles equipping your pawns with weapons and armors.
</includeonly>
+
 
<onlyinclude>
+
 
{{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}}
+
== 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).
  
Phoebe is a friendly AI that allows for successful base building. If she chooses a challenge to be presented to the colony, it will generally be a smaller threat than AI such as Cassandra. If Phoebe is the present Storyteller, then by editing her difficulty, you can get the closest to a true builder mode available.
 
  
{{clear}}
 
 
==Code Specifics==  
 
==Code Specifics==  
{{:Version/0.13.1135}}
+
 
desiredPopulationMin = 4
+
Major Threats
  desiredPopulationMax = 13
+
 
  desiredPopulationCritical = 18
+
  <onDays>8</onDays>
  threatCycleLength = 17
+
  <offDays>8</offDays>
minDaysBetweenThreatBigs = 12.5
+
  <numIncidentsRange>1~1</numIncidentsRange>
classic_RandomEventMTBDays = 1.00
+
 
classic_ThreatBigMTBDays = 8
+
Misc. Events
  classic_ThreatSmallMTBDays = 1.25
+
 
+
  <mtbDays>4.8</mtbDays>
</onlyinclude>
+
 
 
{{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>