Skip to content

Commit

Permalink
Nerfed Terradox Units
Browse files Browse the repository at this point in the history
- "Terradox (Overgrowth Engine)" and "Terradox (Solar Cannon)" cost increased (175 -> 240)
- "Terradox (Overgrowth Engine)" and "Terradox (Solar Cannon)" movement decreased (2 -> 1)
  • Loading branch information
TheRexYo committed Aug 29, 2020
1 parent c4d4667 commit e5242eb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions jsons/Units.json
Original file line number Diff line number Diff line change
Expand Up @@ -849,10 +849,10 @@
"unitType": "Ranged",
"uniqueTo": "Ssu'vi",
"replaces": "Chariot Archer",
"movement": 2,
"movement": 1,
"strength": 24,
"rangedStrength": 48,
"cost": 175,
"cost": 240,
"requiredTech": "The Wheel",
"promotions": ["Blessing Of The Sun"],
"upgradesTo": "Knight",
Expand All @@ -865,10 +865,10 @@
"unitType": "Ranged",
"uniqueTo": "Terazi",
"replaces": "Chariot Archer",
"movement": 2,
"movement": 1,
"strength": 48,
"rangedStrength": 24,
"cost": 175,
"cost": 240,
"requiredTech": "The Wheel",
"promotions": ["Blessing Of The Jungle"],
"uniques": ["Bonus vs City 100%","+33% combat bonus in Forest/Jungle","+25% Defence against ranged attacks","-10% combat strength for adjacent enemy units"],
Expand Down

0 comments on commit e5242eb

Please sign in to comment.