healthanalyzer 
Vars | |
| give_wound_treatment_bonus | If this analyzer will give a bonus to wound treatments apon woundscan. |
|---|---|
| last_healthy_scanned | Weakref to the last mob scanned by a health analyzer. Used to generate official medical reports. |
| mode | Verbose/condensed |
| scanmode | HEALTH/WOUND |
| scanpower | Health analyzing power |
Procs | |
| can_be_used_in_medibot | If TRUE, this analyzer can be used for medibot construction. If FALSE, it cannot. Returns TRUE by default. |
| resolve_patient_eligibility | Checks the mob and the medical report that the scanner is trying to print, checks the traits and statuses of the mob, and then resolves by true or false. Applies traits to the patient if the scanning is eligable to turn in for a bounty, with callbacks to remove after a cooldown. |
Var Details
give_wound_treatment_bonus 
If this analyzer will give a bonus to wound treatments apon woundscan.
last_healthy_scanned 
Weakref to the last mob scanned by a health analyzer. Used to generate official medical reports.
mode 
Verbose/condensed
scanmode 
HEALTH/WOUND
scanpower 
Health analyzing power
Proc Details
can_be_used_in_medibot
If TRUE, this analyzer can be used for medibot construction. If FALSE, it cannot. Returns TRUE by default.
resolve_patient_eligibility
Checks the mob and the medical report that the scanner is trying to print, checks the traits and statuses of the mob, and then resolves by true or false. Applies traits to the patient if the scanning is eligable to turn in for a bounty, with callbacks to remove after a cooldown.