currency
index
/home/thindil/Projekty/anaria/server/lib/pymodules/currency/__init__.py

package: currency
 
Contains auxiliary data for tracking player currency. Currency can be any
spendable value that has one or more denominations. As example, money might
have copper coins, silver coins, and gold coins. Questpoints might have quest
tokens. Also contains an implementation of a 'currency' item type. When currency
items are received, their value is added to the character's currency, and the
item is immediately extracted.

 
Package Contents
       
currency
currency_olc

 
Data
        __all__ = ['currency', 'currency_olc']