mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-01 10:05:34 +00:00
18 lines
717 B
Text
18 lines
717 B
Text
[gd_resource type="Resource" script_class="EnemyResource" load_steps=3 format=3 uid="uid://cfdvg162u65sr"]
|
|
|
|
[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 = 20.0
|
|
Weapon = ExtResource("7_filx8")
|
|
LootDrops = Array[Object]([])
|
|
PlayerDetectionRange = 90.0
|
|
AlarmReactRange = 200.0
|
|
PlayerDisengageRange = 500.0
|
|
metadata/_custom_type_script = "uid://cd5o0ceb50jki"
|