Variable COMBAT_RANGESConst
COMBAT_RANGES: {
CLOSE_RANGE: 120;
LONG_RANGE: 300;
MAX_RANGE: number;
MEDIUM_RANGE: 200;
MELEE_RANGE: 80;
} = ...
Type declaration
Readonly
CLOSE_RANGE: 120
Readonly
LONG_RANGE: 300
Readonly
MAX_RANGE: number
Readonly
MEDIUM_RANGE: 200
Readonly
MELEE_RANGE: 80