mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-30 11:31:16 +00:00
Tweaked enemy health
This commit is contained in:
parent
32980198e2
commit
b7fde583f2
6 changed files with 11 additions and 8 deletions
|
|
@ -1,5 +1,6 @@
|
|||
[gd_resource type="Resource" script_class="EnemyResource" load_steps=3 format=3 uid="uid://ij73f6irjcjg"]
|
||||
[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"]
|
||||
|
||||
|
|
@ -8,10 +9,11 @@ script = ExtResource("2_76vce")
|
|||
EnemyName = &"Robot 2"
|
||||
EnemyKey = &"ROBOT_2"
|
||||
PrefabPath = &"res://Scenes/Actors/RoamingSusan.tscn"
|
||||
MaxHealth = 6.0
|
||||
MaxHealth = 10.0
|
||||
MovementSpeed = 20.0
|
||||
Weapon = ExtResource("1_bpaea")
|
||||
LootDrops = []
|
||||
LootDrops = Array[ExtResource("1_76vce")]([])
|
||||
MotivationReward = 4.0
|
||||
PlayerDetectionRange = 90.0
|
||||
ViewRange = 120.0
|
||||
AlarmReactRange = 200.0
|
||||
|
|
@ -19,4 +21,5 @@ PlayerDisengageRange = 500.0
|
|||
StrafeSpeed = 25.0
|
||||
MaxStrafeDistance = 16.0
|
||||
MinStrafeDistance = 8.0
|
||||
ResponseTime = 0.5
|
||||
metadata/_custom_type_script = "uid://cd5o0ceb50jki"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue