// AUTO-GENERATED on {{timestamp}}
{{#each All}}
/// <summary>
/// {{Name}} {{LegendaryText}}
/// </summary>
public static Item {{Strip Name }} = new Item
{
Id = {{ActorSNO}},
Name = "{{Name}}",
Quality = ItemQuality.{{Quality}},
Slug = "{{Slug}}",
ItemType = ItemType.{{ZetaType}},
GItemType = GItemType.{{GItemType}},
IsTwoHanded = {{Bool IsTwoHanded}},
BaseType = ItemBaseType.{{BaseType}},
InternalName = "{{InternalName}}",
DataUrl = "{{DataUrl}}",
Url = "{{Url}}",
IconUrl = "{{IconUrl}}",
RelativeUrl = "{{RelativeUrl}}",
IsCrafted = {{Bool IsCrafted}},
LegendaryAffix = "{{LegendaryText}}",
SetName = "{{SetName}}",
};
{{/each}}