advance 
Vars | |
has_started | Set to TRUE on first life process. |
---|---|
id | see get_id() |
mutable | If FALSE, prevent most in-game methods of altering the disease via virology |
oldres | Keeps track of the old RESISTANCE property so that cures do not change unless the resistance changes |
properties | A k:v list of properties, see GenerateProperties() |
symptoms | A list of symptom instances. |
Procs | |
update_properties | Recaluculate the properties of the disease, and generate a new ID. |
Var Details
has_started 
Set to TRUE on first life process.
id 
see get_id()
mutable 
If FALSE, prevent most in-game methods of altering the disease via virology
oldres 
Keeps track of the old RESISTANCE property so that cures do not change unless the resistance changes
properties 
A k:v list of properties, see GenerateProperties()
symptoms 
A list of symptom instances.
Proc Details
update_properties
Recaluculate the properties of the disease, and generate a new ID.