mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-10 20:25:54 +00:00
20 lines
867 B
Text
20 lines
867 B
Text
[gd_resource type="Resource" script_class="EnemyResource" load_steps=4 format=3 uid="uid://cfdvg162u65sr"]
|
|
|
|
[ext_resource type="Script" uid="uid://cq65aed620ijo" path="res://Scripts/Resources/Loot/LootDrop.cs" id="1_f3huq"]
|
|
[ext_resource type="Resource" uid="uid://cdfmedtgp2rcn" path="res://Resources/Weapons/EnemyWeapon.tres" id="7_filx8"]
|
|
[ext_resource type="Script" uid="uid://cd5o0ceb50jki" path="res://Scripts/Resources/EnemyResource.cs" id="8_x8scf"]
|
|
|
|
[resource]
|
|
script = ExtResource("8_x8scf")
|
|
EnemyName = &"Robot 1"
|
|
EnemyKey = &"ROBOT_1"
|
|
PrefabPath = &"res://Scenes/Actors/Thermathron.tscn"
|
|
MaxHealth = 8.0
|
|
MovementSpeed = 35.0
|
|
Weapon = ExtResource("7_filx8")
|
|
LootDrops = Array[ExtResource("1_f3huq")]([])
|
|
PlayerDetectionRange = 90.0
|
|
ViewRange = 120.0
|
|
AlarmReactRange = 200.0
|
|
PlayerDisengageRange = 500.0
|
|
metadata/_custom_type_script = "uid://cd5o0ceb50jki"
|