cirnogodot/Resources/Enemies/Roaming_Susan.tres

25 lines
978 B
Text
Raw Normal View History

2025-04-09 09:16:41 +02:00
[gd_resource type="Resource" script_class="EnemyResource" load_steps=4 format=3 uid="uid://ij73f6irjcjg"]
2025-03-20 11:34:48 +01:00
2025-04-09 09:16:41 +02:00
[ext_resource type="Script" uid="uid://cq65aed620ijo" path="res://Scripts/Resources/Loot/LootDrop.cs" id="1_76vce"]
2025-03-20 11:34:48 +01:00
[ext_resource type="Resource" uid="uid://cdfmedtgp2rcn" path="res://Resources/Weapons/EnemyWeapon.tres" id="1_bpaea"]
[ext_resource type="Script" uid="uid://cd5o0ceb50jki" path="res://Scripts/Resources/EnemyResource.cs" id="2_76vce"]
[resource]
script = ExtResource("2_76vce")
EnemyName = &"Robot 2"
EnemyKey = &"ROBOT_2"
PrefabPath = &"res://Scenes/Actors/RoamingSusan.tscn"
2025-04-09 09:16:41 +02:00
MaxHealth = 10.0
2025-03-20 11:34:48 +01:00
MovementSpeed = 20.0
Weapon = ExtResource("1_bpaea")
2025-04-09 09:16:41 +02:00
LootDrops = Array[ExtResource("1_76vce")]([])
MotivationReward = 4.0
2025-03-25 15:15:04 +01:00
PlayerDetectionRange = 90.0
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 = 25.0
MaxStrafeDistance = 16.0
MinStrafeDistance = 8.0
2025-04-09 09:16:41 +02:00
ResponseTime = 0.5
2025-03-20 11:34:48 +01:00
metadata/_custom_type_script = "uid://cd5o0ceb50jki"