Skip to content

Commit

Permalink
update Forge upgrade timing for the recent balance update
Browse files Browse the repository at this point in the history
  • Loading branch information
StoicLoofah committed Mar 27, 2019
1 parent ba1c9ae commit c9e6a65
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 10 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.2, March 27, 2019 -- update Forge upgrade timing for March 25, 2019 balance update
* v2.5.1, March 8, 2019 -- remove changelings of Marines with Combat Shield
* 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
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.5.1"
__version__ = "2.5.2"

setup(
name="spawningtool",
Expand Down
18 changes: 9 additions & 9 deletions spawningtool/lotv_constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -702,39 +702,39 @@
},
# protoss upgrades
'ProtossGroundWeaponsLevel1': {
'build_time': 114,
'build_time': 129,
'built_from': ['Forge'],
},
'ProtossGroundWeaponsLevel2': {
'build_time': 136,
'build_time': 154,
'built_from': ['Forge'],
},
'ProtossGroundWeaponsLevel3': {
'build_time': 157,
'build_time': 179,
'built_from': ['Forge'],
},
'ProtossGroundArmorsLevel1': {
'build_time': 114,
'build_time': 129,
'built_from': ['Forge'],
},
'ProtossGroundArmorsLevel2': {
'build_time': 136,
'build_time': 154,
'built_from': ['Forge'],
},
'ProtossGroundArmorsLevel3': {
'build_time': 157,
'build_time': 179,
'built_from': ['Forge'],
},
'ProtossShieldsLevel1': {
'build_time': 114,
'build_time': 129,
'built_from': ['Forge'],
},
'ProtossShieldsLevel2': {
'build_time': 136,
'build_time': 154,
'built_from': ['Forge'],
},
'ProtossShieldsLevel3': {
'build_time': 157,
'build_time': 179,
'built_from': ['Forge'],
},
'ProtossAirWeaponsLevel1': {
Expand Down

0 comments on commit c9e6a65

Please sign in to comment.