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

skills.py
 
Provide data and functions for handle players skills

 
Modules
       
auxiliary
mud
mudsock
mudsys
olc
storage

 
Classes
       
SkillsData

 
class SkillsData
    Data for skills.
 
  Methods defined here:
__init__(self, set=None)
Standard class constructor.
copy(self)
copyTo(self, to)
store(self)

 
Functions
       
skillolc_chooser(sock, data, option)
Set new level for selected skill.
skillolc_menu(sock, data)
Show level of skill.
skillsolc_choice_exec(sock, data)
Edit skills.
skillsolc_chooser(sock, data, option)
Try pick skill to set.
skillsolc_extend_menu(sock, data)
Display option in main menu.
skillsolc_menu(sock, data)
Display all skills and values for they.
skillsolc_parser(sock, mobile, choice, arg)
Set new skill or level for it.
skillsolc_to_proto(thing)
Save skills.

 
Data
        SKILL_DELETE = 3
SKILL_EDIT = 2
SKILL_NEW = 1