Skip to content

Commit 86b720b

Browse files
committed
Small additions to the ability codes.
1 parent f27deaf commit 86b720b

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

sc2reader/data/v120_131.py

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
from sc2reader.data.base import *
44
from sc2reader.data.utils import *
55

6+
#Hell, this might even cover 1.3.2 as well. Definitely not 1.3.3 though.
67
class 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',

0 commit comments

Comments
 (0)