Difference between revisions of "Plant Work Speed"
Jump to navigation
Jump to search
m |
|||
Line 9: | Line 9: | ||
== Factors == | == Factors == | ||
+ | === Offsets === | ||
+ | The base value of 100% can first be modified by the following offset: | ||
+ | |||
+ | * [[Field hand]]{{RoyaltyIcon}}: {{+|160%}} per hand. | ||
+ | |||
+ | === Factors === | ||
+ | After the offset is applied, it is further modified by the following factors: | ||
* [[Skills#Plants|Plants]][[Skill::Plants| ]]: [[Skill Base Factor::0.08|8%]] plus [[Skill Bonus Factor::0.115|11.5%]] per skill level. | * [[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 | * [[Manipulation]]: [[Manipulation Importance::1|100%]] importance, [[Manipulation Limit::-|No]] max | ||
Line 19: | Line 26: | ||
{{Stat Factors Table}} | {{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 hands]]{{RoyalyIcon}} 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}} | {{Nav|stats|wide}} |
Revision as of 13:04, 12 March 2024
This article is a stub. You can help RimWorld Wiki by expanding it. Reason: Account for Ideoligion#Ranching precept inc effect but also order of operations. |
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
Offsets
The base value of 100% can first be modified by the following offset:
- Field hand: +160% per hand.
Factors
After the offset is applied, it is further modified by the following factors:
- Plants: 8% plus 11.5% per skill level.
- Manipulation: 100% importance, No max
- Sight: 30% importance, 100% limit
- 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.
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
This section has been suggested for recoding. Reason: Finish example - commented out section is from Plant Harvest Yield and will need to be modified to fit PWS. Uncommented section is complete. You can help RimWorld Wiki by improving it. |
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 handsTemplate:RoyalyIcon would therefore have the following: