Class ItemTemplateDefinition
Represents ItemTemplateDefinition.
public class ItemTemplateDefinition : ItemTemplateDefinitionBase
- Inheritance
-
ItemTemplateDefinition
- Inherited Members
Properties
Container
public List<string> Container { get; set; }
Property Value
ContainerLayoutId
public string? ContainerLayoutId { get; set; }
Property Value
Description
public string Description { get; set; }
Property Value
Dyeable
public bool Dyeable { get; set; }
Property Value
GoldValue
[JsonConverter(typeof(GoldValueSpecJsonConverter))]
public GoldValueSpec GoldValue { get; set; }
Property Value
GumpId
public string? GumpId { get; set; }
Property Value
Hue
[JsonConverter(typeof(HueSpecJsonConverter))]
public HueSpec Hue { get; set; }
Property Value
IsMovable
public bool IsMovable { get; set; }
Property Value
ItemId
public string ItemId { get; set; }
Property Value
LootType
[JsonConverter(typeof(JsonStringEnumConverter<LootType>))]
public LootType LootType { get; set; }
Property Value
ScriptId
public string ScriptId { get; set; }
Property Value
Stackable
public bool Stackable { get; set; }
Property Value
Tags
public List<string> Tags { get; set; }
Property Value
Weight
public decimal Weight { get; set; }