Skip to content

Commit f7cac8e

Browse files
authored
Fixed Ravager and RavagerCocoon unit info. (#161)
1 parent 5b44de8 commit f7cac8e

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

sc2reader/data/unit_info.json

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -224,9 +224,15 @@
224224
},
225225
"ravager": {
226226
"is_army": true,
227-
"minerals": 75,
228-
"vespene": 25,
229-
"supply": 2
227+
"minerals": 100,
228+
"vespene": 100,
229+
"supply": 3
230+
},
231+
"ravagercocoon": {
232+
"is_army": true,
233+
"minerals": 100,
234+
"vespene": 100,
235+
"supply": 3
230236
},
231237
"roach": {
232238
"is_army": true,

0 commit comments

Comments
 (0)