foundryvtt / dnd5e

An implementation of the 5th Edition game system for Foundry Virtual Tabletop (http://foundryvtt.com).
MIT License
321 stars 218 forks source link

Pluralize `Target` display of features that target multiple entities #4384

Open M0nk3yy opened 2 weeks ago

M0nk3yy commented 2 weeks ago

The Target of a feature targeting 2 creatures shows as 2 Creature.

image

image

It would be nice if this could check if>1 and convert to 2 Creatures.

This would also affect Ally, Enemy, Object, Space, Creature or Object, and Willing Creature. Most of these would append an s but 2 Ally would become 2 Allies and 2 Enemy would become 2 Enemies, etc.

arbron commented 2 weeks ago

Related to https://github.com/foundryvtt/dnd5e/issues/1355 & https://github.com/foundryvtt/dnd5e/issues/3958