Difference between revisions of "Recovery time"

From UFOpaedia
Jump to navigation Jump to search
(Extensive simplification)
m
Line 1: Line 1:
 +
{| {{stdTable}} width = "80%" align = "center"
 +
|- {{stdTable Heading}}
 +
| {{UFO Icon}} Executive Summary
 +
|-
 +
|
 +
: Days to heal = random number between 50% and 150% of lost health
 +
|}
 +
 +
 
= Overview =
 
= Overview =
  
When a soldier gets injured in combat, the soldier is put off duty and goes on medical leave for a certain number of days. Sometimes the number of days can be ridiculously high, and at other times it may appear to not even exist. If injured troopers are assigned to a transport, they will be removed. Once the soldier has healed, they'll go back on duty, but must be manually reassigned to a transport.  
+
When a soldier is injured in combat, the soldier is put off duty and goes on medical leave for a certain number of days. Sometimes the number of days can be ridiculously high, and at other times it may appear to not even exist. If injured troopers are assigned to a transport, they will be removed. Once the soldier has healed, they'll go back on duty, but must be manually reassigned to a transport.  
  
  
Line 7: Line 16:
 
The number of days a soldier will spend in recovery ranges randomly from  
 
The number of days a soldier will spend in recovery ranges randomly from  
  
(Health Lost * 0.5) to (Health Lost * 1.5)
+
: ''(Health Lost × 0.5)'' to ''(Health Lost × 1.5)''
 +
 
 +
Note that any fractions in the final number will be rounded down.
 +
 
 +
= Examples =
 +
 
 +
{| {{stdTable}} width = "60%" align = "center"
 +
|-
 +
|style = "border-bottom: 1px gray solid;"| '''Health Lost'''
 +
|style = "border-bottom: 1px gray solid;"| '''Min days'''
 +
|style = "border-bottom: 1px gray solid;"| '''Max days'''
 +
|-
 +
| 1 || 0 || 2
 +
|-
 +
| 10 || 5 || 15
 +
|-
 +
| 11 || 5 || 16
 +
|-
 +
| 59 || 29 || 88
 +
|-
 +
| 254 || 127 || 381
 +
|}
 +
 
 +
Notice how uneven numbers have the fraction rounded down to the nearest interger.
  
Therefore, a soldier returning from a mission wounded for 10 HP will be in recovery from 5 to 15 days.  A genetically mutated über soldier D with 254 lost hitpoints (out of 255) will stay in bed for a grand total of ''127'' to ''381'' days. With power comes a price. With ultimate power comes the ultimate price.
+
Also, for players that like to cheat, as you can see with the final example, with power comes a price and with ultimate power comes the ultimate price.  
  
 
=See Also=
 
=See Also=

Revision as of 20:38, 5 May 2006

UFO Badge Executive Summary
Days to heal = random number between 50% and 150% of lost health


Overview

When a soldier is injured in combat, the soldier is put off duty and goes on medical leave for a certain number of days. Sometimes the number of days can be ridiculously high, and at other times it may appear to not even exist. If injured troopers are assigned to a transport, they will be removed. Once the soldier has healed, they'll go back on duty, but must be manually reassigned to a transport.


Formula

The number of days a soldier will spend in recovery ranges randomly from

(Health Lost × 0.5) to (Health Lost × 1.5)

Note that any fractions in the final number will be rounded down.

Examples

Health Lost Min days Max days
1 0 2
10 5 15
11 5 16
59 29 88
254 127 381

Notice how uneven numbers have the fraction rounded down to the nearest interger.

Also, for players that like to cheat, as you can see with the final example, with power comes a price and with ultimate power comes the ultimate price.

See Also

Health