
I started to work on tokens and monster stats according guidance on <a href="https://www.youtube.com/watch?v=zLI-oAyHFaA&list=L" rel="nofollow">https://www.youtube.com/watch?v=zLI-oAyHFaA&list=L</a>... There is quidance how to get stat card from it, if I understand correctly, it is using the API there. I use following Ability for Earth Elemental /w gm &{template:default} {{name=Stats}} {{AC= @{selected|npc_AC}}} {{HD= @{selected|npc_HP_hit_dice} [[@{selected|npc_HP_hit_dice}]]}} {{Speed= @{selected|npc_speed}}} {{Burrow= 30}}} {{Sences= @{selected|npc_senses}}} {{Chal= @{selected|npc_challenge} (@{selected|npc_xp} XP)}} {{Lang= @{selected|npc_languages}}} {{Bonus= @{selected|npc_damage_vulnerability}}} {{Resist= @{selected|npc_damage_resistance}}} {{Immune= @{selected|npc_damage_immunity}}} {{No effect= @{selected|npc_condition_immunity}}} /w gm Earth Glide /w gm The elemental can burrow through nonmagical, unworked earth and stone. While doing so, the elemental doesn't disturb the material it moves through. /w gm Siege Monster /w gm The elemental deals double damage to objects and structures. The result is following: <a href="https://drive.google.com/file/d/0B01l3wpG26w-Z3pnU" rel="nofollow">https://drive.google.com/file/d/0B01l3wpG26w-Z3pnU</a>... The Abilities, Earth Glide and Siege Monster written this way are not nice, I would like to be able to put them in table, but for whole line, not splitted in the columns. Can this be done? How?