/tg/ Station 13 - Modules - TypesVar Details - Proc Details

bloodfledge

Vars

bitten_targetsList of unique DNA strings that have been successfully fed from
bloodloss_amountAmount of blood lost per process before changes
heal_amountAmount of healing applied during coffin use
is_desperateIs the holder currently desperate for blood?

Procs

add_dnaProc for adding new DNA to the remembered list. When DNA count is high enough, grant special bonuses.
on_consume_bloodBlood nourishment for Bloodfledges
on_enter_coffinCoffin check for Bloodfledges. Enables quirk processing if all conditions pass.
on_handle_bloodBlood update signal handler for Bloodfledges
on_stakedStaked interaction for Bloodfledges
quirk_examine_bloodfledgeSpecial examine text for Bloodfledges
recheck_desperateProc for assigning or unassigning the desperation state
remove_desperateProc to remove Bloodfledge desperation effects
set_desperateDesperation 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

on_enter_coffin

Coffin check for Bloodfledges. Enables quirk processing if all conditions pass.

Requires the following

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