mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-07-03 03:01:16 +00:00
Enemy information
This commit is contained in:
parent
fff3ddc3cf
commit
b9b8834bc2
11 changed files with 118 additions and 61 deletions
17
Resources/Enemies/Turret360.tres
Normal file
17
Resources/Enemies/Turret360.tres
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
[gd_resource type="Resource" script_class="EnemyResource" load_steps=3 format=3 uid="uid://ysd6wl2gmdhn"]
|
||||
|
||||
[ext_resource type="Resource" uid="uid://dyaxm3st70sh6" path="res://Resources/Weapons/Enemy/TurretWeapon.tres" id="1_yap8t"]
|
||||
[ext_resource type="Script" uid="uid://cd5o0ceb50jki" path="res://Scripts/Resources/EnemyResource.cs" id="2_sma76"]
|
||||
|
||||
[resource]
|
||||
script = ExtResource("2_sma76")
|
||||
EnemyName = &"Rotating Turret"
|
||||
EnemyKey = &"TURRET_360"
|
||||
PrefabPath = &"res://Scenes/Actors/Turret360.tscn"
|
||||
MaxHealth = 14.0
|
||||
MovementSpeed = 0.0
|
||||
Weapon = ExtResource("1_yap8t")
|
||||
LootDrops = Array[Object]([])
|
||||
AlarmReactRange = 200.0
|
||||
PlayerDisengageRange = 500.0
|
||||
metadata/_custom_type_script = "uid://cd5o0ceb50jki"
|
||||
Loading…
Add table
Add a link
Reference in a new issue