
I'm back again with a puzzling issue. I have a custom sheet with an attack button that pulls various sheets attributes together to determine how many dice to roll. On the sheets I've made, it works fine. One of my players has it working fine as well. But four other players, when they click the button, a single attribute is not being added into the equation. This is the code in question: <button type="roll" name="attack1" value="&{template:rolls} {{title=Attack}} {{subtitle=@{weapon1name} }} {{roll= [[[[@{weapon1type}+ @{mightiness} +@{weapon1material}+@{weapon1attack}]]d6>?{Target Number?|4}]]}}"></button> The bolded attribute, mightiness, is not being added in, but again, it's only certain sheets where this happens, and there is no discernable difference between the sheets (they have values entered for each of those attributes, the attributes section of the sheet shows those attributes and the correct values, etc.). So it looks like the logic is functioning properly, the values are all being set properly, but for whatever reason, a handful of character sheets simply don't call mightiness. Any idea what could be going on here? I tried rebuilding a character sheet for a player and encountered the same issue. The only thing I can think of is that the NPC sheets were made a while ago while the player sheets were made last night, but that still doesn't explain why one player's works fine...