extends Node func calculate_damage(damage, armor) -> float: return clamp(damage - armor, 1, 9999)