I've created an NPC Sheet for my drakewarden ranger Drake Companion. There, I've added new attribute, called draconic_essense , and added a token action to roll for infused strike, which references the new attribute. That one works fine. I've also set the value of the npc_immunities attribute to @{draconic_essense}. But in the character sheet, under the Damage Immunities field, it is displayed literally as @{draconic_essense}, without being evaluated. But when I use the @{charname|npc_immunities} in the chat, for example, it displays the value of draconic_essense . So, is there a way to show the value of another attribute as Damage Immunities? Thanks in advance.