mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-11 10:05:54 +00:00
18 lines
732 B
Text
18 lines
732 B
Text
[gd_resource type="Resource" script_class="EnemyResource" load_steps=3 format=3 uid="uid://ysd6wl2gmdhn"]
|
|
|
|
[ext_resource type="Resource" uid="uid://dyaxm3st70sh6" path="res://Resources/Weapons/Enemy/TurretWeapon.tres" id="1_yap8t"]
|
|
[ext_resource type="Script" uid="uid://cd5o0ceb50jki" path="res://Scripts/Resources/EnemyResource.cs" id="2_sma76"]
|
|
|
|
[resource]
|
|
script = ExtResource("2_sma76")
|
|
EnemyName = &"Rotating Turret"
|
|
EnemyKey = &"TURRET_360"
|
|
PrefabPath = &"res://Scenes/Actors/Turret360.tscn"
|
|
MaxHealth = 14.0
|
|
MovementSpeed = 0.0
|
|
Weapon = ExtResource("1_yap8t")
|
|
LootDrops = Array[Object]([])
|
|
PlayerDetectionRange = 90.0
|
|
AlarmReactRange = 200.0
|
|
PlayerDisengageRange = 500.0
|
|
metadata/_custom_type_script = "uid://cd5o0ceb50jki"
|