foundryvtt / foundryvtt-premium-content

Public issue tracking for feature requests and bug reports related to first-party premium content for Foundry Virtual Tabletop.
https://foundryvtt.com/packages/premium
16 stars 1 forks source link

[Bug]: 2024 PHB does not implement Weapon Mastery references #697

Open JPMeehan opened 1 day ago

JPMeehan commented 1 day ago

What happened?

CONFIG.DND5E.weaponMasteries provides an optional reference property that adds a tooltip that the premium PHB does not implement.

What package are you reporting this for?

Dungeons & Dragons Player's Handbook

Version

1.0.0

Relevant log output

/**
 * @typedef {object} WeaponMasterConfiguration
 * @property {string} label        Localized label for the mastery
 * @property {string} [reference]  Reference to a rule page describing this mastery.
 */

/**
 * Weapon masteries.
 * @enum {WeaponMasterConfiguration}
 */
DND5E.weaponMasteries
JPMeehan commented 1 day ago

Related