hallucination 
Hallucination status effect. How most hallucinations end up happening. Hallucinations are drawn from the global weighted list, random_hallucination_weighted_list
Vars | |
barred_biotypes | Biotypes which cannot hallucinate. |
---|---|
hallucination_cooldown | The cooldown for when the next hallucination can occur |
lower_tick_interval | The lower range of when the next hallucination will trigger after one occurs. |
max_hallucination_tier | The maximum hallucination tier that can be picked. |
strict_tier | If TRUE, we only select hallucinations from the hallucination_tier. If FALSE, it will also include anything below the hallucination_tier. |
upper_tick_interval | The upper range of when the next hallucination will trigger after one occurs. |
variable_tier | Tier can be variable, based on the duration of the hallucination. |
Procs | |
on_bump_airlock | Signal proc for COMSIG_CARBON_BUMPED_AIRLOCK_OPEN, bumping an airlock can cause a fake zap. This only happens on airlock bump, future TODO - make this chance roll for attack_hand opening airlocks too |
on_check_bodypart | Signal proc for COMSIG_CARBON_CHECKING_BODYPART, checking bodyparts while hallucinating can cause them to appear more damaged than they are |
on_health_scan | Signal proc for COMSIG_LIVING_HEALTHSCAN. Show we're hallucinating to (advanced) scanners. |
Var Details
barred_biotypes 
Biotypes which cannot hallucinate.
hallucination_cooldown 
The cooldown for when the next hallucination can occur
lower_tick_interval 
The lower range of when the next hallucination will trigger after one occurs.
max_hallucination_tier 
The maximum hallucination tier that can be picked.
strict_tier 
If TRUE, we only select hallucinations from the hallucination_tier. If FALSE, it will also include anything below the hallucination_tier.
upper_tick_interval 
The upper range of when the next hallucination will trigger after one occurs.
variable_tier 
Tier can be variable, based on the duration of the hallucination.
Proc Details
on_bump_airlock
Signal proc for COMSIG_CARBON_BUMPED_AIRLOCK_OPEN, bumping an airlock can cause a fake zap. This only happens on airlock bump, future TODO - make this chance roll for attack_hand opening airlocks too
on_check_bodypart
Signal proc for COMSIG_CARBON_CHECKING_BODYPART, checking bodyparts while hallucinating can cause them to appear more damaged than they are
on_health_scan
Signal proc for COMSIG_LIVING_HEALTHSCAN. Show we're hallucinating to (advanced) scanners.