Godot Version
Replace this line with your Godot version
Question
Ask your question here! Try to give as many details as possible.
If you share code, please wrap it inside three backticks or replace the code in the next block:
extends Control
# --- The 5 Core Stats ---
@export_category("Core Stats")
@export var max_hp: int = 10
@export var str_phys: int = 10 # Physical damage scaling
@export var int_spell: int = 10 # Spell damage scaling
@export var dex: int = 20 # Determines turn order speed
@export var max_mana: int = 20