diff options
author | Aki <please@ignore.pl> | 2022-11-20 00:54:28 +0100 |
---|---|---|
committer | Aki <please@ignore.pl> | 2022-11-20 00:54:28 +0100 |
commit | ec2f951152cd19ce861d9ae19f0bfac67595834c (patch) | |
tree | 0a5795c00bf2bfee72d21e5c9b76179c81a32138 /universe/src | |
parent | 98982513f97f449fd200132d0f19130ab31e2c36 (diff) | |
download | kurator-ec2f951152cd19ce861d9ae19f0bfac67595834c.zip kurator-ec2f951152cd19ce861d9ae19f0bfac67595834c.tar.gz kurator-ec2f951152cd19ce861d9ae19f0bfac67595834c.tar.bz2 |
Implemented verbose damage modifier based on range
Diffstat (limited to 'universe/src')
-rw-r--r-- | universe/src/SampleRepository.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/universe/src/SampleRepository.cpp b/universe/src/SampleRepository.cpp index 1d875e7..2886e3d 100644 --- a/universe/src/SampleRepository.cpp +++ b/universe/src/SampleRepository.cpp @@ -23,7 +23,7 @@ static const std::unordered_map<std::string, ShipType> ships { static const std::unordered_map<std::string, TurretType> turrets { - {"cannon", {"Cannon", 1.0, 1.0, 1.2}}, + {"cannon", {"Cannon", 1.0, 1.0, 1.5, 0.5, 0.2}}, }; |