foundryvtt / dnd5e

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

Premade + freeform extra Feature Prerequisites #3969

Open Deyzeria opened 2 months ago

Deyzeria commented 2 months ago

(Didn't find an existing ticket about this) Currently we already support a field with "Required Level" for features. This proposition is to expand this to allow adding more, especially multiple at the same time, which need to be evaluated as true to return true. There are some which have several different or similar prerequisites where at least one of two must be true for the feat to be applicable. A UI similar to Starting Items in Classes and Backgrounds can be reused as it fits the construction.

Currently, most used ones are as such-

Aggregated list of all the prerequisites being displayed next to feats in the Compendium Browser will also be good.

arbron commented 2 months ago

Related: https://github.com/foundryvtt/dnd5e/issues/1832