diff options
author | bd <bdunahu@operationnull.com> | 2025-05-23 11:28:51 -0400 |
---|---|---|
committer | bd <bdunahu@operationnull.com> | 2025-05-23 11:28:51 -0400 |
commit | bc3589db94692fc4cdd4388dacff0f44fe8a2030 (patch) | |
tree | e85193cc6c765a640c019452768725bd8af95214 /resources/game_stats_config.tres | |
parent | d67d2ac3463523be93915a0738a05c440f63ee67 (diff) |
Move basic tower/enemy stats to separate resource
Diffstat (limited to 'resources/game_stats_config.tres')
-rw-r--r-- | resources/game_stats_config.tres | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/resources/game_stats_config.tres b/resources/game_stats_config.tres new file mode 100644 index 0000000..f5eaf7c --- /dev/null +++ b/resources/game_stats_config.tres @@ -0,0 +1,18 @@ +[gd_resource type="Resource" script_class="GameStatsConfig" load_steps=2 format=3 uid="uid://d3x0o0033pf8m"] + +[ext_resource type="Script" uid="uid://dndluiku7wdi8" path="res://scripts/game_stats_config.gd" id="1_t0c0a"] + +[resource] +script = ExtResource("1_t0c0a") +starting_life = 20 +starting_morale = 10 +warlock_damage = 5.0 +warlock_fire_rate = 1.0 +warlock_defender_range = 75.0 +warlock_defender_cost = 10 +wyvern_damage = 2.0 +wyvern_fire_rate = 1.0 +wyvern_damage_tick_rate = 0.25 +wyvern_defender_range = 35.0 +wyvern_defender_cost = 15 +metadata/_custom_type_script = "uid://dndluiku7wdi8" |