mtd/Scripts/Resources/status_stats.gd

10 lines
204 B
GDScript3
Raw Normal View History

extends Resource
class_name StatusStats
@export var name : String
@export var max_stacks := 0
@export var proc_cd := 0.0
@export var duration := 1.0
@export var potency := 1.0
@export var icon : Texture