Religious Sect Base Type
Procs | |
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. |
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.