Implement blast modifier support for all applicable constructs, plus misc construct-related cleanup and fixes

This commit is contained in:
Electroblob77
2020-06-28 16:56:18 +01:00
parent 97c21b5057
commit 3a68ba8927
36 changed files with 296 additions and 201 deletions
@@ -18,6 +18,7 @@
"cooldown": 300,
"base_properties": {
"range": 20,
"duration": 120
"duration": 120,
"effect_radius": 2
}
}
@@ -18,6 +18,7 @@
"cooldown": 400,
"base_properties": {
"duration": 400,
"range": 10
"range": 10,
"effect_radius": 3
}
}
@@ -18,6 +18,7 @@
"cooldown": 20,
"base_properties": {
"range": 10,
"effect_radius": 1,
"damage": 6,
"burn_duration": 10
}
@@ -18,6 +18,7 @@
"cooldown": 20,
"base_properties": {
"range": 10,
"effect_radius": 1,
"damage": 8,
"effect_duration": 200,
"effect_strength": 1
@@ -18,6 +18,7 @@
"cooldown": 300,
"base_properties": {
"range": 20,
"duration": 120
"duration": 120,
"effect_radius": 2
}
}
@@ -18,6 +18,7 @@
"cooldown": 150,
"base_properties": {
"duration": 600,
"effect_radius": 2.5,
"damage": 1,
"health": 1
}
@@ -18,8 +18,9 @@
"cooldown": 20,
"base_properties": {
"range": 10,
"effect_radius": 1,
"direct_damage": 6,
"effect_radius": 5,
"secondary_range": 1,
"secondary_max_targets": 3,
"splash_damage": 4
}
@@ -18,6 +18,7 @@
"cooldown": 100,
"base_properties": {
"duration": 600,
"effect_radius": 2.5,
"damage": 1,
"burn_duration": 10
}