From b4fb4f079abf351b6a3a2d7640bd2288d9631501 Mon Sep 17 00:00:00 2001 From: sibir-ine Date: Thu, 25 Mar 2021 20:58:55 -0700 Subject: [PATCH] Add text to req section - Clarify behavior of conditions with req entries. - As discussed with @MacSplody on Discord. --- docs/metadata/data_structures/plugin.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/metadata/data_structures/plugin.rst b/docs/metadata/data_structures/plugin.rst index 24748616..981062b6 100644 --- a/docs/metadata/data_structures/plugin.rst +++ b/docs/metadata/data_structures/plugin.rst @@ -61,6 +61,8 @@ This is the structure that brings all the others together, and forms the main co Files that this plugin requires to be present. This plugin will load after any plugins listed. If any of these files are missing, an error message will be displayed. Intended for use specifying implicit dependencies, as LOOT will detect a plugin's explicit masters itself. If undefined, the set is empty. + **Note:** if a ``condition`` is used in a ``req`` entry, a requirement message will only be displayed if the file isn't present *and* the ``condition`` is true. + .. describe:: inc ``file set``