I'm trying to write a macro to reference an attribute's denominator but can only seem to reference the numerator instead. i.e. hit_points =25/30. However @{selected|hit_points} gives the result of 25... not 30. How can I reference an attribute's denominator in a macro?