javalent / initiative-tracker

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

🐞 Named Creatures of same type append 1 #227

Open martynjsimpson opened 1 year ago

martynjsimpson commented 1 year ago

Check for existing bug reports before submitting.

Expected Behavior

If the names are unique then there should be no need to append a 1.

Current behaviour

Creatures of the same type but with unique custom names, have a 1 added to the end regardless.

Reproduction

Create an Encounter Table as below.

creatures: 
- [[Wolf, Shadowfang]]
- [[Wolf, Ironclaw]]
- [[Wolf, Duskrider]]

Then, run the encounter. Note the names in the encounter window (and player view) are suffixed with 1.

image image

Which Operating Systems are you using?

Obsidian Version Check

1.4.13

Plugin Version

12.2.4

Confirmation

Possible solution

No response