File tree Expand file tree Collapse file tree 1 file changed +25
-0
lines changed Expand file tree Collapse file tree 1 file changed +25
-0
lines changed Original file line number Diff line number Diff 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 ,
You can’t perform that action at this time.
0 commit comments