The game does not use a premade character sheet and all the attributes are correct (since I defined them myself and their values are correctly being represented). This is the code you can see in the image: &{template:default} {{name=Sample Attack for @{selected|Name}}} {{Range=[[20]] / [[60]]}} {{Attack= [[?{Attack Type|Standard, 1d20|Advantage, 2d20kh1|Disadvantage, 2d20kl1}+@{Dex Mod}+@{Prof}]] }} {{Damage= [[1d6+@{Dex Mod}]]}} I don't understand why it is breaking with the damage, especially when everything is working perfectly in the Attack roll. ( @{Dex Mod} becoming -5 and correctly being added to the roll.) I've also tested just manually putting in the value and that seems to fix it, but that's not the solution I want. It's acting as if attributes can only be referenced once per token action, even though I have other token actions that do reference the same attribute more than once and work fine. <a href="https://i.imgur.com/WiEFEA3.png" rel="nofollow">https://i.imgur.com/WiEFEA3.png</a>