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,8 @@
class_name BaseStats
extends Resource
@export var max_health: float = 100.0
@export var health_regen: float = 0.0
@export var max_shield: float = 0.0
@export var shield_regen: float = 0.0
@export var shield_regen_delay: float = 5.0

View File

@@ -0,0 +1 @@
uid://rotp80banlee

View File

@@ -0,0 +1,4 @@
class_name BossStats
extends EnemyStats
@export var enrage_time: float = 60.0

View File

@@ -0,0 +1 @@
uid://cdyoffdfaor5m

View File

@@ -0,0 +1,2 @@
class_name BuildingStats
extends BaseStats

View File

@@ -0,0 +1 @@
uid://le02tb117uh

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

View File

@@ -0,0 +1 @@
uid://bch6113rtsk05

View File

@@ -0,0 +1,7 @@
class_name GateStats
extends BaseStats
@export var spawn_count: int = 5
@export var spawn_interval: float = 4.0
@export var aggro_radius: float = 15.0
@export var is_red: bool = false

View File

@@ -0,0 +1 @@
uid://cyroet7ce02ew

View File

@@ -0,0 +1,18 @@
class_name PlayerStats
extends BaseStats
@export var speed: float = 5.0
@export var jump_velocity: float = 4.5
@export var target_range: float = 20.0
@export var combat_timeout: float = 5.0
@export var respawn_time: float = 3.0
@export var gcd_time: float = 0.5
@export var aa_cooldown: float = 0.5
@export var level: int = 1
@export var xp: float = 0.0
@export var xp_to_next: float = 50.0
@export var buff_damage: float = 1.0
@export var buff_heal: float = 1.0
@export var buff_shield: float = 1.0

View File

@@ -0,0 +1 @@
uid://c42fif5nbdvur

View File

@@ -0,0 +1,5 @@
class_name PortalStats
extends BaseStats
@export var lifetime: float = 0.0
@export var is_red: bool = false

View File

@@ -0,0 +1 @@
uid://beg4u508o3lcv

View File

@@ -0,0 +1,2 @@
class_name VillageStats
extends BaseStats

View File

@@ -0,0 +1 @@
uid://dpyr5lcc45eub