Activity Suppression Speed

From RimWorld Wiki
Jump to navigation Jump to search

"Expression error: Unexpected < operator." is not a number.Activity Suppression Speed is a stat: The speed at which this person can suppress unnatural entities. A higher speed means they take less time to suppress each entity. Its minimum allowed value is 0% per hour. Its default value is 6.5% per hour.

Offsets[edit]

Skill Needs[edit]

  • Social: -1.5% plus 0.75% per skill level.

Factors[edit]

Stats[edit]

Calculating Activity Suppression Speed[edit]

The base value of 6.5% is first offset by the Intellectual and Social Skill Needs, and then multiplied by the pawn's Psychic Sensitivity:

Activity Suppression Speed = ( 0.065 + ( -0.015 + ( Intellectual Skill Level × 0.0075 ) ) + ( -0.015 + ( Social Skill Level × 0.0075 ) ) ) × Psychic Sensitivity

The maximum possible value for this would be calculated as:

Activity Suppression Speed = ( 0.065 + ( -0.015 + ( 20 × 0.0075 ) ) + ( -0.015 + ( 20 × 0.0075 ) ) ) × 
Activity Suppression Speed = ( 0.065 + ( -0.015 + 0.15 ) + ( -0.015 + 0.15 ) ) × 
Activity Suppression Speed = ( 0.065 + 0.135 + 0.135 ) × 
Activity Suppression Speed = 0.335 × 
Activity Suppression Speed = 

For an effective maximum of Expression error: Missing operand for *.% per hour.

Stat Def Data[edit]

Name Description Category Parameters Complex Parameters Display Priority In Category
  • Def Name:
    ActivitySuppressionRate
  • Label:
    activity suppression speed
The speed at which this person can suppress unnatural entities. A higher speed means they take less time to suppress each entity.
  • Display Order: 140
  • Def Name:
    PawnWork
  • Label:
    Work
  • Display All By Default: false
  • Default Base Value: 6.5%
  • Show On Default Value: false
  • To String Style: PercentOne
  • Format String:
    "{0} per hour"
  • Min Value: 0%
  • Show On Animals: false
  • Show On Mechanoids: false
  • Show Developmental Stage Filter: Adult
  • Skill Need Offsets:
    • SkillNeed_BaseBonus:
      • Skill: Intellectual
      • Base Value: -1.5%
      • Bonus Per Level: +0.75%
      • Required: false
    • SkillNeed_BaseBonus:
      • Skill: Social
      • Base Value: -1.5%
      • Bonus Per Level: +0.75%
      • Required: false
209

Version history[edit]