mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-01 10:05:34 +00:00
Tweaked enemy health
This commit is contained in:
parent
32980198e2
commit
b7fde583f2
6 changed files with 11 additions and 8 deletions
|
|
@ -9,7 +9,7 @@ script = ExtResource("8_x8scf")
|
|||
EnemyName = &"Robot 1"
|
||||
EnemyKey = &"ROBOT_1"
|
||||
PrefabPath = &"res://Scenes/Actors/Thermathron.tscn"
|
||||
MaxHealth = 8.0
|
||||
MaxHealth = 16.0
|
||||
MovementSpeed = 38.0
|
||||
Weapon = ExtResource("7_filx8")
|
||||
LootDrops = Array[ExtResource("1_f3huq")]([])
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue