Skip to content

Commit

Permalink
Update Units.json
Browse files Browse the repository at this point in the history
Fixed some missing commas, reduced the range of the Thgink to better match base game
  • Loading branch information
SpacedOutChicken authored Oct 25, 2020
1 parent 9e02a58 commit 1c1f1d8
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions jsons/Units.json
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@
"replaces": "Crossbowman",
"cost": 120,
"requiredTech": "Machinery",
"obsoleteTech": "Industrialization"
"obsoleteTech": "Industrialization",
"upgradesTo": "Gatling Gun",
"promotions": ["Logistics","Extended Range"],
"attackSound": "arrow"
Expand Down Expand Up @@ -169,7 +169,7 @@
"replaces": "Knight",
"uniqueTo": "Upside-Down",
"unitType": "Ranged",
"range": 4,
"range": 2,
"movement": 5,
"strength": 25,
"rangedStrength": 21,
Expand Down Expand Up @@ -277,6 +277,7 @@
"unitType": "Fighter",
"replaces": "Fighter",
"uniqueTo": "Upside-Down",
//"upgradesTo": "Jet Fighter",
"movement": 1,
"strength": 45,
"rangedStrength": 45,
Expand All @@ -291,6 +292,7 @@
"unitType": "Bomber",
"replaces": "Bomber",
"uniqueTo": "Upside-Down",
//"upgradesTo": "Stealth Bomber",
"movement": 1,
"strength": 70,
"rangedStrength": 70,
Expand Down

0 comments on commit 1c1f1d8

Please sign in to comment.