first version of enitites damageables weapons item and effects workflow
This commit is contained in:
@@ -2,7 +2,7 @@ extends Resource
|
||||
|
||||
class_name EntityResource
|
||||
|
||||
@export var entity_stats: entityStats
|
||||
@export var entity_stats: EntityStats
|
||||
@export var entity_scene: PackedScene
|
||||
|
||||
|
||||
|
||||
@@ -2,8 +2,9 @@ extends Resource
|
||||
|
||||
class_name EntityStats
|
||||
|
||||
@export var max_health: MaxHealth
|
||||
@export var health: Health
|
||||
@export var armor: Armor
|
||||
@export var shield: Shield
|
||||
@export var movementSpeed: MovementSpeed
|
||||
@export var max_health: MaxHealthStat
|
||||
@export var health: HealthStat
|
||||
@export var armor: ArmorStat
|
||||
@export var shield: ShieldStat
|
||||
@export var max_shield: MaxShieldStat
|
||||
@export var movementSpeed: MovementSpeedStat
|
||||
|
||||
Reference in New Issue
Block a user