Skip to content

Commit

Permalink
feat: update stableid to match v5.0.12
Browse files Browse the repository at this point in the history
Latest stable id's added and data/data_readable.json pull from burny repo again. Steps to update 5.0.12 below:

imported: data/stableids.json from Retail SC2 install
executed:
bin/download_techtree
bin/generate_meta_data
  • Loading branch information
dysonreturns committed Feb 9, 2024
1 parent af38bbf commit fcf4b65
Show file tree
Hide file tree
Showing 11 changed files with 3,238 additions and 589 deletions.
3 changes: 2 additions & 1 deletion bin/download_techtree
Expand Up @@ -7,4 +7,5 @@
# https://github.com/BurnySc2/sc2-techtree/blob/develop/data/data.json

require "net/http"
File.write("data/data.json", Net::HTTP.get(URI.parse("https://raw.githubusercontent.com/dysonreturns/sc2-techtree/develop/data/data.json")))
File.write("data/data.json", Net::HTTP.get(URI.parse("https://raw.githubusercontent.com/BurnySc2/sc2-techtree/develop/data/data.json")))
File.write("data/data_readable.json", Net::HTTP.get(URI.parse("https://raw.githubusercontent.com/BurnySc2/sc2-techtree/develop/data/data_readable.json")))
2 changes: 1 addition & 1 deletion data/data.json

Large diffs are not rendered by default.

0 comments on commit fcf4b65

Please sign in to comment.