From c1e82cd6a6b051b43b18cea258aed80e021f85bb Mon Sep 17 00:00:00 2001 From: Aki Date: Sat, 31 Dec 2022 21:09:36 +0100 Subject: Added Gauss Cannon to sample repository --- universe/src/SampleRepository.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'universe') diff --git a/universe/src/SampleRepository.cpp b/universe/src/SampleRepository.cpp index 857d175..0f29073 100644 --- a/universe/src/SampleRepository.cpp +++ b/universe/src/SampleRepository.cpp @@ -25,6 +25,7 @@ static const std::unordered_map ships { static const std::unordered_map turrets { {"ChargeLaser", {"ChargeLaser", 1, 85.0, 4.5, 0.0, 7000.0, 0.05}}, {"BurstLaser", {"BurstLaser", 3, 21.0, 0.25, 2.75, 3500.0, 0.05}}, + {"GaussCannon", {"GaussCannon", 2, 55.0, 0.0, 5.5, 12000.0, 0.2}}, }; -- cgit v1.1