Skip to content

Commit

Permalink
update build times for 4.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
StoicLoofah committed Jan 23, 2019
1 parent b518c3f commit 12c3201
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
Changes
=======

* v2.5.0, January 22, 2019 -- update ladder data for balance patch 4.8.2
* v2.4.0, November 21, 2018 -- update ladder data for balance patch 4.7.1
* v2.3.0, November 18, 2018 -- bump sc2reader==1.3.0 for StarCraft 4.7, add Zeratul
* v2.2.2, October 28, 2018 -- fix various LotV data, added more display names
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from setuptools import find_packages, setup

__version__ = "2.4.0"
__version__ = "2.5.0"

setup(
name="spawningtool",
Expand Down
8 changes: 4 additions & 4 deletions spawningtool/lotv_constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@
'built_from': ['Gateway', 'WarpGate'],
},
'Adept': {
'build_time': 27,
'build_time': 30, # 27 -> 30 in 4.8.2
'built_from': ['Gateway', 'WarpGate'],
},
'MothershipCore': {
Expand Down Expand Up @@ -617,7 +617,7 @@
'display_name': 'Infernal Pre-Igniter',
},
'CycloneLockOnDamageUpgrade': { # re-introduced in 4.7.1
'build_time': 79,
'build_time': 100, # 79s -> 100s in 4.8.2
'built_from': ['TechLab'],
'display_name': 'Mag-Field Accelerator',
'race': 'Terran',
Expand Down Expand Up @@ -694,7 +694,7 @@
'built_from': ['FusionCore'],
},
'BattlecruiserEnableSpecializations': {
'build_time': 43,
'build_time': 100, # 43 -> 100 in 4.8.2
'built_from': ['FusionCore'],
'display_name': 'Weapon Refit',
},
Expand Down Expand Up @@ -760,7 +760,7 @@
'built_from': ['CyberneticsCore'],
},
'WarpGateResearch': {
'build_time': 114,
'build_time': 100, # 114s -> 100s in 4.8.2
'built_from': ['CyberneticsCore'],
'display_name': 'Warp Gate',
},
Expand Down

0 comments on commit 12c3201

Please sign in to comment.