30 lines
1005 B
Plaintext
30 lines
1005 B
Plaintext
[gd_resource type="Resource" script_class="Enemy" load_steps=5 format=3 uid="uid://cvehqh4tt28g7"]
|
|
|
|
[ext_resource type="Script" uid="uid://cbwxa2a4hfcy4" path="res://Scripts/Resources/enemy.gd" id="1_k5sd1"]
|
|
[ext_resource type="Texture2D" uid="uid://cv5p03aw78vwd" path="res://Assets/Textures/icon_eye_dog_fast.png" id="1_xgen5"]
|
|
[ext_resource type="Texture2D" uid="uid://dgdofekr7ow73" path="res://Assets/Textures/dead_eye_dog_fast.png" id="1_yj87d"]
|
|
[ext_resource type="Texture2D" uid="uid://dd212gh03wloa" path="res://Assets/TextureAtlases/dog_fast.tres" id="2_mkbm6"]
|
|
|
|
[resource]
|
|
script = ExtResource("1_k5sd1")
|
|
title = "fast dog"
|
|
target_type = 1
|
|
icon = ExtResource("1_xgen5")
|
|
death_sprite = ExtResource("1_yj87d")
|
|
sprite = ExtResource("2_mkbm6")
|
|
spawn_power = 16
|
|
health = 70
|
|
penalty = 4
|
|
movement_speed = 3.5
|
|
spawn_cooldown = 0.7
|
|
common_group = 4
|
|
common_cost = 2
|
|
uncommon_group = 8
|
|
uncommon_cost = 2
|
|
rare_group = 14
|
|
rare_cost = 4
|
|
epic_group = 20
|
|
epic_cost = 6
|
|
legendary_group = 26
|
|
legendary_cost = 10
|