mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-11 23:35:54 +00:00
24 lines
843 B
Text
24 lines
843 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 = 20.0
|
|
MovementSpeed = 0.0
|
|
Weapon = ExtResource("1_yap8t")
|
|
LootDrops = []
|
|
MotivationReward = 4.0
|
|
PlayerDetectionRange = 90.0
|
|
ViewRange = 120.0
|
|
AlarmReactRange = 200.0
|
|
PlayerDisengageRange = 500.0
|
|
StrafeSpeed = 0.0
|
|
MaxStrafeDistance = 0.0
|
|
MinStrafeDistance = 0.0
|
|
ResponseTime = 0.5
|
|
metadata/_custom_type_script = "uid://cd5o0ceb50jki"
|