Class TinkerInventoryData
- Namespace
- TrinketTinker.Models
- Assembly
- TrinketTinker.dll
Tinker inventory definition
public sealed class TinkerInventoryData
- Inheritance
-
TinkerInventoryData
- Inherited Members
Properties
Capacity
Inventory size
public int Capacity { get; set; }
Property Value
DropContentsAsDebrisCondition
Game state query condition, if true the contents of the companion's inventory will be dropped as debris on unequip
public string? DropContentsAsDebrisCondition { get; set; }
Property Value
OpenCondition
Game state query condition, if false the inventory cannot be opened
public string? OpenCondition { get; set; }
Property Value
RequiredItemCondition
Game state query condition, if false the item cannot be put inside
public string? RequiredItemCondition { get; set; }
Property Value
RequiredTags
Item must have these context tags (OR), can use "tag1 tag2" for AND
public List<string>? RequiredTags { get; set; }