religion_rites 
Vars | |
desc | Description of the religious rite |
---|---|
invoke_msg | message when you invoke |
name | name of the religious rite |
rite_flags | Rite flags we use mostly to know when it should be deleted. |
ritual_invocations | list of invocations said (strings) throughout the rite |
ritual_length | length it takes to complete the ritual |
Procs | |
invoke_effect | Does the thing if the rite was successfully performed. return value denotes that the effect successfully (IE a harm rite does harm) |
perform_rite | Called to perform the invocation of the rite, with args being the performer and the altar where it's being performed. Maybe you want it to check for something else? |
post_invoke_effects | Called if invoke effect returns TRUE, for effects meant to occur only if the rite passes. |
Var Details
desc 
Description of the religious rite
invoke_msg 
message when you invoke
name 
name of the religious rite
rite_flags 
Rite flags we use mostly to know when it should be deleted.
ritual_invocations 
list of invocations said (strings) throughout the rite
ritual_length 
length it takes to complete the ritual
Proc Details
invoke_effect
Does the thing if the rite was successfully performed. return value denotes that the effect successfully (IE a harm rite does harm)
perform_rite
Called to perform the invocation of the rite, with args being the performer and the altar where it's being performed. Maybe you want it to check for something else?
post_invoke_effects
Called if invoke effect returns TRUE, for effects meant to occur only if the rite passes.