Difference between revisions of "Plant Work Speed"

From RimWorld Wiki
Jump to navigation Jump to search
m (clean up)
 
(18 intermediate revisions by 3 users not shown)
Line 1: Line 1:
 +
{{Stub|reason=Account for [[Ideoligion#Ranching]] precept inc effect but also order of operations}}
 +
{{Verified|1.2.2753}}
 
{{Stat
 
{{Stat
 
| default base value = 1
 
| default base value = 1
 +
| min value = 0.1
 
| to string style = PercentZero
 
| to string style = PercentZero
| description = Speed at which this person sows and harvests plants.
+
| description = Speed at which this person sows and harvests [[plants]].
 
}}
 
}}
  
==Factors==
+
== Factors ==
 +
=== Offsets ===
 +
The base value of 100% can first be modified by the following offset:
  
* [[Skill::Growing]]: [[Skill Base Factor::0.2|20%]] plus [[Skill Bonus Factor::0.12|12%]] per skill level.
+
* [[Field hand]]{{RoyaltyIcon}}: {{+|160%}} per hand.
* Consciousness: [[Consciousness Importance::1|100%]] importance
+
 
* Manipulation: [[Manipulation Importance::0.9|90%]] importance
+
=== Factors ===
* Sight: [[Sight Importance::0.5|50%]] importance
+
After the offset is applied, it is further modified by the following factors:
* [[Global Work Speed]]
+
* [[Skills#Plants|Plants]][[Skill::Plants| ]]: [[Skill Base Factor::0.08|8%]] plus [[Skill Bonus Factor::0.115|11.5%]] per skill level.
 +
* [[Manipulation]]: [[Manipulation Importance::1|100%]] importance, [[Manipulation Limit::-|No]] max
 +
* [[Sight]]: [[Sight Importance::0.3|30%]] importance, [[Sight Limit::1|100%]] limit
 +
* [[Global Work Speed Factor::true| ]][[Global Work Speed]]
 +
 
 +
Plant work speed has a minimum value of 10%.
 +
 
 +
Note that all below values are then multiplied by the Global Work Speed of the pawn.
 +
{{Stat Factors Table}}
 +
 
 +
== Example ==
 +
{{Recode|section=1|reason=Finish example - commented out section is from Plant Harvest Yield and will need to be modified to fit PWS. Uncommented section is complete}}
 +
Plant work yield of a particular pawn can be calculated using the following formula:
 +
 
 +
{| class="wikitable"
 +
| (100% + Offsets) x Skill modifier x Manipulation x max({{%|{{P|Sight Limit}}}}, 100% + (Sight - 100%) x {{%|{{P|Sight Importance}}}}) x Global Work Speed
 +
|}
 +
 
 +
A healthy, Plants 10 with two [[field hand]]s{{RoyaltyIcon}} would therefore have the following:
 +
 
 +
<!--
 +
* Offsets:
 +
** Plants specialist: {{+|30%}}
 +
* Skill modifier: {{Good|102%}}
 +
* Manipulation factor:
 +
** 100% + (Manipulation - 100%) x {{%|{{P|Manipulation Importance}}}} = {{Good|{{%|1 + (1.25 - 1) * {{P|Manipulation Importance}}}}}}
 +
* Sight factor:
 +
** max({{%|{{P|Sight Limit}}}}, 100% + (Sight - 100%) x {{%|{{P|Sight Importance}}}}) = '''x100%'''
 +
 
 +
{| class="wikitable"
 +
|-
 +
| (100% + {{Good|30%}}) x {{Good|102%}} x {{Good|{{%|1 + (1.5 - 1) * {{P|Manipulation Importance}}}}}} x '''100%''' = {{%|(1 + 0.3) * 1.02 * (1 + (1.25 - 1) * {{P|Manipulation Importance}}) * 1 round 2}}
 +
|}
 +
-->
 +
{{Nav|stats|wide}}

Latest revision as of 13:05, 12 March 2024

Plant Work Speed is a stat: Speed at which this person sows and harvests plants. Its minimum allowed value is 10%. Its default value is 100%.

Factors[edit]

Offsets[edit]

The base value of 100% can first be modified by the following offset:

Factors[edit]

After the offset is applied, it is further modified by the following factors:

Plant work speed has a minimum value of 10%.

Note that all below values are then multiplied by the Global Work Speed of the pawn.

Plants Skill Level Plant Work Speed
100% Manipulation 125% Manipulation 150% Manipulation
0 10% 10% 12%
1 19.5% 24.38% 29.25%
2 31% 38.75% 46.5%
3 42.5% 53.13% 63.75%
4 54% 67.5% 81%
5 65.5% 81.88% 98.25%
6 77% 96.25% 115.5%
7 88.5% 110.63% 132.75%
8 100% 125% 150%
9 111.5% 139.38% 167.25%
10 123% 153.75% 184.5%
11 134.5% 168.13% 201.75%
12 146% 182.5% 219%
13 157.5% 196.88% 236.25%
14 169% 211.25% 253.5%
15 180.5% 225.63% 270.75%
16 192% 240% 288%
17 203.5% 254.38% 305.25%
18 215% 268.75% 322.5%
19 226.5% 283.13% 339.75%
20 238% 297.5% 357%

Example[edit]

Plant work yield of a particular pawn can be calculated using the following formula:

(100% + Offsets) x Skill modifier x Manipulation x max(100%, 100% + (Sight - 100%) x 30%) x Global Work Speed

A healthy, Plants 10 with two field handsContent added by the Royalty DLC would therefore have the following: