Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Fixed Ravager and RavagerCocoon unit info.
  • Loading branch information
danfulton committed Feb 15, 2022
commit 630bba7bc2257780415c4f53f2fa07aeb593f067
12 changes: 9 additions & 3 deletions sc2reader/data/unit_info.json
Original file line number Diff line number Diff line change
Expand Up @@ -224,9 +224,15 @@
},
"ravager": {
"is_army": true,
"minerals": 75,
"vespene": 25,
"supply": 2
"minerals": 100,
"vespene": 100,
"supply": 3
},
"ravagercocoon": {
"is_army": true,
"minerals": 100,
"vespene": 100,
"supply": 3
},
"roach": {
"is_army": true,
Expand Down