aboutsummaryrefslogtreecommitdiff
path: root/assets/turrets.json
diff options
context:
space:
mode:
authorjacopograndi <jacopo.grandi@outlook.it>2022-01-16 17:14:36 +0100
committerjacopograndi <jacopo.grandi@outlook.it>2022-01-16 17:14:36 +0100
commit5781b7dad68c3e01d83365f73b0d35d9e5252f97 (patch)
treedada65ab375ed8287b33e6ffe023f5df5e666d24 /assets/turrets.json
parent8e5358aaefa1df729ffc02047e53b62705d6b3b1 (diff)
control system
Diffstat (limited to 'assets/turrets.json')
-rw-r--r--assets/turrets.json39
1 files changed, 28 insertions, 11 deletions
diff --git a/assets/turrets.json b/assets/turrets.json
index 65c23c8..2c13028 100644
--- a/assets/turrets.json
+++ b/assets/turrets.json
@@ -17,23 +17,22 @@
}
},
{
- "name": "shotgun",
- "cost": { "T": 250 },
- "cooldown": 2.0,
+ "name": "dual laser",
+ "cost": { "T": 100 },
+ "cooldown": 1.0,
"damage": 1,
- "turn_speed": 1.2,
+ "turn_speed": 2,
"range": 5,
- "upgrades": [ "cannon" ],
- "modules_max": 3,
- "model_name": "shotgun.glb",
+ "upgrades": [ "dual laser", "sniper" ],
+ "modules_max": 2,
+ "model_name": "laser.glb",
"projectile": {
"type": "bullet",
"speed": 10,
- "model_name": "bullet_shot.glb",
- "amount": 5,
- "spread": 10
+ "model_name": "laser_shot.glb",
+ "amount": 1
}
- },
+ },
{
"name": "sniper",
"cost": { "T": 300 },
@@ -51,6 +50,24 @@
}
},
{
+ "name": "shotgun",
+ "cost": { "T": 250 },
+ "cooldown": 2.0,
+ "damage": 1,
+ "turn_speed": 1.2,
+ "range": 5,
+ "upgrades": [ "cannon" ],
+ "modules_max": 3,
+ "model_name": "shotgun.glb",
+ "projectile": {
+ "type": "bullet",
+ "speed": 10,
+ "model_name": "bullet_shot.glb",
+ "amount": 5,
+ "spread": 10
+ }
+ },
+ {
"name": "plastic",
"cost": { "T": 400 },
"cooldown": 1.2,