Table of Contents

Class TinkerInventoryData

Namespace
TrinketTinker.Models
Assembly
TrinketTinker.dll

Tinker inventory definition

public sealed class TinkerInventoryData : RequiredItemData
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

This is now an alias for Condition GSQ check on item

public string? RequiredItemCondition { get; set; }

Property Value

string