diff options
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" |