Files
mmo/scenes/portal/portal_stats.gd
Marek Lenczewski f21e30eb55 prototype vibe
2026-04-16 17:20:57 +02:00

9 lines
214 B
GDScript

extends BaseStats
class_name PortalStats
enum Kind { NORMAL, RED }
@export var variant: Kind = Kind.NORMAL
@export var spawn_count := 3
@export var thresholds: Array[float] = [0.85, 0.70, 0.55, 0.40, 0.25, 0.10]