Add &deactivateAfterCharacterCreation and &versionPrecedence (#94)

This commit is contained in:
pStyl3
2023-06-18 07:53:01 +02:00
committed by GitHub
parent 6f71551c62
commit d6e81d8c9a
+8
View File
@@ -36,6 +36,10 @@ prelude:
type: warn type: warn
content: 'This file is corrupt and should not be used.' content: 'This file is corrupt and should not be used.'
- &deactivateAfterCharacterCreation
type: say
content: 'Deactivate and/or uninstall this mod after character creation.'
- &deleteOrDeactivateX - &deleteOrDeactivateX
type: error type: error
content: 'Delete or deactivate. %1%' content: 'Delete or deactivate. %1%'
@@ -173,6 +177,10 @@ prelude:
type: say type: say
content: 'It appears you do not have the latest version of %1%. Some mods may require functionality added in the latest version of %1% to work.' content: 'It appears you do not have the latest version of %1%. Some mods may require functionality added in the latest version of %1% to work.'
- &versionPrecedence
type: error
content: 'Delete %1% from %2%. %3%''s version must take precedence.'
- &versionUpToDateX - &versionUpToDateX
type: say type: say
content: 'Your %1% is up-to-date.' content: 'Your %1% is up-to-date.'