mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-11 18:35:54 +00:00
25 lines
978 B
Text
25 lines
978 B
Text
[gd_resource type="Resource" script_class="EnemyResource" load_steps=4 format=3 uid="uid://ij73f6irjcjg"]
|
|
|
|
[ext_resource type="Script" uid="uid://cq65aed620ijo" path="res://Scripts/Resources/Loot/LootDrop.cs" id="1_76vce"]
|
|
[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"
|
|
MaxHealth = 10.0
|
|
MovementSpeed = 20.0
|
|
Weapon = ExtResource("1_bpaea")
|
|
LootDrops = Array[ExtResource("1_76vce")]([])
|
|
MotivationReward = 4.0
|
|
PlayerDetectionRange = 90.0
|
|
ViewRange = 120.0
|
|
AlarmReactRange = 200.0
|
|
PlayerDisengageRange = 500.0
|
|
StrafeSpeed = 25.0
|
|
MaxStrafeDistance = 16.0
|
|
MinStrafeDistance = 8.0
|
|
ResponseTime = 0.5
|
|
metadata/_custom_type_script = "uid://cd5o0ceb50jki"
|