javalent / initiative-tracker

TTRPG Initiative Tracker for Obsidian.md
GNU General Public License v3.0
144 stars 30 forks source link

🐞 Named Creatures have a "1" after their names in right panel #283

Open namtrah opened 3 months ago

namtrah commented 3 months ago

Check for existing bug reports before submitting.

Expected Behavior

I would expect with the following YAML that no '1' is after the creatures name in the IT Panel when added to an encounter through the encounter sword icon.

creatures:
  - Skeleton, ally
  -  [[Skeleton, Reginald], ally]

Current behaviour

When these two creatures are added through an encounter block, the following is shown in the Initiative Tracker in the right panel.

image

Reproduction

Create a new encounter with the creatures listed above. Then try to add this encounter into the IT. You will see that the named creature has a "1" after it, which I do not believe should be there.

Which Operating Systems are you using?

Obsidian Version Check

Obsidian version: v1.6.0 Installer version: v1.5.3

Plugin Version

Initiative Tracker v13.0.11

Confirmation

Possible solution

No response