Table of Contents

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

int

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

string

OpenCondition

Game state query condition, if false the inventory cannot be opened

public string? OpenCondition { get; set; }

Property Value

string

RequiredItemCondition

Game state query condition, if false the item cannot be put inside

public string? RequiredItemCondition { get; set; }

Property Value

string

RequiredTags

Item must have these context tags (OR), can use "tag1 tag2" for AND

public List<string>? RequiredTags { get; set; }

Property Value

List<string>