From 6c8307fb375579af7404376b9bcc2f4c2cfa8c13 Mon Sep 17 00:00:00 2001 From: Jeff Hitchcock Date: Mon, 5 Aug 2024 08:18:33 -0700 Subject: [PATCH] [#3930] Fix item htmlFields --- system.json | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/system.json b/system.json index 4f039f6796..6e1853b56c 100644 --- a/system.json +++ b/system.json @@ -40,43 +40,43 @@ }, "Item": { "weapon": { - "htmlFields": ["details.value", "details.chat", "unidentified.description"] + "htmlFields": ["description.value", "description.chat", "unidentified.description"] }, "equipment": { - "htmlFields": ["details.value", "details.chat", "unidentified.description"] + "htmlFields": ["description.value", "description.chat", "unidentified.description"] }, "consumable": { - "htmlFields": ["details.value", "details.chat", "unidentified.description"] + "htmlFields": ["description.value", "description.chat", "unidentified.description"] }, "tool": { - "htmlFields": ["details.value", "details.chat", "unidentified.description"] + "htmlFields": ["description.value", "description.chat", "unidentified.description"] }, "loot": { - "htmlFields": ["details.value", "details.chat", "unidentified.description"] + "htmlFields": ["description.value", "description.chat", "unidentified.description"] }, "race": { - "htmlFields": ["details.value", "details.chat"] + "htmlFields": ["description.value", "description.chat"] }, "background": { - "htmlFields": ["details.value", "details.chat"] + "htmlFields": ["description.value", "description.chat"] }, "class": { - "htmlFields": ["details.value", "details.chat"] + "htmlFields": ["description.value", "description.chat"] }, "subclass": { - "htmlFields": ["details.value", "details.chat"] + "htmlFields": ["description.value", "description.chat"] }, "spell": { - "htmlFields": ["details.value", "details.chat"] + "htmlFields": ["description.value", "description.chat"] }, "feat": { - "htmlFields": ["details.value", "details.chat"] + "htmlFields": ["description.value", "description.chat"] }, "container": { - "htmlFields": ["details.value", "details.chat", "unidentified.description"] + "htmlFields": ["description.value", "description.chat", "unidentified.description"] }, "backpack": { - "htmlFields": ["details.value", "details.chat", "unidentified.description"] + "htmlFields": ["description.value", "description.chat", "unidentified.description"] } }, "JournalEntryPage": {