diff --git a/src/encounter/ui/Creature.svelte b/src/encounter/ui/Creature.svelte index db3ae4c2..ed8c9c26 100644 --- a/src/encounter/ui/Creature.svelte +++ b/src/encounter/ui/Creature.svelte @@ -1,7 +1,7 @@ - plugin.openCombatant(creature)}> - {#if creature.display && creature.display != creature.name} -  {creature.display}{count == 1 ? "" : "s"} ({creature.name}) - {:else} -  {creature.name}{count == 1 ? "" : "s"} +
+ {#if creature.friendly} + {/if} - {#if shouldShowRoll && creature.hit_dice?.length} - + {#if creature.hidden} + {/if} - -{#if xp} - - ( - - - {xp} + plugin.openCombatant(creature)}> + {#if creature.display && creature.display != creature.name} +  {creature.display}{count == 1 ? "" : "s"} ({creature.name}) + {:else} +  {creature.name}{count == 1 ? "" : "s"} + {/if} + {#if shouldShowRoll && creature.hit_dice?.length} + + {/if} + + {#if xp} + +  ( + + {xp} + XP - XP + ) - ) - -{/if} + {/if} +