diff options
author | bd <bdunahu@operationnull.com> | 2025-05-25 02:21:43 -0400 |
---|---|---|
committer | bd <bdunahu@operationnull.com> | 2025-05-25 02:21:43 -0400 |
commit | 4e956f8f242eea5c52fb3f6bb6190494e55a7e79 (patch) | |
tree | ac4dbfd80d504c97a51a81ce1efed9cac845ef72 /scripts/game_stats_config.gd | |
parent | 15724430070a17ffb4e0fe3a0c3faa8c82fe64e2 (diff) |
Add noise when losing morale, game over background
Diffstat (limited to 'scripts/game_stats_config.gd')
-rw-r--r-- | scripts/game_stats_config.gd | 19 |
1 files changed, 9 insertions, 10 deletions
diff --git a/scripts/game_stats_config.gd b/scripts/game_stats_config.gd index 38d9cd8..a10bef8 100644 --- a/scripts/game_stats_config.gd +++ b/scripts/game_stats_config.gd @@ -35,14 +35,6 @@ enum defenders_index {WARLOCK, WYVERN, WEREWOLF, WELLSPRING} }, }, { - "desc": "Sparrow (DUP)", - "sprite_panel": Vector2i(35, 5), - "cost": 7, - "effects": { - "fire_rate": 1.7 - } - }, - { "desc": "Falcon (RNGE)", "sprite_panel": Vector2i(34, 4), "cost": 20, @@ -53,6 +45,13 @@ enum defenders_index {WARLOCK, WYVERN, WEREWOLF, WELLSPRING} "sprite_idle": Vector2i(31, 1), } }, + { + "desc": "Sparrow (DUP)", + "sprite_panel": Vector2i(35, 5), + "cost": 9999, + "effects": { + } + }, ], }, { @@ -77,7 +76,7 @@ enum defenders_index {WARLOCK, WYVERN, WEREWOLF, WELLSPRING} "sprite_panel": Vector2i(26, 11), "sprite_attacking": Vector2i(26, 11), "sprite_idle": Vector2i(26, 11), - "cost": 1, + "cost": 9999, "upgrades": [], }, { @@ -88,7 +87,7 @@ enum defenders_index {WARLOCK, WYVERN, WEREWOLF, WELLSPRING} "sprite_panel": Vector2i(38, 11), "sprite_attacking": Vector2i(38, 11), "sprite_idle": Vector2i(38, 11), - "cost": 1, + "cost": 9999, "upgrades": [], } ] |