Skip to content

Opportunity Attacks and other references point to a world journal in their contents #6098

Description

@krbz999

With zero modules:

Image

With the DMG + MM + PHB enabled:

Image

Tooltip:

Image

Code:

for (const [k, uuid] of Object.entries(CONFIG.DND5E.rules)) {
    const p = await fromUuid(uuid);
    if (!p) console.warn("Broken link:", k, uuid);
    else if (p.text.content.includes("<p>JournalEntry")) console.warn(k, p.text.content);
}

Metadata

Metadata

Assignees

Type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions