Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix the description of the Cybran SACU's gun range upgrade #6605

Merged
merged 3 commits into from
Jan 10, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions changelog/snippets/fix.6605.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
- (#6605) Fix the description of the Cybran SACU's gun range upgrade saying +15 range (total 40) instead of +10 range (total 35).

- (#6605) Update the description of the Cybran ACU's Nanite Torpedo upgrade to reflect the new DPS value.
4 changes: 2 additions & 2 deletions loc/US/strings_db.lua
Original file line number Diff line number Diff line change
Expand Up @@ -1595,14 +1595,14 @@ Unit_Description_0110="Grants Tech 2 schematic access and increases the ACU's bu
Unit_Description_0111="Grants Tech 3 and Experimental schematic access and further increases the ACU's build speed and maximum health.\n\n+58 Buildpower\n+1500 Health\n+10 Regen"
Unit_Description_0112="Doubles the main cannon's rate of fire, and increases its range and that of Overcharge. Increases the range of the Microwave Laser if present.\n\n+100% Main cannon rate of fire\n+8 Main cannon range\n+8 Microwave Laser range"
Unit_Description_0113="Enhances the ACU with a Microwave Laser weapon with unbelievable firepower.\n\nMicrowave Laser DPS = 3000"
Unit_Description_0114="Enhances the ACU with a torpedo weapon and sonar sensor.\n\nNanite Torpedo DPS = 250\nNanite Torpedo range = 60\n+34 Sonar Radius"
Unit_Description_0114="Enhances the ACU with a torpedo weapon and sonar sensor.\n\nNanite Torpedo DPS = 225\nNanite Torpedo range = 60\n+34 Sonar Radius"
Unit_Description_0465_faf="Massively increases the rate at which the ACU repairs its armour.\n\n+1500 Health\n+60 Regen"

-- CYBRAN -- Support Commander Units/Upgrades
Unit_Description_0115="A highly versatile combat and engineering unit useful on late-stage battlefields."
Unit_Description_0116="Personal Cloaking further hiding the SACU from optical sensors and massively boosting HP. Countered by omni sensors. Costs a large amount of energy to run.\n\n+15000 Health"
Unit_Description_0117="Grants the main cannon EMP capability, utterly disabling enemy units.\n\n+3 Main cannon EMP Radius - Stun Duration = 3 seconds (T3) 0.3 seconds (SACU)"
Unit_Description_0118="Increases main cannon damage and range.\n\n+200 Main cannon damage\n+15 Main cannon range"
Unit_Description_0118="Increases main cannon damage and range.\n\n+200 Main cannon damage\n+10 Main cannon range"
Unit_Description_0119="Adds an anti-air SAM weapon system.\n\nNanite Missile System - DPS: 360, Range: 60"
Unit_Description_0120="Increases SACU's resource generation by 10 mass per second and 1000 energy per second."
Unit_Description_0121="Massively increases SACU build speed.\n\n+42 Buildpower"
Expand Down
Loading