Yogstation 13 - Modules - TypesProc Details

Religious Sect Base Type

Procs

adjust_favorAdjust Favor by a certain amount. Can provide optional features based on a user. Returns actual amount added/removed
can_sacrificeReturns TRUE if the item can be sacrificed. Can be modified to fit item being tested as well as person offering. Returning TRUE will stop the attackby sequence and proceed to on_sacrifice.
generate_rites_listGenerates a list of rites with 'name' = 'type'
on_conversionActivates once selected and on newjoins, oriented around people who become holy.
on_riteuseActivates when an individual uses a rite. Can provide different/additional benefits depending on the user.
on_sacrificeActivates when the sect sacrifices an item. This proc has NO bearing on the attackby sequence of other objects when used in conjunction with the religious_tool component.
on_selectActivates once selected
sect_blessReplaces the bible's bless mechanic. Return TRUE if you want to not do the brain hit.
set_favorSets favor to a specific amount. Can provide optional features based on a user.

Proc Details

adjust_favor

Adjust Favor by a certain amount. Can provide optional features based on a user. Returns actual amount added/removed

can_sacrifice

Returns TRUE if the item can be sacrificed. Can be modified to fit item being tested as well as person offering. Returning TRUE will stop the attackby sequence and proceed to on_sacrifice.

generate_rites_list

Generates a list of rites with 'name' = 'type'

on_conversion

Activates once selected and on newjoins, oriented around people who become holy.

on_riteuse

Activates when an individual uses a rite. Can provide different/additional benefits depending on the user.

on_sacrifice

Activates when the sect sacrifices an item. This proc has NO bearing on the attackby sequence of other objects when used in conjunction with the religious_tool component.

on_select

Activates once selected

sect_bless

Replaces the bible's bless mechanic. Return TRUE if you want to not do the brain hit.

set_favor

Sets favor to a specific amount. Can provide optional features based on a user.