Difference between revisions of "Recovery time"

From UFOpaedia
Jump to navigation Jump to search
 
(20 intermediate revisions by 9 users not shown)
Line 1: Line 1:
= Overview =
+
When a soldier is injured in combat, the soldier is put off duty and goes on medical leave for a certain '''recovery time''' which is calculated as a number of days. Sometimes the number 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. The amount of time remaining for an injured soldier to return is updated at midnight on each day.
  
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 will not be assigned to any transports.
+
== Formula ==
 +
The number of days a soldier will spend in recovery ranges <i>randomly</i> according to the following formulas:
  
 +
'''Min Days = INT(Health Lost &times; 0.5)''' to<br>
 +
'''Max Days = INT(Health Lost &times; 1.5)'''
  
= Formula =
+
Note that any fractions in the final number will be rounded down (hence the INT). See the table below for some examples of the results of this formula.
The amount of possible recovery time can be determined with the following formula:
 
  
'''Recovery Time Range''' = INT( '''Lost Health''' &plusmn; ('''Lost Health''' &divide; 2) )
+
== Examples ==
+
<table {{StdCenterTable}} width="30%">
''or to put it another way''
+
<tr {{StdDescTable_Heading}}>
+
<th>Health Lost</th>
'''Minimum Days in Bed''' = INT( '''Lost Health''' - '''Lost Health''' &divide; 2 )
+
<th>Min days</th>
'''Maximum Days in Bed''' = INT( '''Lost Health''' + '''Lost Health''' &divide; 2 )
+
<th>Max days</th></tr>
+
<tr><td>1</td><td>0</td><td>1</td></tr>
The game then rolls a random number between the minimum and maximum values. The result will be how many days your soldier ends up staying in bed. Note that any remaining fractions after the values have been calculated will be discarded.  
+
<tr><td>10</td><td>5</td><td>15</td></tr>
 +
<tr><td>11</td><td>5</td><td>16</td></tr>
 +
<tr><td>20</td><td>10</td><td>30</td></tr>
 +
<tr><td>40</td><td>20</td><td>60</td></tr>
 +
<tr><td>59</td><td>29</td><td>88</td></tr>
 +
<tr><td>254</td><td>127</td><td>381</td></tr>
 +
</table>
 +
Notice how odd numbers have the fraction rounded down to the nearest integer, i.e. 11 would be 5.5 to 16.5 without rounding, but both the remainders are truncated to give the 5 to 16 shown above.
  
&there4; Bed Rest is a random number between 50% or 150% of your lost healh.  
+
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.
  
 +
==Speeding Recovery==
 +
There is no way to help a wounded soldier to heal faster after you leave the [[Battlescape]], but before the mission ends you can help a soldier by using a [[Medi-Kit]] on him. In short, always treat all [[Fatal Wounds]] before finishing the mission, and provide treatment within 3 turns.
  
= Example =
+
Strangely in this case you want the soldier to have multiple fatal wounds. Each fatal wound cured will restore 3 [[health]] points. For example a soldier down 8 health with 3 fatal wounds will be completely healed by using a [[Medi-Kit]]'s HEAL on the correct body part(s). If you are forced to wait one turn, he will take 3 more damage (11 total) and healing 9 health at that point will mean he is down 2 health from max. Being down 2 health instead of 8 is a far shorter recovery time.
  
* Example, soldier A ends the mission with 10 lost hit points. Soldier A will need to stay in bed between 5 to 15 days.  
+
On average, each Fatal Wound healed reduces recovery time by 3 days.
  
* Soldier B loses 50 hit points. Soldier B will have to stay in bed anywhere between 25 to 75 days.
+
==See Also==
 
+
[[Health]]
* Soldier C loses 59 hit points. Soldier C will have to stay in bed between 29 to 88 days.
 
 
 
* Genetically mutated &uuml;ber soldier D with 254 lost hitpoint (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. 
 
  
 +
[[Medi-Kit]]
  
=See Also=
+
[[Fatal Wounds]]
[[Health]]
 
  
 
[[Category:Soldiers]]
 
[[Category:Soldiers]]
 +
[[Category:Enemy Unknown/UFO Defense]]

Latest revision as of 08:53, 11 May 2021

When a soldier is injured in combat, the soldier is put off duty and goes on medical leave for a certain recovery time which is calculated as a number of days. Sometimes the number 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. The amount of time remaining for an injured soldier to return is updated at midnight on each day.

Formula

The number of days a soldier will spend in recovery ranges randomly according to the following formulas:

Min Days = INT(Health Lost × 0.5) to
Max Days = INT(Health Lost × 1.5)

Note that any fractions in the final number will be rounded down (hence the INT). See the table below for some examples of the results of this formula.

Examples

Health Lost Min days Max days
101
10515
11516
201030
402060
592988
254127381

Notice how odd numbers have the fraction rounded down to the nearest integer, i.e. 11 would be 5.5 to 16.5 without rounding, but both the remainders are truncated to give the 5 to 16 shown above.

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.

Speeding Recovery

There is no way to help a wounded soldier to heal faster after you leave the Battlescape, but before the mission ends you can help a soldier by using a Medi-Kit on him. In short, always treat all Fatal Wounds before finishing the mission, and provide treatment within 3 turns.

Strangely in this case you want the soldier to have multiple fatal wounds. Each fatal wound cured will restore 3 health points. For example a soldier down 8 health with 3 fatal wounds will be completely healed by using a Medi-Kit's HEAL on the correct body part(s). If you are forced to wait one turn, he will take 3 more damage (11 total) and healing 9 health at that point will mean he is down 2 health from max. Being down 2 health instead of 8 is a far shorter recovery time.

On average, each Fatal Wound healed reduces recovery time by 3 days.

See Also

Health

Medi-Kit

Fatal Wounds