cloning_data
A datum to store the information gained by scanning a patient OR the fixes to be made to their body.
Vars | |
genetic_info | The patient's DNA |
---|---|
limbs | The patient's external organs (limbs) and their data, stored as an associated list of lists. List format: limb = list(brute, burn, status, missing, name, max damage) |
mindUID | A reference to the patient's mind. |
name | The patient's name. |
organs | The patient's internal organs and their data, stored as an associated list of lists. List format: organ = list(damage, status, missing, name, max damage, organ tag) |
Var Details
genetic_info
The patient's DNA
limbs
The patient's external organs (limbs) and their data, stored as an associated list of lists. List format: limb = list(brute, burn, status, missing, name, max damage)
mindUID
A reference to the patient's mind.
name
The patient's name.
organs
The patient's internal organs and their data, stored as an associated list of lists. List format: organ = list(damage, status, missing, name, max damage, organ tag)