Variables

Package common.config.consts

Variables

int SYSTEM_VERSION_MAJOR = 0
 consts.py common constants definitions
int SYSTEM_VERSION_MINOR = 0
int SYSTEM_VERSION_REVISION = 9
int SYSTEM_VERSION_BUILD = 19
string SYSTEM_VERSION = '%d.%d.%d.%d'
list XPTABLE = [20, 30, 60, 120, 240 , 480, 960, 1920]
int GAME_UPDATE_RATE = 1
tuple HP_REGEN_FACTOR = (1.0/GAME_UPDATE_RATE)
int STATCONV_CON2HP = 5
int STATCONV_STR2PWR = 5
int STATCONV_DEX2PWR = 5
int STATCONV_INT2PWR = 5
int GENDER_MALE = 1
int GENDER_FEMALE = 2
int GENDER_NEUTRAL = 3
int BASE_MISS = 1000
int BASE_EVADE = 2000
int BASE_CRIT = 500
int BASE_CRUSH = 250
int HIT_TYPE_MISS = 0
int HIT_TYPE_EVADE = 1
int HIT_TYPE_CRIT = 2
int HIT_TYPE_CRUSH = 3
int HIT_TYPE_NORMAL = 4
list HIT_MULTIPLIER = [0, 0, 2, 3, 1]
float MELEE_MAX_DISTANCE = 2.5
float DROP_AGGRO_DISTANCE = 10.0
int SYSTEM_CHANNEL_ID = 0
int MELEE_COMBAT_CHANNEL_ID = 1
list PROFICIENCY_CODES
tuple NUM_PROFICIENCIES = len(PROFICIENCY_CODES)
list STATS_CODES = ['CON', 'STR', 'DEX', 'INT', 'HP', 'PWR']
list STATSEFFECTS_SLOTS = ['ps1', 'ps2', 'ps3', 'ps4' ]

Variable Documentation

Definition at line 45 of file consts.py.

Definition at line 46 of file consts.py.

Definition at line 44 of file consts.py.

Definition at line 43 of file consts.py.

Definition at line 56 of file consts.py.

Definition at line 26 of file consts.py.

Definition at line 37 of file consts.py.

Definition at line 36 of file consts.py.

Definition at line 38 of file consts.py.

list common::config::consts.HIT_MULTIPLIER = [0, 0, 2, 3, 1]

Definition at line 54 of file consts.py.

Definition at line 50 of file consts.py.

Definition at line 51 of file consts.py.

Definition at line 49 of file consts.py.

Definition at line 48 of file consts.py.

Definition at line 52 of file consts.py.

Definition at line 27 of file consts.py.

Definition at line 64 of file consts.py.

Definition at line 55 of file consts.py.

Definition at line 77 of file consts.py.

Initial value:
00001 [ 
00002                   'p_strength', 'p_constitution', 'p_intelligence',
00003                   'p_dexterity', 'p_hp_regeneration', 'p_power_regeneration',
00004                   'p_spiritualism', 'p_divine_belief', 'p_arcane_knowledge',
00005                   'p_natures_attunement', 'p_necromancy', 'p_runspeed',
00006                   'p_defense', 'p_weaponskill', 'p_focus' ]

Definition at line 70 of file consts.py.

Definition at line 30 of file consts.py.

Definition at line 32 of file consts.py.

Definition at line 33 of file consts.py.

Definition at line 31 of file consts.py.

list common::config::consts.STATS_CODES = ['CON', 'STR', 'DEX', 'INT', 'HP', 'PWR']

Definition at line 83 of file consts.py.

list common::config::consts.STATSEFFECTS_SLOTS = ['ps1', 'ps2', 'ps3', 'ps4' ]

Definition at line 84 of file consts.py.

Definition at line 63 of file consts.py.

string common::config::consts.SYSTEM_VERSION = '%d.%d.%d.%d'

Definition at line 14 of file consts.py.

Definition at line 12 of file consts.py.

consts.py common constants definitions

Anoria (c) Gsk 2010

Definition at line 9 of file consts.py.

Definition at line 10 of file consts.py.

Definition at line 11 of file consts.py.

list common::config::consts.XPTABLE = [20, 30, 60, 120, 240 , 480, 960, 1920]

Definition at line 22 of file consts.py.

 All Classes Namespaces Files Functions Variables Properties