bloodfledge 
Vars | |
| bitten_targets | List of unique DNA strings that have been successfully fed from |
|---|---|
| bloodloss_amount | Amount of blood lost per process before changes |
| heal_amount | Amount of healing applied during coffin use |
| is_desperate | Is the holder currently desperate for blood? |
Procs | |
| add_dna | Proc for adding new DNA to the remembered list. When DNA count is high enough, grant special bonuses. |
| on_consume_blood | Blood nourishment for Bloodfledges |
| on_enter_coffin | Coffin check for Bloodfledges. Enables quirk processing if all conditions pass. |
| on_handle_blood | Blood update signal handler for Bloodfledges |
| on_staked | Staked interaction for Bloodfledges |
| quirk_examine_bloodfledge | Special examine text for Bloodfledges |
| recheck_desperate | Proc for assigning or unassigning the desperation state |
| remove_desperate | Proc to remove Bloodfledge desperation effects |
| set_desperate | Desperation Effect Triggered by having low blood volume Proc for add Bloodfledge desperation effects |
Var Details
bitten_targets 
List of unique DNA strings that have been successfully fed from
bloodloss_amount 
Amount of blood lost per process before changes
heal_amount 
Amount of healing applied during coffin use
is_desperate 
Is the holder currently desperate for blood?
Proc Details
add_dna
Proc for adding new DNA to the remembered list. When DNA count is high enough, grant special bonuses.
on_consume_blood
Blood nourishment for Bloodfledges
- Checks if the blood was synthesized or from an invalid mob
- Checks if the owner tried to drink their own blood
on_enter_coffin
Coffin check for Bloodfledges. Enables quirk processing if all conditions pass.
Requires the following
- Organic mob biotype
- No HOLY anti-magic
- No garlic reagent
- No stake embedded
on_handle_blood
Blood update signal handler for Bloodfledges
- Checks if blood volume has hit certain thresholds
- Sets desperate to enabled or disabled based on threshold
on_staked
Staked interaction for Bloodfledges
- Causes instant death if the target is unconscious
- Warns normally if the target is conscious
quirk_examine_bloodfledge
Special examine text for Bloodfledges
- Displays hunger or blood volume level notices
- Indicates that the holder has a usable revive ability
- Indicates if the holder is currently desperate for blood
recheck_desperate
Proc for assigning or unassigning the desperation state
remove_desperate
Proc to remove Bloodfledge desperation effects
set_desperate
Desperation Effect Triggered by having low blood volume Proc for add Bloodfledge desperation effects