| int common::config::consts.BASE_CRIT = 500 |
| int common::config::consts.BASE_CRUSH = 250 |
| int common::config::consts.BASE_EVADE = 2000 |
| int common::config::consts.BASE_MISS = 1000 |
| float common::config::consts.DROP_AGGRO_DISTANCE = 10.0 |
| list common::config::consts.HIT_MULTIPLIER = [0, 0, 2, 3, 1] |
| tuple common::config::consts.HP_REGEN_FACTOR = (1.0/GAME_UPDATE_RATE) |
| float common::config::consts.MELEE_MAX_DISTANCE = 2.5 |
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' ]
| list common::config::consts.STATS_CODES = ['CON', 'STR', 'DEX', 'INT', 'HP', 'PWR'] |
| list common::config::consts.STATSEFFECTS_SLOTS = ['ps1', 'ps2', 'ps3', 'ps4' ] |
| string common::config::consts.SYSTEM_VERSION = '%d.%d.%d.%d' |
| list common::config::consts.XPTABLE = [20, 30, 60, 120, 240 , 480, 960, 1920] |
1.7.1