update
This commit is contained in:
8
scripts/resources/entity_stats.gd
Normal file
8
scripts/resources/entity_stats.gd
Normal file
@@ -0,0 +1,8 @@
|
||||
extends Resource
|
||||
class_name EntityStats
|
||||
|
||||
@export var max_health := 100.0
|
||||
@export var health_regen := 0.0
|
||||
@export var max_shield := 0.0
|
||||
@export var shield_regen_delay := 3.0
|
||||
@export var shield_regen_time := 5.0
|
||||
1
scripts/resources/entity_stats.gd.uid
Normal file
1
scripts/resources/entity_stats.gd.uid
Normal file
@@ -0,0 +1 @@
|
||||
uid://ij663bdj2cgu
|
||||
Reference in New Issue
Block a user