Difference between revisions of "Biosculpter Occupant Speed"
Jump to navigation
Jump to search
Wisslewossle (talk | contribs) (Created page with "{{Ideology}}{{stub}} {{Stat | default base value = 1 | to string style = PercentZero | description = multiplier on the length of time a pawn will take to complete biosculpter...") |
m (Cleanup and remaining properties) |
||
(3 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
− | {{Ideology}}{{ | + | {{Ideology}} |
− | {{Stat | + | {{Verified|1.5.4104}}{{Stat |
+ | | def name = BiosculpterOccupantSpeed | ||
+ | | label = biosculpter occupant speed | ||
+ | | description = A multiplier on how quickly this person will complete a [[biosculpter pod]] cycle. | ||
| default base value = 1 | | default base value = 1 | ||
+ | | hide at value = 1 | ||
+ | | effective maximum = 2 | ||
| to string style = PercentZero | | to string style = PercentZero | ||
− | | | + | | scenario randomizable = true |
+ | | show on animals = false | ||
+ | | show on mechanoids = false | ||
+ | | category = PawnMisc | ||
+ | | display priority in category = 1900 | ||
+ | | parts = StatPart_BiosculptingSpeedFactor | ||
}} | }} | ||
+ | {{See also|Biosculpter Pod Speed Factor}} | ||
− | + | == Factors == | |
+ | This stat determines how long a pawn will stay in a biosculpter pod in order to complete the cycle. This is affected by the [[ideoligion#Transhumanist|transhumanist]] meme and it's respective biosculpting [[precept#Meme-specific|issue]], which will increase the occupant speed to {{Good|200%}}. | ||
+ | <div><li style="display: inline-table;"> | ||
+ | {| {{STDT| c_20 sortable}} | ||
+ | ! Issue !! Precepts !! Biosculpter Pod<br />Cycle Speed Factor | ||
+ | |- | ||
+ | ! [[Precepts#Biosculpting|Biosculpting]] {{IdeologyIcon}} | ||
+ | | Accelerated | ||
+ | | {{Good|×200%}} | ||
+ | |} | ||
+ | </li></div> | ||
− | ==Version history== | + | == Table == |
+ | {| {{STDT| c_20 sortable}} | ||
+ | |- {{#vardefine: medicTime | 6}}{{#vardefine: regenTime | 25}}{{#vardefine:ageTime | 8}}{{#vardefine: pleasureTime | 4}} | ||
+ | ! rowspan=2| Circumstances !! colspan=4 | Cycle [[Time|Days]] (Tuned Time) | ||
+ | |- | ||
+ | ! Medic !! Bioregeneration !! Age reversal !! Pleasure | ||
+ | |- | ||
+ | ! Default | ||
+ | | {{#var: medicTime}} ({{#expr: 0.75 * {{#var: medicTime}} round 2}}) | ||
+ | | {{#var: regenTime}} ({{#expr: 0.75 * {{#var: regenTime}} round 2}}) | ||
+ | | {{#var:ageTime}} ({{#expr: 0.75 * {{#var:ageTime}} round 2}}) | ||
+ | | {{#var: pleasureTime}} ({{#expr: 0.75 * {{#var: pleasureTime}} round 2}}) | ||
+ | |- | ||
+ | ! Sterile | ||
+ | | {{#expr: (1/1.15)*{{#var: medicTime}} round 2}} ({{#expr: 0.75 * (1/1.15)*{{#var: medicTime}} round 2}}) | ||
+ | | {{#expr: (1/1.15)*{{#var: regenTime}} round 2}} ({{#expr: 0.75 * (1/1.15)*{{#var: regenTime}} round 2}}) | ||
+ | | {{#expr: (1/1.15)*{{#var:ageTime}} round 2}} ({{#expr: 0.75 * (1/1.15)*{{#var:ageTime}} round 2}}) | ||
+ | | {{#expr: (1/1.15)*{{#var: pleasureTime}} round 2}} ({{#expr: 0.75 * (1/1.15)*{{#var: pleasureTime}} round 2}}) | ||
+ | |- | ||
+ | ! Transhumanist | ||
+ | | {{#expr: 0.5*{{#var: medicTime}} round 2}} ({{#expr: 0.75 * 0.5*{{#var: medicTime}} round 2}}) | ||
+ | | {{#expr: 0.5*{{#var: regenTime}} round 2}} ({{#expr: 0.75 * 0.5*{{#var: regenTime}} round 2}}) | ||
+ | | {{#expr: 0.5*{{#var:ageTime}} round 2}} ({{#expr: 0.75 * 0.5*{{#var: ageTime}} round 2}}) | ||
+ | | {{#expr: 0.5*{{#var: pleasureTime}} round 2}} ({{#expr: 0.75 * 0.5*{{#var: pleasureTime}} round 2}}) | ||
+ | |- | ||
+ | ! Transhumanist and Sterile | ||
+ | | {{#expr: (0.5/1.15)*{{#var: medicTime}} round 2}} ({{#expr: 0.75 * (0.5/1.15)*{{#var: medicTime}} round 2}}) | ||
+ | | {{#expr: (0.5/1.15)*{{#var: regenTime}} round 2}} ({{#expr: 0.75 * (0.5/1.15)*{{#var: regenTime}} round 2}}) | ||
+ | | {{#expr: (0.5/1.15)*{{#var:ageTime}} round 2}} ({{#expr: 0.75 * (0.5/1.15)*{{#var:ageTime}} round 2}}) | ||
+ | | {{#expr: (0.5/1.15)*{{#var: pleasureTime}} round 2}} ({{#expr: 0.75 * (0.5/1.15)*{{#var: pleasureTime}} round 2}}) | ||
+ | |} | ||
+ | |||
+ | == Stat Def Data == | ||
+ | {| {{STDT| c_20}} | ||
+ | ! Def Name<br />Label<br />Label For Full Stat List<br />Offset Label<br />Attributes !! Description !! Category !! Parameters !! Complex<br />Parameters !! Display<br />Priority<br />In<br />Category | ||
+ | |- id="Biosculpter Occupant Speed" <!--<StatDef>--> | ||
+ | | | ||
+ | * '''Def Name:'''<br />BiosculpterOccupantSpeed | ||
+ | * '''Label:'''<br />biosculpter occupant speed | ||
+ | | A multiplier on how quickly this person will complete a biosculpter pod cycle. | ||
+ | | | ||
+ | * Display Order:<br />'''130''' | ||
+ | * Def Name:<br />'''PawnMisc''' | ||
+ | * Label:<br />'''Misc''' | ||
+ | * Display All By Default:<br />{{Bad|false}} | ||
+ | | | ||
+ | * '''Default Base Value:''' {{%|1}} | ||
+ | * '''Hide At Value:''' {{%|1}} | ||
+ | * '''To String Style:''' PercentZero | ||
+ | * '''Show On Animals:''' {{Bad|false}} | ||
+ | * '''Show On Mechanoids:''' {{Bad|false}} | ||
+ | * '''Scenario Randomizable:''' {{Good|true}} | ||
+ | | | ||
+ | * '''Parts:''' | ||
+ | ** '''StatPart_BiosculptingSpeedFactor''' | ||
+ | | 1900 | ||
+ | <!--</StatDef>--> | ||
+ | |} | ||
+ | |||
+ | == Version history == | ||
* [[Version/1.3.3066|1.3.3066]] - Added. | * [[Version/1.3.3066|1.3.3066]] - Added. | ||
{{nav|stats|wide}} | {{nav|stats|wide}} |
Latest revision as of 23:09, 27 September 2024
This article relates to content added by Ideology (DLC). Please note that it will not be present without the DLC enabled. |
Biosculpter Occupant Speed is a stat: A multiplier on how quickly this person will complete a biosculpter pod cycle. Its default value is 100%.
See also: Biosculpter Pod Speed Factor
Factors[edit]
This stat determines how long a pawn will stay in a biosculpter pod in order to complete the cycle. This is affected by the transhumanist meme and it's respective biosculpting issue, which will increase the occupant speed to 200%.
Issue | Precepts | Biosculpter Pod Cycle Speed Factor |
---|---|---|
Biosculpting | Accelerated | ×200% |
Table[edit]
Circumstances | Cycle Days (Tuned Time) | |||
---|---|---|---|---|
Medic | Bioregeneration | Age reversal | Pleasure | |
Default | 6 (4.5) | 25 (18.75) | 8 (6) | 4 (3) |
Sterile | 5.22 (3.91) | 21.74 (16.3) | 6.96 (5.22) | 3.48 (2.61) |
Transhumanist | 3 (2.25) | 12.5 (9.38) | 4 (3) | 2 (1.5) |
Transhumanist and Sterile | 2.61 (1.96) | 10.87 (8.15) | 3.48 (2.61) | 1.74 (1.3) |
Stat Def Data[edit]
Def Name Label Label For Full Stat List Offset Label Attributes |
Description | Category | Parameters | Complex Parameters |
Display Priority In Category |
---|---|---|---|---|---|
|
A multiplier on how quickly this person will complete a biosculpter pod cycle. |
|
|
|
1900 |
Version history[edit]
- 1.3.3066 - Added.