diff --git a/Mods/SML/Config/Tags/SMLGameplayTags.ini b/Mods/SML/Config/Tags/SMLGameplayTags.ini index baf59dd5e2..04fa7f2458 100644 --- a/Mods/SML/Config/Tags/SMLGameplayTags.ini +++ b/Mods/SML/Config/Tags/SMLGameplayTags.ini @@ -1,10 +1,15 @@ [/Script/GameplayTags.GameplayTagsList] -GameplayTagList=(Tag="Item",DevComment="") -GameplayTagList=(Tag="Item.CombustibleFuel",DevComment="") -GameplayTagList=(Tag="Item.CombustibleFuel.CoalLike",DevComment="") -GameplayTagList=(Tag="Item.ExplorationReward",DevComment="") -GameplayTagList=(Tag="Item.Nuclear",DevComment="") -GameplayTagList=(Tag="Item.Nuclear.Waste",DevComment="") -GameplayTagList=(Tag="Item.Organic",DevComment="") +GameplayTagList=(Tag="Item",DevComment="Category for tags intended for FGItemDescriptors") +GameplayTagList=(Tag="Item.CombustibleFuel",DevComment="Fuels that can be burned to release their stored energy") +GameplayTagList=(Tag="Item.CombustibleFuel.CoalLike",DevComment="Coal Generator accepted fuels") +GameplayTagList=(Tag="Item.ExplorationReward",DevComment="Special item obtainable via completing exploration puzzles") +GameplayTagList=(Tag="Item.Nuclear",DevComment="Involved in nuclear processing chains, may or may not be radioactive") +GameplayTagList=(Tag="Item.Nuclear.Waste",DevComment="Nuclear process dangerous waste") +GameplayTagList=(Tag="Item.Organic",DevComment="Organic, compostable material") +GameplayTagList=(Tag="Item.Package",DevComment="Container item used in Packaging recipes") +GameplayTagList=(Tag="Item.Packaged",DevComment="Packaged format of another resource, possible to unpackage") +GameplayTagList=(Tag="Recipe",DevComment="Category for tags intended for FGRecipes") +GameplayTagList=(Tag="Recipe.Package",DevComment="Combines resources and packages into a Packaged item") +GameplayTagList=(Tag="Recipe.Unpackage",DevComment="Separates Packaged items into their resource and package") +GameplayTagList=(Tag="SML",DevComment="Special-purpose compatibility tags offered by SML") GameplayTagList=(Tag="SML.Registry.Item.SpecialItemDescriptor",DevComment="Consider an ItemDescriptor a member of \'IncludeSpecial\' for the purposes of ModContentRegistry::IsDescriptorFilteredOut") - diff --git a/Mods/SML/Content/RootGameWorldModule_SML.uasset b/Mods/SML/Content/RootGameWorldModule_SML.uasset index 8cd39fd62c..f34f1b09c1 100644 Binary files a/Mods/SML/Content/RootGameWorldModule_SML.uasset and b/Mods/SML/Content/RootGameWorldModule_SML.uasset differ diff --git a/Mods/SML/Content/SMLContentTagAdditions.uasset b/Mods/SML/Content/SMLContentTagAdditions.uasset new file mode 100644 index 0000000000..30453b3278 Binary files /dev/null and b/Mods/SML/Content/SMLContentTagAdditions.uasset differ