summaryrefslogtreecommitdiff
path: root/universe
diff options
context:
space:
mode:
authorLaura <40493346+Laurapaws@users.noreply.github.com>2023-01-15 11:25:35 +0000
committerLaura <40493346+Laurapaws@users.noreply.github.com>2023-01-15 11:25:35 +0000
commita5190cdcd2243d0c77d85b576120a752b84cbe46 (patch)
tree4dd474af1cdc0ca707ecf808b2a12a508fa191d9 /universe
parent2f44805ab7bbf0823a4adc3f8183fae6eb2f3635 (diff)
downloadkurator-a5190cdcd2243d0c77d85b576120a752b84cbe46.zip
kurator-a5190cdcd2243d0c77d85b576120a752b84cbe46.tar.gz
kurator-a5190cdcd2243d0c77d85b576120a752b84cbe46.tar.bz2
Update turret_types.json
Diffstat (limited to 'universe')
-rw-r--r--universe/resources/universe/turret_types.json30
1 files changed, 29 insertions, 1 deletions
diff --git a/universe/resources/universe/turret_types.json b/universe/resources/universe/turret_types.json
index 5b862b1..d4ee9d2 100644
--- a/universe/resources/universe/turret_types.json
+++ b/universe/resources/universe/turret_types.json
@@ -25,5 +25,33 @@
"reload": 5.5,
"optimal_range": 12000.0,
"falloff_modifier": 0.2
- }
+ },
+ {
+ "name": "Autocannon",
+ "rounds": 5,
+ "base_damage": 9,
+ "rate_of_fire": 0.15,
+ "reload": 1.5,
+ "optimal_range": 2000,
+ "falloff_modifier": 0.8
+ },
+ {
+ "name": "Howitzer",
+ "rounds": 1,
+ "base_damage": 180,
+ "rate_of_fire": 7.5,
+ "reload": 0,
+ "optimal_range": 5600,
+ "falloff_modifier": 0.5
+ },
+ {
+ "name": "Blaster",
+ "rounds": 11,
+ "base_damage": 10,
+ "rate_of_fire": 0.05,
+ "reload": 2,
+ "optimal_range": 750,
+ "falloff_modifier": 0.45
+ },
+
]