Moving

From RimWorld Wiki
Revision as of 18:42, 17 May 2022 by Doomster (talk | contribs) (→‎Factors: Pawns cannot move at 15% Moving capacity.)
Jump to navigation Jump to search

Moving is a pawn capacity: How well a character can move around. Directly affected by consciousness.

Affected stats

NameTypeWeightMaxDescription
Hunting StealthStat1-This stat reduces the chance of hunted animals attacking the hunter. A 0% score means no reduction. A 100% score means animals never attack.
Melee Dodge ChanceStat18-Chance to dodge a melee attack that would've otherwise hit. Characters will not dodge while aiming or firing a ranged weapon.
Move SpeedStat1-Speed of movement in cells per second (c/s).

Factors

Pawns need a Moving capacity of above 15% in order to move.

Base factors

The following factors affect Moving.

  • Consciousness: 100% importance, no allowed defect. 100% Max.
  • Blood Pumping: 20% importance, no allowed defect. No Max (effectively 190%).
  • Breathing: 20% importance, no allowed defect. No Max (effectively 110%).
  • Leg part efficiency: 100% importance, no allowed defect. No Max (effectively 150%).
    • Whole leg: 50% importance for each leg, no allowed defect. No Max (effectively 150%).
      • Peg leg: 60% part efficiency resulting in −20% Moving.
      • Prosthetic leg: 85 part efficiency resulting in −7.5% Moving.
      • Bionic leg: 125% part efficiency resulting in +12.5% Moving.
      • Archotech leg: 150% part efficiency resulting in +25% Moving.
    • Tibia part efficiency: 50% importance for each tibia, no allowed defect. No Max (effectively 100%).
    • Femur part efficiency: 50% importance for each femur, no allowed defect. No Max (effectively 100%).
    • Foot part efficiency: 50% importance for each foot, no allowed defect. No Max (effectively 100%).
      • Wooden foot: 80% part efficiency resulting in −10% Moving.
    • Toes part efficiency: Every toe missing results in −4% Moving. No Max (effectively 100%).
    • Pelvis part efficiency: 100% importance, no allowed defect. No Max (effectively 100%).
    • Spine part efficiency: 100% importance, no allowed defect. No Max (effectively 100%).

Post factors

Offsets

Example

Let us calculate the highest value possible. A human with a bionic heart and two archotech legs, that is high on luciferium, go-juice, wake-up and yayo. The moving capacity can be calculated with the following formula:

Moving = {IF Consciousness < 100 THEN Consciousness ELSE 1} × [1 + (Blood Pumping - 1) × 0.2] × [1 + (Breathing - 1) × 0.2] × Leg efficiency × Post factors + Offsets

Leg efficiency must again be calculated by inserting the efficiency of all the related body parts. Note that the efficiency of all toes must be added up first (normally 10). If any type of body part is not affected, that part of the formula can be omitted.

Leg efficiency = (Left leg × 0.5 + Right leg × 0.5) × (Left tibia × 0.5 + Right tibia × 0.5) × (Left femur × 0.5 + Right femur × 0.5) × (Left foot × 0.5 + Right foot × 0.5) × (Toes × 0.04 + 0.6) × Pelvis × Spine

In this particular case the values would be the following:

First of all we can calculate the leg efficiency:

Leg efficiency = Left leg × 0.5 + Right leg × 0.5 = 1.5 × 0.5 + 1.5 × 0.5 = 150%

We can therefore calculate the Moving capacity:

Moving = {1} × [1 + (1.9 - 1) × 0.2] × [1 + (1.1 - 1) × 0.2] × 1.5 × 1 + 1.3

Moving = 1 × [1.18] × [1.02] × 1.5 × 1 + 1.3 = 310.54% ≈ 311%