Skip to content

Commit

Permalink
SML default tags on vanilla content
Browse files Browse the repository at this point in the history
  • Loading branch information
budak7273 committed Aug 10, 2024
1 parent ade51ad commit e7aafee
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 8 deletions.
21 changes: 13 additions & 8 deletions Mods/SML/Config/Tags/SMLGameplayTags.ini
Original file line number Diff line number Diff line change
@@ -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")

Binary file modified Mods/SML/Content/RootGameWorldModule_SML.uasset
Binary file not shown.
Binary file added Mods/SML/Content/SMLContentTagAdditions.uasset
Binary file not shown.

0 comments on commit e7aafee

Please sign in to comment.