-
Notifications
You must be signed in to change notification settings - Fork 190
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
13 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 not shown.
Binary file not shown.