mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-01 10:15:45 +00:00
Door connections
This commit is contained in:
parent
cae1f99949
commit
700be1e207
11 changed files with 127 additions and 149 deletions
|
|
@ -43,7 +43,7 @@ metadata/_custom_type_script = "uid://cq65aed620ijo"
|
|||
script = ExtResource("8_241b0")
|
||||
EnemyName = &"Fairy"
|
||||
EnemyKey = &"FAIRY_BASE"
|
||||
PrefabPath = &"res://Scenes/Actors/Fairy_New.tscn"
|
||||
PrefabPath = &"uid://clieeuln36a7a"
|
||||
MaxHealth = 8.0
|
||||
MovementSpeed = 30.0
|
||||
Weapon = ExtResource("7_xkg5o")
|
||||
|
|
|
|||
|
|
@ -43,7 +43,7 @@ metadata/_custom_type_script = "uid://cq65aed620ijo"
|
|||
script = ExtResource("8_8fxhl")
|
||||
EnemyName = &"Special Fairy"
|
||||
EnemyKey = &"FAIRY_BASE_SPECIAL"
|
||||
PrefabPath = &"res://Scenes/Actors/Fairy_Special_FSM.tscn"
|
||||
PrefabPath = &"uid://bq4r28ikbmn0r"
|
||||
MaxHealth = 12.0
|
||||
MovementSpeed = 30.0
|
||||
Weapon = ExtResource("7_tf7s2")
|
||||
|
|
|
|||
|
|
@ -43,7 +43,7 @@ metadata/_custom_type_script = "uid://cq65aed620ijo"
|
|||
script = ExtResource("1_p31tv")
|
||||
EnemyName = &"Fairy Guard"
|
||||
EnemyKey = &"FAIRY_GUARD"
|
||||
PrefabPath = &"res://Scenes/Actors/FairyGuard_New.tscn"
|
||||
PrefabPath = &"uid://bb32f4p5e671j"
|
||||
MaxHealth = 10.0
|
||||
MovementSpeed = 40.0
|
||||
Weapon = ExtResource("7_xlxdc")
|
||||
|
|
|
|||
|
|
@ -1,6 +1,5 @@
|
|||
[gd_resource type="Resource" script_class="EnemyResource" load_steps=4 format=3 uid="uid://cfdvg162u65sr"]
|
||||
[gd_resource type="Resource" script_class="EnemyResource" load_steps=3 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"]
|
||||
|
||||
|
|
@ -8,11 +7,11 @@
|
|||
script = ExtResource("8_x8scf")
|
||||
EnemyName = &"Robot 1"
|
||||
EnemyKey = &"ROBOT_1"
|
||||
PrefabPath = &"res://Scenes/Actors/Thermathron.tscn"
|
||||
PrefabPath = &"uid://dky13otbks8cm"
|
||||
MaxHealth = 16.0
|
||||
MovementSpeed = 38.0
|
||||
Weapon = ExtResource("7_filx8")
|
||||
LootDrops = Array[ExtResource("1_f3huq")]([])
|
||||
LootDrops = []
|
||||
MotivationReward = 4.0
|
||||
PlayerDetectionRange = 90.0
|
||||
ViewRange = 120.0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue