foundryvtt / dnd5e

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

Npc race set to empty value #1474

Closed aaclayton closed 1 month ago

aaclayton commented 2 years ago

Originally in GitLab by @crymic

This is a minor issue but I found an inconsistency between creating an npc and an npc in the srd.

Cause when importing actors in as an npc, the field is empty. This was causing errors in macros for creature type detection if including race with it.

aaclayton commented 2 years ago

Originally in GitLab by @crymic

This issue started in 9.x, in 8.x npcs were generated with race being a null value. Now in 9.x all npcs are generated with an empty string value.