aura_healing ![code/datums/components/aura_healing.dm 7](git.png)
Applies healing to those in the area. Will provide them with an alert while they're in range, as well as give them a healing particle. Can be applied to those only with a trait conditionally.
Vars | |
blood_heal | Amount of blood to heal over a second |
---|---|
brute_heal | Brute damage to heal over a second |
burn_heal | Burn damage to heal over a second |
current_alerts | A list of being healed to active alerts |
healing_color | The color to give the healing visual |
last_heal_effect_time | Cooldown between showing the heal effect |
limit_to_trait | Trait to limit healing to, if set |
organ_healing | Map of organ (such as ORGAN_SLOT_BRAIN) to damage heal over a second |
range | The range of which to heal |
requires_visibility | Whether or not you must be a visible object of the parent |
simple_heal | Amount of damage to heal on simple mobs over a second |
stamina_heal | Stamina damage to heal over a second |
suffocation_heal | Suffocation damage to heal over a second |
toxin_heal | Toxin damage to heal over a second |
Var Details
blood_heal ![code/datums/components/aura_healing.dm 30](git.png)
Amount of blood to heal over a second
brute_heal ![code/datums/components/aura_healing.dm 15](git.png)
Brute damage to heal over a second
burn_heal ![code/datums/components/aura_healing.dm 18](git.png)
Burn damage to heal over a second
current_alerts ![code/datums/components/aura_healing.dm 45](git.png)
A list of being healed to active alerts
healing_color ![code/datums/components/aura_healing.dm 42](git.png)
The color to give the healing visual
last_heal_effect_time ![code/datums/components/aura_healing.dm 48](git.png)
Cooldown between showing the heal effect
limit_to_trait ![code/datums/components/aura_healing.dm 39](git.png)
Trait to limit healing to, if set
organ_healing ![code/datums/components/aura_healing.dm 33](git.png)
Map of organ (such as ORGAN_SLOT_BRAIN) to damage heal over a second
range ![code/datums/components/aura_healing.dm 9](git.png)
The range of which to heal
requires_visibility ![code/datums/components/aura_healing.dm 12](git.png)
Whether or not you must be a visible object of the parent
simple_heal ![code/datums/components/aura_healing.dm 36](git.png)
Amount of damage to heal on simple mobs over a second
stamina_heal ![code/datums/components/aura_healing.dm 27](git.png)
Stamina damage to heal over a second
suffocation_heal ![code/datums/components/aura_healing.dm 24](git.png)
Suffocation damage to heal over a second
toxin_heal ![code/datums/components/aura_healing.dm 21](git.png)
Toxin damage to heal over a second