faith
index
/home/thindil/Projekty/anaria/server/lib/pymodules/faith.py

faith.py
 
Provide data structure and functions for players faith.

 
Modules
       
auxiliary
hooks
mud
mudsys
olc
storage

 
Classes
       
FaithData

 
class FaithData
    Faith character data.
 
  Methods defined here:
__init__(self, set=None)
Standard class constructor.
copy(self)
copyTo(self, to)
store(self)

 
Functions
       
__unload__()
removes the hooks for faith.
chk_can_pray(ch, cmd)
cmd_pray(ch, cmd, arg)
Pray to selected god.
count_faith(ch)
Set description for level of faith.
faith_hook(info)
When player faith value change, get new description for it.
faitholc_choice_exec(sock, data)
Edit faith.
faitholc_chooser(sock, data, option)
Try to pick faith settings to set.
faitholc_extend_menu(sock, data)
Display option in main menu.
faitholc_menu(sock, data)
Display faith settings.
faitholc_parser(sock, mobile, choice, arg)
Set new value for faith settings.
pray_heal(ch, tgt, amount)
Prayers which heal selected target by amount of hit points.