summaryrefslogtreecommitdiff
path: root/resources
diff options
context:
space:
mode:
authorbd <bdunahu@operationnull.com>2025-05-25 15:17:58 -0400
committerbd <bdunahu@operationnull.com>2025-05-25 15:17:58 -0400
commit39794265b361c2f259a58d677f9e2e10b64d00af (patch)
tree5fb9b7f027c9f721964c4ea494ddb184e11da043 /resources
parent2e0c1c719db8bd6949a98678d0848c314bdaa0d7 (diff)
Add more chaos to warlock bolts, fix crash with oob upgrades
Diffstat (limited to 'resources')
-rw-r--r--resources/game_stats_config.tres13
1 files changed, 8 insertions, 5 deletions
diff --git a/resources/game_stats_config.tres b/resources/game_stats_config.tres
index 67df2a4..5b100fa 100644
--- a/resources/game_stats_config.tres
+++ b/resources/game_stats_config.tres
@@ -4,33 +4,36 @@
[resource]
script = ExtResource("1_t0c0a")
-starting_life = 20
+starting_life = 50
starting_morale = 10
max_wave = 3
wave_time = 20.0
wave_targets = [15, 40, 120]
defenders = Array[Dictionary]([{
+"chaos_factor": 35.0,
"cost": 10,
"damage": 4.0,
"desc": "Warlock",
"fire_rate": 1.2,
-"projectile_speed": 100,
+"max_projectile_lifetime": 7.5,
+"projectile_speed": 125,
"range": 75.0,
"sprite_attacking": Vector2i(28, 1),
"sprite_idle": Vector2i(29, 1),
"sprite_panel": Vector2i(32, 4),
"upgrades": [{
-"cost": 12,
+"cost": 10,
"desc": "Phoenix (DMG)",
"effects": {
"damage": 9.0
},
"sprite_panel": Vector2i(32, 5)
}, {
-"cost": 20,
+"cost": 15,
"desc": "Falcon (RNGE)",
"effects": {
-"projectile_speed": 200.0,
+"chaos_factor": 0.0,
+"projectile_speed": 300.0,
"range": 275.0,
"sprite_attacking": Vector2i(31, 2),
"sprite_idle": Vector2i(31, 1)