Infections: Difference between revisions
Jump to navigation
Jump to search
m
Corrected the formula to calculate the cure of a virus. Can check it at https://github.com/tgstation/-tg-station/blob/909fcdc9a532f452817f8da85d4b67f46fe156dd/code/datums/diseases/advance/advance.dm#L257
imported>Doerakpoes |
imported>MrMorthem m (Corrected the formula to calculate the cure of a virus. Can check it at https://github.com/tgstation/-tg-station/blob/909fcdc9a532f452817f8da85d4b67f46fe156dd/code/datums/diseases/advance/advance.dm#L257) |
||
Line 234: | Line 234: | ||
* Transmission is determined as follows: (disease's transmission - amount of symptoms). 1 or less is blood, 2-4 is contact, 5 is airbone. However, sneezing will force it to be airbone. | * Transmission is determined as follows: (disease's transmission - amount of symptoms). 1 or less is blood, 2-4 is contact, 5 is airbone. However, sneezing will force it to be airbone. | ||
* Chance of advancing a stage per tick is 2% or stage speed, whichever is higher. | * Chance of advancing a stage per tick is 2% or stage speed, whichever is higher. | ||
* Cure depends on resistance and amount of symptoms: | * Cure depends on resistance and amount of symptoms: resistance - (amount of symptoms / 2) | ||
{| class="wikitable" style="text-align: center;" | {| class="wikitable" style="text-align: center;" |