With zero modules:
With the DMG + MM + PHB enabled:
Tooltip:
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);
}
With zero modules:
With the DMG + MM + PHB enabled:
Tooltip:
Code: