30 lines
977 B
Plaintext
30 lines
977 B
Plaintext
[gd_resource type="Resource" script_class="Enemy" load_steps=5 format=3 uid="uid://bffhb5krs5elm"]
|
|
|
|
[ext_resource type="Texture2D" uid="uid://b1lwaxw62yp3p" path="res://Assets/Textures/dead_spike.png" id="1_1js8q"]
|
|
[ext_resource type="Texture2D" uid="uid://duywsy7jmh4u" path="res://Assets/Textures/spike.png" id="1_22o7e"]
|
|
[ext_resource type="Script" uid="uid://cbwxa2a4hfcy4" path="res://Scripts/Resources/enemy.gd" id="1_q5r05"]
|
|
[ext_resource type="Texture2D" uid="uid://sybn6bjbj5fh" path="res://Assets/TextureAtlases/spike.tres" id="3_tbb38"]
|
|
|
|
[resource]
|
|
script = ExtResource("1_q5r05")
|
|
title = "spike"
|
|
target_type = 2
|
|
icon = ExtResource("1_22o7e")
|
|
death_sprite = ExtResource("1_1js8q")
|
|
sprite = ExtResource("3_tbb38")
|
|
spawn_power = 6
|
|
health = 120
|
|
penalty = 7
|
|
movement_speed = 1.0
|
|
spawn_cooldown = 1.0
|
|
common_group = 3
|
|
common_cost = 2
|
|
uncommon_group = 6
|
|
uncommon_cost = 3
|
|
rare_group = 10
|
|
rare_cost = 4
|
|
epic_group = 16
|
|
epic_cost = 5
|
|
legendary_group = 25
|
|
legendary_cost = 6
|