Blud_Mage/Scenes/Spawnables/bat_spawnable.tscn

28 lines
908 B
Plaintext
Raw Normal View History

2023-10-11 02:44:09 -04:00
[gd_scene load_steps=5 format=3 uid="uid://brnx3xyyd0e71"]
2023-10-10 13:30:23 -04:00
[ext_resource type="PackedScene" uid="uid://kkfxguj0lr5a" path="res://Scenes/Spawnables/template_spawnable.tscn" id="1_verf7"]
2023-10-11 02:44:09 -04:00
[ext_resource type="Texture2D" uid="uid://ddvr5ltbo8ome" path="res://Assets/Bat/noBKG_BatFlight_strip.png" id="2_0p8tq"]
2023-10-10 13:30:23 -04:00
[ext_resource type="Script" path="res://Scenes/Spawnables/AIs/ai_bat.gd" id="2_x3ldf"]
2023-10-11 02:44:09 -04:00
[sub_resource type="AtlasTexture" id="AtlasTexture_bnd0j"]
atlas = ExtResource("2_0p8tq")
region = Rect2(0, 0, 64, 64)
2023-10-10 13:30:23 -04:00
[node name="BatSpawnable" instance=ExtResource("1_verf7")]
maxHp = 10
2023-10-10 17:21:39 -04:00
attackSpeed = 50.0
speed = 4000.0
2023-10-10 13:30:23 -04:00
damage = 1
priority = 1
2023-10-10 22:45:27 -04:00
expReward = 50
2023-10-11 02:50:29 -04:00
cost = 50
2023-10-11 02:44:09 -04:00
minSpawnRange = 10.0
monsterName = "Bat"
monsterIcon = SubResource("AtlasTexture_bnd0j")
2023-10-10 13:30:23 -04:00
2023-10-10 22:28:27 -04:00
[node name="AnimatedSprite2D" parent="." index="1"]
2023-10-10 13:47:38 -04:00
frame_progress = 0.482614
2023-10-10 22:28:27 -04:00
[node name="AI" parent="." index="5"]
2023-10-10 13:30:23 -04:00
script = ExtResource("2_x3ldf")