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