Skip to content

Commit ee4559a

Browse files
authored
Merge pull request #1 from PostCrafter/master
PR screeps#2 to screeps/common clone
2 parents 0683437 + b5f1fa8 commit ee4559a

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

lib/constants.js

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,31 @@ Object.assign(exports, {
100100
"claim": 600
101101
},
102102

103+
RANGE_ATTACK: 1,
104+
RANGE_ATTACK_CONTROLLER: 1,
105+
RANGE_BOOST_CREEP: 1,
106+
RANGE_UNBOOST_CREEP: 1,
107+
RANGE_BUILD: 3,
108+
RANGE_CLAIM_CONTROLLER: 1,
109+
RANGE_DISMANTLE: 1,
110+
RANGE_GENERATE_SAFEMODE: 1,
111+
RANGE_HARVEST_MINERAL: 1,
112+
RANGE_HARVEST_SOURCE: 1,
113+
RANGE_HEAL: 1,
114+
RANGE_PICKUP: 1,
115+
RANGE_RANGED_ATTACK: 3,
116+
RANGE_RANGED_HEAL: 3,
117+
RANGE_RANGED_MASS_ATTACK: 3,
118+
RANGE_RECYCLE_CREEP: 1,
119+
RANGE_RENEW_CREEP: 1,
120+
RANGE_REPAIR: 3,
121+
RANGE_RESERVE_CONTROLLER: 1,
122+
RANGE_RUN_REACTION: 2,
123+
RANGE_SIGN_CONTROLLER: 1,
124+
RANGE_TRANSFER: 1,
125+
RANGE_UPGRADE_CONTROLLER: 3,
126+
RANGE_WITHDRAW: 1,
127+
103128
// WORLD_WIDTH and WORLD_HEIGHT constants are deprecated, please use Game.map.getWorldSize() instead
104129
WORLD_WIDTH: 202,
105130
WORLD_HEIGHT: 202,

0 commit comments

Comments
 (0)