gathering | index /home/thindil/Projekty/anaria/server/lib/pymodules/gathering.py |
gathering.py
Provide data and functions for gathering materials.
Modules | ||||||
|
Classes | ||||||||||
|
Functions | ||
|
Data | ||
__RESOLC_AMOUNT__ = 2 __RESOLC_DIFF__ = 6 __RESOLC_MAXAMOUNT__ = 3 __RESOLC_RESOURCE__ = 4 __RESOLC_TOOL__ = 5 __RESOLC_TYPE__ = 1 res_types = {'mineral': 'G\xc3\xb3rnictwo', 'plant': 'Zielarstwo', 'tree': 'Drwalnictwo'} resolc_opt_map = {'1': (1, 'Wybierz typ: '), '2': (2, 'Podaj obecn\xc4\x85 ilo\xc5\x9b\xc4\x87 zasob\xc3\xb3w: '), '3': (3, 'Podaj maksymaln\xc4\x85 ilo\xc5\x9b\xc4\x87 zasob\xc3\xb3w: '), '4': (4, 'Podaj nazw\xc4\x99 zasobu do zbierania: '), '5': (5, 'Podaj nazw\xc4\x99 narz\xc4\x99dzia do zbierania lub none: '), '6': (6, 'Podaj trudno\xc5\x9b\xc4\x87 zbierania zasob\xc3\xb3w: ')} |