cirnogodot/Resources/Enemies/Turret360.tres

24 lines
843 B
Text
Raw Normal View History

2025-04-10 12:00:08 +02:00
[gd_resource type="Resource" script_class="EnemyResource" load_steps=3 format=3 uid="uid://ysd6wl2gmdhn"]
2025-03-20 11:34:48 +01:00
[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"
2025-04-09 09:16:41 +02:00
MaxHealth = 20.0
2025-03-20 11:34:48 +01:00
MovementSpeed = 0.0
Weapon = ExtResource("1_yap8t")
2025-04-10 12:00:08 +02:00
LootDrops = []
2025-04-01 11:23:37 +02:00
MotivationReward = 4.0
2025-03-21 09:41:22 +01:00
PlayerDetectionRange = 90.0
2025-03-24 09:41:41 +01:00
ViewRange = 120.0
2025-03-20 11:34:48 +01:00
AlarmReactRange = 200.0
PlayerDisengageRange = 500.0
2025-03-25 15:15:04 +01:00
StrafeSpeed = 0.0
MaxStrafeDistance = 0.0
MinStrafeDistance = 0.0
2025-03-26 18:47:17 +01:00
ResponseTime = 0.5
2025-03-20 11:34:48 +01:00
metadata/_custom_type_script = "uid://cd5o0ceb50jki"