This commit is contained in:
Marek Le
2026-05-09 23:37:26 +02:00
parent 6d28b04c12
commit 2d4002bd3f
263 changed files with 5250 additions and 4597 deletions

View File

@@ -0,0 +1,11 @@
class_name EnemyStats
extends BaseStats
@export var speed: float = 3.0
@export var attack_range: float = 2.0
@export var attack_damage: float = 5.0
@export var attack_cooldown: float = 1.5
@export var aggro_radius: float = 12.0
@export var leash_radius: float = 25.0
@export var xp_value: float = 5.0
@export var loot_chance: float = 1.0