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
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
This is now an alias for Condition GSQ check on item
public string? RequiredItemCondition { get; set; }