summaryrefslogtreecommitdiff
path: root/resources
diff options
context:
space:
mode:
authorbd <bdunahu@operationnull.com>2025-05-24 02:50:24 -0400
committerbd <bdunahu@operationnull.com>2025-05-24 02:50:24 -0400
commit0e7519444d9a3cb83d260e02eb6daea66dbf6e6b (patch)
tree9d41c5316f0153b0f62411a28269fd8e541e0fd1 /resources
parentb65362d4a201437bbe08f2c0f69092cde346e059 (diff)
Use panel sprite from game_stats_config
Diffstat (limited to 'resources')
-rw-r--r--resources/game_stats_config.tres43
1 files changed, 27 insertions, 16 deletions
diff --git a/resources/game_stats_config.tres b/resources/game_stats_config.tres
index 1e691dc..6fd9758 100644
--- a/resources/game_stats_config.tres
+++ b/resources/game_stats_config.tres
@@ -7,7 +7,7 @@ script = ExtResource("1_t0c0a")
starting_life = 15
starting_morale = 10
max_wave = 3
-wave_time = 30.0
+wave_time = 20.0
wave_targets = [15, 40, 120]
defenders = Dictionary[String, Dictionary]({
"warlock": {
@@ -17,7 +17,7 @@ defenders = Dictionary[String, Dictionary]({
"range": 75.0,
"sprite_attacking": Vector2i(31, 2),
"sprite_idle": Vector2i(31, 1),
-"sprite_panel": Vector2i(30, 1)
+"sprite_panel": Vector2i(32, 4)
},
"wellspring": {
"cost": 1,
@@ -39,25 +39,36 @@ defenders = Dictionary[String, Dictionary]({
},
"wyvern": {
"cost": 15,
-"damage": 2.0,
+"damage": 1.0,
"damage_tick_rate": 0.25,
"fire_rate": 1.0,
"range": 35.0,
"sprite_attacking": Vector2i(25, 10),
"sprite_idle": Vector2i(24, 10),
-"sprite_panel": Vector2i(24, 10)
+"sprite_panel": Vector2i(28, 11)
+}
+})
+crawlers = Dictionary[String, Dictionary]({
+"fodder": {
+"damage": 1.0,
+"health": 10.0,
+"speed": 40.0,
+"sprite": Vector2i(25, 4),
+"worth": 2.0
+},
+"gnome": {
+"damage": 1.0,
+"health": 8.0,
+"speed": 90.0,
+"sprite": Vector2i(26, 9),
+"worth": 3.0
+},
+"soldier": {
+"damage": 1.0,
+"health": 35.0,
+"speed": 30.0,
+"sprite": Vector2i(28, 0),
+"worth": 5.0
}
})
-fodder_damage = 1.0
-fodder_speed = 40.0
-fodder_health = 10.0
-fodder_worth = 2.0
-soldier_damage = 1.0
-soldier_speed = 30.0
-soldier_health = 35.0
-soldier_worth = 5.0
-gnome_damage = 1.0
-gnome_speed = 90.0
-gnome_health = 8.0
-gnome_worth = 3.0
metadata/_custom_type_script = "uid://dndluiku7wdi8"