Skip to content

Commit 3416b04

Browse files
committed
Adjust tank supply cost. fixes #156.
1 parent 78404df commit 3416b04

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sc2reader/data/unit_info.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -692,13 +692,13 @@
692692
"is_army": true,
693693
"minerals": 150,
694694
"vespene": 125,
695-
"supply": 2
695+
"supply": 3
696696
},
697697
"siegetanksieged": {
698698
"is_army": true,
699699
"minerals": 150,
700700
"vespene": 125,
701-
"supply": 2
701+
"supply": 3
702702
},
703703
"starport": {
704704
"minerals": 150,

0 commit comments

Comments
 (0)