diff options
Diffstat (limited to 'universe/src')
-rw-r--r-- | universe/src/SampleRepository.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
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<std::string, ShipType> ships { static const std::unordered_map<std::string, TurretType> 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}}, }; |