File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed
Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change 33from sc2reader .data .base import *
44from sc2reader .data .utils import *
55
6+ #Hell, this might even cover 1.3.2 as well. Definitely not 1.3.3 though.
67class Data_120_131 (BaseData ):
78
89 class DataObject (DataObject ):
@@ -197,6 +198,11 @@ class GhostAcademy(TerranBuilding, Research):
197198 0x021901 : 'Moebius Reactor' ,
198199 }
199200
201+ class FusionCore (TerranBuilding , Research ):
202+ abilities = {
203+ 0x031c00 : 'Research Yamato Cannon' , #Good guess???
204+ }
205+
200206 @Transports (0x020001 , None , 0x020033 , 0x20020 )
201207 class Bunker (TerranBuilding ):
202208 abilities = {
@@ -507,6 +513,7 @@ class Egg(Supporter):
507513 @Burrows (0x023600 , 0x023700 )
508514 class Drone (Worker ):
509515 abilities = {
516+ 0x022920 : 'Gather Resources (Zerg)' ,
510517 0x022901 : 'Return cargo' ,
511518 0x023600 : 'Burrow' ,
512519 0x022810 : 'Hatchery' ,
You can’t perform that action at this time.
0 commit comments