Derive str from Material, better deserialization

This commit is contained in:
Snowram 2021-06-06 20:33:56 +02:00 committed by Marcel Märtens
parent 4deeb42155
commit 76ca99ece4
245 changed files with 358 additions and 837 deletions

View File

@ -14,8 +14,6 @@ ItemDef(
)), )),
quality: Moderate, quality: Moderate,
tags: [ tags: [
Material(( Material(Leather),
material: Leather,
)),
], ],
) )

View File

@ -14,8 +14,6 @@ ItemDef(
)), )),
quality: Moderate, quality: Moderate,
tags: [ tags: [
Material(( Material(Leather),
material: Leather,
)),
], ],
) )

View File

@ -14,8 +14,6 @@ ItemDef(
)), )),
quality: Moderate, quality: Moderate,
tags: [ tags: [
Material(( Material(Leather),
material: Leather,
)),
], ],
) )

View File

@ -14,8 +14,6 @@ ItemDef(
)), )),
quality: Moderate, quality: Moderate,
tags: [ tags: [
Material(( Material(Leather),
material: Leather,
)),
], ],
) )

View File

@ -14,8 +14,6 @@ ItemDef(
)), )),
quality: Moderate, quality: Moderate,
tags: [ tags: [
Material(( Material(Leather),
material: Leather,
)),
], ],
) )

View File

@ -14,8 +14,6 @@ ItemDef(
)), )),
quality: Moderate, quality: Moderate,
tags: [ tags: [
Material(( Material(Leather),
material: Leather,
)),
], ],
) )

View File

@ -14,8 +14,6 @@ ItemDef(
)), )),
quality: Moderate, quality: Moderate,
tags: [ tags: [
Material(( Material(Leather),
material: Leather,
)),
], ],
) )

View File

@ -14,8 +14,6 @@ ItemDef(
)), )),
quality: High, quality: High,
tags: [ tags: [
Material(( Material(Leather),
material: Leather,
)),
], ],
) )

View File

@ -14,8 +14,6 @@ ItemDef(
)), )),
quality: High, quality: High,
tags: [ tags: [
Material(( Material(Leather),
material: Leather,
)),
], ],
) )

View File

@ -14,8 +14,6 @@ ItemDef(
)), )),
quality: High, quality: High,
tags: [ tags: [
Material(( Material(Leather),
material: Leather,
)),
], ],
) )

View File

@ -14,8 +14,6 @@ ItemDef(
)), )),
quality: High, quality: High,
tags: [ tags: [
Material(( Material(Leather),
material: Leather,
)),
], ],
) )

View File

@ -14,8 +14,6 @@ ItemDef(
)), )),
quality: High, quality: High,
tags: [ tags: [
Material(( Material(Leather),
material: Leather,
)),
], ],
) )

View File

@ -14,8 +14,6 @@ ItemDef(
)), )),
quality: High, quality: High,
tags: [ tags: [
Material(( Material(Leather),
material: Leather,
)),
], ],
) )

View File

@ -14,8 +14,6 @@ ItemDef(
)), )),
quality: High, quality: High,
tags: [ tags: [
Material(( Material(Lifecloth),
material: Lifecloth,
)),
], ],
) )

View File

@ -1,5 +1,5 @@
ItemDef( ItemDef(
name: "Druid Belt", name: "Druid Sash",
description: "Incredibly light, with the essence of nature.", description: "Incredibly light, with the essence of nature.",
kind: Armor(( kind: Armor((
kind: Belt("Druid"), kind: Belt("Druid"),
@ -14,8 +14,6 @@ ItemDef(
)), )),
quality: High, quality: High,
tags: [ tags: [
Material(( Material(Lifecloth),
material: Lifecloth,
)),
], ],
) )

View File

@ -1,5 +1,5 @@
ItemDef( ItemDef(
name: "Druid Cuirass", name: "Druid Chestguard",
description: "Incredibly light, with the essence of nature.", description: "Incredibly light, with the essence of nature.",
kind: Armor(( kind: Armor((
kind: Chest("Druid"), kind: Chest("Druid"),
@ -14,8 +14,6 @@ ItemDef(
)), )),
quality: High, quality: High,
tags: [ tags: [
Material(( Material(Lifecloth),
material: Lifecloth,
)),
], ],
) )

View File

@ -1,5 +1,5 @@
ItemDef( ItemDef(
name: "Druid Boots", name: "Druid Kickers",
description: "Incredibly light, with the essence of nature.", description: "Incredibly light, with the essence of nature.",
kind: Armor(( kind: Armor((
kind: Foot("Druid"), kind: Foot("Druid"),
@ -14,8 +14,6 @@ ItemDef(
)), )),
quality: High, quality: High,
tags: [ tags: [
Material(( Material(Lifecloth),
material: Lifecloth,
)),
], ],
) )

View File

@ -1,5 +1,5 @@
ItemDef( ItemDef(
name: "Druid Gauntlets", name: "Druid Handwraps",
description: "Incredibly light, with the essence of nature.", description: "Incredibly light, with the essence of nature.",
kind: Armor(( kind: Armor((
kind: Hand("Druid"), kind: Hand("Druid"),
@ -14,8 +14,6 @@ ItemDef(
)), )),
quality: High, quality: High,
tags: [ tags: [
Material(( Material(Lifecloth),
material: Lifecloth,
)),
], ],
) )

View File

@ -1,5 +1,5 @@
ItemDef( ItemDef(
name: "Druid Chausses", name: "Druid Leggings",
description: "Incredibly light, with the essence of nature.", description: "Incredibly light, with the essence of nature.",
kind: Armor(( kind: Armor((
kind: Pants("Druid"), kind: Pants("Druid"),
@ -14,8 +14,6 @@ ItemDef(
)), )),
quality: High, quality: High,
tags: [ tags: [
Material(( Material(Lifecloth),
material: Lifecloth,
)),
], ],
) )

View File

@ -1,5 +1,5 @@
ItemDef( ItemDef(
name: "Druid Shoulder Pad", name: "Druid Shoulderpads",
description: "Incredibly light, with the essence of nature.", description: "Incredibly light, with the essence of nature.",
kind: Armor(( kind: Armor((
kind: Shoulder("Druid"), kind: Shoulder("Druid"),
@ -14,8 +14,6 @@ ItemDef(
)), )),
quality: High, quality: High,
tags: [ tags: [
Material(( Material(Lifecloth),
material: Lifecloth,
)),
], ],
) )

View File

@ -1,5 +1,5 @@
ItemDef( ItemDef(
name: "Linen Cape", name: "Linen Shawl",
description: "Roughly stitched, but it seems to hold.", description: "Roughly stitched, but it seems to hold.",
kind: Armor(( kind: Armor((
kind: Back("Linen"), kind: Back("Linen"),
@ -14,8 +14,6 @@ ItemDef(
)), )),
quality: Low, quality: Low,
tags: [ tags: [
Material(( Material(Linen),
material: Linen,
)),
], ],
) )

View File

@ -1,5 +1,5 @@
ItemDef( ItemDef(
name: "Linen Belt", name: "Linen Sash",
description: "Roughly stitched, but it seems to hold.", description: "Roughly stitched, but it seems to hold.",
kind: Armor(( kind: Armor((
kind: Belt("Linen"), kind: Belt("Linen"),
@ -14,8 +14,6 @@ ItemDef(
)), )),
quality: Low, quality: Low,
tags: [ tags: [
Material(( Material(Linen),
material: Linen,
)),
], ],
) )

View File

@ -1,5 +1,5 @@
ItemDef( ItemDef(
name: "Linen Chest", name: "Linen Vest",
description: "Roughly stitched, but it seems to hold.", description: "Roughly stitched, but it seems to hold.",
kind: Armor(( kind: Armor((
kind: Chest("Linen"), kind: Chest("Linen"),
@ -14,8 +14,6 @@ ItemDef(
)), )),
quality: Low, quality: Low,
tags: [ tags: [
Material(( Material(Linen),
material: Linen,
)),
], ],
) )

View File

@ -1,5 +1,5 @@
ItemDef( ItemDef(
name: "Linen Kickers", name: "Linen Feet",
description: "Roughly stitched, but it seems to hold.", description: "Roughly stitched, but it seems to hold.",
kind: Armor(( kind: Armor((
kind: Foot("Linen"), kind: Foot("Linen"),
@ -14,8 +14,6 @@ ItemDef(
)), )),
quality: Low, quality: Low,
tags: [ tags: [
Material(( Material(Linen),
material: Linen,
)),
], ],
) )

View File

@ -1,5 +1,5 @@
ItemDef( ItemDef(
name: "Linen Gauntlets", name: "Linen Handwraps",
description: "Roughly stitched, but it seems to hold.", description: "Roughly stitched, but it seems to hold.",
kind: Armor(( kind: Armor((
kind: Hand("Linen"), kind: Hand("Linen"),
@ -14,8 +14,6 @@ ItemDef(
)), )),
quality: Low, quality: Low,
tags: [ tags: [
Material(( Material(Linen),
material: Linen,
)),
], ],
) )

View File

@ -1,5 +1,5 @@
ItemDef( ItemDef(
name: "Linen Pantalons", name: "Linen Pants",
description: "Roughly stitched, but it seems to hold.", description: "Roughly stitched, but it seems to hold.",
kind: Armor(( kind: Armor((
kind: Pants("Linen"), kind: Pants("Linen"),
@ -14,8 +14,6 @@ ItemDef(
)), )),
quality: Low, quality: Low,
tags: [ tags: [
Material(( Material(Linen),
material: Linen,
)),
], ],
) )

View File

@ -1,5 +1,5 @@
ItemDef( ItemDef(
name: "Linen Guards", name: "Linen Shoulders",
description: "Roughly stitched, but it seems to hold.", description: "Roughly stitched, but it seems to hold.",
kind: Armor(( kind: Armor((
kind: Shoulder("Linen"), kind: Shoulder("Linen"),
@ -14,8 +14,6 @@ ItemDef(
)), )),
quality: Low, quality: Low,
tags: [ tags: [
Material(( Material(Linen),
material: Linen,
)),
], ],
) )

View File

@ -14,8 +14,6 @@ ItemDef(
)), )),
quality: Epic, quality: Epic,
tags: [ tags: [
Material(( Material(Moonweave),
material: Moonweave,
)),
], ],
) )

View File

@ -14,8 +14,6 @@ ItemDef(
)), )),
quality: Epic, quality: Epic,
tags: [ tags: [
Material(( Material(Moonweave),
material: Moonweave,
)),
], ],
) )

View File

@ -1,5 +1,5 @@
ItemDef( ItemDef(
name: "Moonweave Cuirass", name: "Moonweave Vest",
description: "The fabric dances silently, like moonlight.", description: "The fabric dances silently, like moonlight.",
kind: Armor(( kind: Armor((
kind: Chest("Moonweave"), kind: Chest("Moonweave"),
@ -14,8 +14,6 @@ ItemDef(
)), )),
quality: Epic, quality: Epic,
tags: [ tags: [
Material(( Material(Moonweave),
material: Moonweave,
)),
], ],
) )

View File

@ -14,8 +14,6 @@ ItemDef(
)), )),
quality: Epic, quality: Epic,
tags: [ tags: [
Material(( Material(Moonweave),
material: Moonweave,
)),
], ],
) )

View File

@ -1,5 +1,5 @@
ItemDef( ItemDef(
name: "Moonweave Gauntlets", name: "Moonweave Gloves",
description: "The fabric dances silently, like moonlight.", description: "The fabric dances silently, like moonlight.",
kind: Armor(( kind: Armor((
kind: Hand("Moonweave"), kind: Hand("Moonweave"),
@ -14,8 +14,6 @@ ItemDef(
)), )),
quality: Epic, quality: Epic,
tags: [ tags: [
Material(( Material(Moonweave),
material: Moonweave,
)),
], ],
) )

View File

@ -1,5 +1,5 @@
ItemDef( ItemDef(
name: "Moonweave Chausses", name: "Moonweave Legs",
description: "The fabric dances silently, like moonlight.", description: "The fabric dances silently, like moonlight.",
kind: Armor(( kind: Armor((
kind: Pants("Moonweave"), kind: Pants("Moonweave"),
@ -14,8 +14,6 @@ ItemDef(
)), )),
quality: Epic, quality: Epic,
tags: [ tags: [
Material(( Material(Moonweave),
material: Moonweave,
)),
], ],
) )

View File

@ -1,5 +1,5 @@
ItemDef( ItemDef(
name: "Moonweave Shoulder Pad", name: "Moonweave Shoulders",
description: "The fabric dances silently, like moonlight.", description: "The fabric dances silently, like moonlight.",
kind: Armor(( kind: Armor((
kind: Shoulder("Moonweave"), kind: Shoulder("Moonweave"),
@ -14,8 +14,6 @@ ItemDef(
)), )),
quality: Epic, quality: Epic,
tags: [ tags: [
Material(( Material(Moonweave),
material: Moonweave,
)),
], ],
) )

View File

@ -14,8 +14,6 @@ ItemDef(
)), )),
quality: Moderate, quality: Moderate,
tags: [ tags: [
Material(( Material(Silk),
material: Silk,
)),
], ],
) )

View File

@ -1,5 +1,5 @@
ItemDef( ItemDef(
name: "Silken Belt", name: "Silken Sash",
description: "Weaved with care by a skilled tailor.", description: "Weaved with care by a skilled tailor.",
kind: Armor(( kind: Armor((
kind: Belt("Silken"), kind: Belt("Silken"),
@ -14,8 +14,6 @@ ItemDef(
)), )),
quality: Moderate, quality: Moderate,
tags: [ tags: [
Material(( Material(Silk),
material: Silk,
)),
], ],
) )

View File

@ -1,5 +1,5 @@
ItemDef( ItemDef(
name: "Silken Chestpiece", name: "Silken Robe",
description: "Weaved with care by a skilled tailor.", description: "Weaved with care by a skilled tailor.",
kind: Armor(( kind: Armor((
kind: Chest("Silken"), kind: Chest("Silken"),
@ -14,8 +14,6 @@ ItemDef(
)), )),
quality: Moderate, quality: Moderate,
tags: [ tags: [
Material(( Material(Silk),
material: Silk,
)),
], ],
) )

View File

@ -1,5 +1,5 @@
ItemDef( ItemDef(
name: "Silken Boots", name: "Silken Feet",
description: "Weaved with care by a skilled tailor.", description: "Weaved with care by a skilled tailor.",
kind: Armor(( kind: Armor((
kind: Foot("Silken"), kind: Foot("Silken"),
@ -14,8 +14,6 @@ ItemDef(
)), )),
quality: Moderate, quality: Moderate,
tags: [ tags: [
Material(( Material(Silk),
material: Silk,
)),
], ],
) )

View File

@ -14,8 +14,6 @@ ItemDef(
)), )),
quality: Moderate, quality: Moderate,
tags: [ tags: [
Material(( Material(Silk),
material: Silk,
)),
], ],
) )

View File

@ -1,5 +1,5 @@
ItemDef( ItemDef(
name: "Silken Pants", name: "Silken Skirt",
description: "Weaved with care by a skilled tailor.", description: "Weaved with care by a skilled tailor.",
kind: Armor(( kind: Armor((
kind: Pants("Silken"), kind: Pants("Silken"),
@ -14,8 +14,6 @@ ItemDef(
)), )),
quality: Moderate, quality: Moderate,
tags: [ tags: [
Material(( Material(Silk),
material: Silk,
)),
], ],
) )

View File

@ -14,8 +14,6 @@ ItemDef(
)), )),
quality: Moderate, quality: Moderate,
tags: [ tags: [
Material(( Material(Silk),
material: Silk,
)),
], ],
) )

View File

@ -1,5 +1,5 @@
ItemDef( ItemDef(
name: "Sunsilk cape", name: "Sunsilk Cape",
description: "It radiates with the sun's power, and the grace to harness it.", description: "It radiates with the sun's power, and the grace to harness it.",
kind: Armor(( kind: Armor((
kind: Back("Sunsilk"), kind: Back("Sunsilk"),
@ -14,8 +14,6 @@ ItemDef(
)), )),
quality: Legendary, quality: Legendary,
tags: [ tags: [
Material(( Material(Sunsilk),
material: Sunsilk,
)),
], ],
) )

View File

@ -1,5 +1,5 @@
ItemDef( ItemDef(
name: "Sunsilk Belt", name: "Sunsilk Sash",
description: "It radiates with the sun's power, and the grace to harness it.", description: "It radiates with the sun's power, and the grace to harness it.",
kind: Armor(( kind: Armor((
kind: Belt("Sunsilk"), kind: Belt("Sunsilk"),
@ -14,8 +14,6 @@ ItemDef(
)), )),
quality: Legendary, quality: Legendary,
tags: [ tags: [
Material(( Material(Sunsilk),
material: Sunsilk,
)),
], ],
) )

View File

@ -1,5 +1,5 @@
ItemDef( ItemDef(
name: "Sunsilk Chest", name: "Sunsilk Tunic",
description: "It radiates with the sun's power, and the grace to harness it.", description: "It radiates with the sun's power, and the grace to harness it.",
kind: Armor(( kind: Armor((
kind: Chest("Sunsilk"), kind: Chest("Sunsilk"),
@ -14,8 +14,6 @@ ItemDef(
)), )),
quality: Legendary, quality: Legendary,
tags: [ tags: [
Material(( Material(Sunsilk),
material: Sunsilk,
)),
], ],
) )

View File

@ -1,5 +1,5 @@
ItemDef( ItemDef(
name: "Sunsilk Boots", name: "Sunsilk Footwraps",
description: "It radiates with the sun's power, and the grace to harness it.", description: "It radiates with the sun's power, and the grace to harness it.",
kind: Armor(( kind: Armor((
kind: Foot("Sunsilk"), kind: Foot("Sunsilk"),
@ -14,8 +14,6 @@ ItemDef(
)), )),
quality: Legendary, quality: Legendary,
tags: [ tags: [
Material(( Material(Sunsilk),
material: Sunsilk,
)),
], ],
) )

View File

@ -1,5 +1,5 @@
ItemDef( ItemDef(
name: "Sunsilk Gloves", name: "Sunsilk Handwraps",
description: "It radiates with the sun's power, and the grace to harness it.", description: "It radiates with the sun's power, and the grace to harness it.",
kind: Armor(( kind: Armor((
kind: Hand("Sunsilk"), kind: Hand("Sunsilk"),
@ -14,8 +14,6 @@ ItemDef(
)), )),
quality: Legendary, quality: Legendary,
tags: [ tags: [
Material(( Material(Sunsilk),
material: Sunsilk,
)),
], ],
) )

View File

@ -1,5 +1,5 @@
ItemDef( ItemDef(
name: "Sunsilk Skirt", name: "Sunsilk Kilt",
description: "It radiates with the sun's power, and the grace to harness it.", description: "It radiates with the sun's power, and the grace to harness it.",
kind: Armor(( kind: Armor((
kind: Pants("Sunsilk"), kind: Pants("Sunsilk"),
@ -14,8 +14,6 @@ ItemDef(
)), )),
quality: Legendary, quality: Legendary,
tags: [ tags: [
Material(( Material(Sunsilk),
material: Sunsilk,
)),
], ],
) )

View File

@ -1,5 +1,5 @@
ItemDef( ItemDef(
name: "Sunsilk Mantle", name: "Sunsilk Shoulderwraps",
description: "It radiates with the sun's power, and the grace to harness it.", description: "It radiates with the sun's power, and the grace to harness it.",
kind: Armor(( kind: Armor((
kind: Shoulder("Sunsilk"), kind: Shoulder("Sunsilk"),
@ -14,8 +14,6 @@ ItemDef(
)), )),
quality: Legendary, quality: Legendary,
tags: [ tags: [
Material(( Material(Sunsilk),
material: Sunsilk,
)),
], ],
) )

View File

@ -1,5 +1,5 @@
ItemDef( ItemDef(
name: "Woolen Cape", name: "Woolen Cloak",
description: "Thick and ready for the snow.", description: "Thick and ready for the snow.",
kind: Armor(( kind: Armor((
kind: Back("Woolen"), kind: Back("Woolen"),
@ -14,8 +14,6 @@ ItemDef(
)), )),
quality: Common, quality: Common,
tags: [ tags: [
Material(( Material(Wool),
material: Wool,
)),
], ],
) )

View File

@ -14,8 +14,6 @@ ItemDef(
)), )),
quality: Common, quality: Common,
tags: [ tags: [
Material(( Material(Wool),
material: Wool,
)),
], ],
) )

View File

@ -1,5 +1,5 @@
ItemDef( ItemDef(
name: "Woolen Chest", name: "Woolen Parka",
description: "Thick and ready for the snow.", description: "Thick and ready for the snow.",
kind: Armor(( kind: Armor((
kind: Chest("Woolen"), kind: Chest("Woolen"),
@ -14,8 +14,6 @@ ItemDef(
)), )),
quality: Common, quality: Common,
tags: [ tags: [
Material(( Material(Wool),
material: Wool,
)),
], ],
) )

View File

@ -14,8 +14,6 @@ ItemDef(
)), )),
quality: Common, quality: Common,
tags: [ tags: [
Material(( Material(Wool),
material: Wool,
)),
], ],
) )

View File

@ -1,5 +1,5 @@
ItemDef( ItemDef(
name: "Woolen Gloves", name: "Woolen Mittens",
description: "Thick and ready for the snow.", description: "Thick and ready for the snow.",
kind: Armor(( kind: Armor((
kind: Hand("Woolen"), kind: Hand("Woolen"),
@ -14,8 +14,6 @@ ItemDef(
)), )),
quality: Common, quality: Common,
tags: [ tags: [
Material(( Material(Wool),
material: Wool,
)),
], ],
) )

View File

@ -14,8 +14,6 @@ ItemDef(
)), )),
quality: Common, quality: Common,
tags: [ tags: [
Material(( Material(Wool),
material: Wool,
)),
], ],
) )

View File

@ -1,5 +1,5 @@
ItemDef( ItemDef(
name: "Woolen Shoulderpads", name: "Woolen Shoulders",
description: "Thick and ready for the snow.", description: "Thick and ready for the snow.",
kind: Armor(( kind: Armor((
kind: Shoulder("Woolen"), kind: Shoulder("Woolen"),
@ -14,8 +14,6 @@ ItemDef(
)), )),
quality: Common, quality: Common,
tags: [ tags: [
Material(( Material(Wool),
material: Wool,
)),
], ],
) )

View File

@ -14,8 +14,6 @@ ItemDef(
)), )),
quality: Common, quality: Common,
tags: [ tags: [
Material(( Material(Linen),
material: Linen,
)),
], ],
) )

View File

@ -14,8 +14,6 @@ ItemDef(
)), )),
quality: Common, quality: Common,
tags: [ tags: [
Material(( Material(Linen),
material: Linen,
)),
], ],
) )

View File

@ -14,8 +14,6 @@ ItemDef(
)), )),
quality: Common, quality: Common,
tags: [ tags: [
Material(( Material(Linen),
material: Linen,
)),
], ],
) )

View File

@ -14,8 +14,6 @@ ItemDef(
)), )),
quality: Common, quality: Common,
tags: [ tags: [
Material(( Material(Linen),
material: Linen,
)),
], ],
) )

View File

@ -14,8 +14,6 @@ ItemDef(
)), )),
quality: Common, quality: Common,
tags: [ tags: [
Material(( Material(Linen),
material: Linen,
)),
], ],
) )

View File

@ -14,8 +14,6 @@ ItemDef(
)), )),
quality: Common, quality: Common,
tags: [ tags: [
Material(( Material(Linen),
material: Linen,
)),
], ],
) )

View File

@ -14,8 +14,6 @@ ItemDef(
)), )),
quality: Common, quality: Common,
tags: [ tags: [
Material(( Material(Linen),
material: Linen,
)),
], ],
) )

View File

@ -14,8 +14,6 @@ ItemDef(
)), )),
quality: Common, quality: Common,
tags: [ tags: [
Material(( Material(Linen),
material: Linen,
)),
], ],
) )

View File

@ -14,8 +14,6 @@ ItemDef(
)), )),
quality: Common, quality: Common,
tags: [ tags: [
Material(( Material(Linen),
material: Linen,
)),
], ],
) )

View File

@ -14,8 +14,6 @@ ItemDef(
)), )),
quality: Common, quality: Common,
tags: [ tags: [
Material(( Material(Linen),
material: Linen,
)),
], ],
) )

View File

@ -14,8 +14,6 @@ ItemDef(
)), )),
quality: Common, quality: Common,
tags: [ tags: [
Material(( Material(Linen),
material: Linen,
)),
], ],
) )

View File

@ -14,8 +14,6 @@ ItemDef(
)), )),
quality: Common, quality: Common,
tags: [ tags: [
Material(( Material(Linen),
material: Linen,
)),
], ],
) )

View File

@ -14,8 +14,6 @@ ItemDef(
)), )),
quality: Common, quality: Common,
tags: [ tags: [
Material(( Material(Linen),
material: Linen,
)),
], ],
) )

View File

@ -14,8 +14,6 @@ ItemDef(
)), )),
quality: Common, quality: Common,
tags: [ tags: [
Material(( Material(Linen),
material: Linen,
)),
], ],
) )

View File

@ -14,8 +14,6 @@ ItemDef(
)), )),
quality: Common, quality: Common,
tags: [ tags: [
Material(( Material(Linen),
material: Linen,
)),
], ],
) )

View File

@ -14,8 +14,6 @@ ItemDef(
)), )),
quality: Common, quality: Common,
tags: [ tags: [
Material(( Material(Linen),
material: Linen,
)),
], ],
) )

View File

@ -14,8 +14,6 @@ ItemDef(
)), )),
quality: Common, quality: Common,
tags: [ tags: [
Material(( Material(Linen),
material: Linen,
)),
], ],
) )

View File

@ -14,8 +14,6 @@ ItemDef(
)), )),
quality: Common, quality: Common,
tags: [ tags: [
Material(( Material(Linen),
material: Linen,
)),
], ],
) )

View File

@ -14,8 +14,6 @@ ItemDef(
)), )),
quality: Common, quality: Common,
tags: [ tags: [
Material(( Material(Linen),
material: Linen,
)),
], ],
) )

View File

@ -14,8 +14,6 @@ ItemDef(
)), )),
quality: Epic, quality: Epic,
tags: [ tags: [
Material(( Material(Linen),
material: Linen,
)),
], ],
) )

View File

@ -14,8 +14,6 @@ ItemDef(
)), )),
quality: Epic, quality: Epic,
tags: [ tags: [
Material(( Material(Linen),
material: Linen,
)),
], ],
) )

View File

@ -14,8 +14,6 @@ ItemDef(
)), )),
quality: Epic, quality: Epic,
tags: [ tags: [
Material(( Material(Linen),
material: Linen,
)),
], ],
) )

View File

@ -14,8 +14,6 @@ ItemDef(
)), )),
quality: Epic, quality: Epic,
tags: [ tags: [
Material(( Material(Linen),
material: Linen,
)),
], ],
) )

View File

@ -14,8 +14,6 @@ ItemDef(
)), )),
quality: Epic, quality: Epic,
tags: [ tags: [
Material(( Material(Linen),
material: Linen,
)),
], ],
) )

View File

@ -14,8 +14,6 @@ ItemDef(
)), )),
quality: Epic, quality: Epic,
tags: [ tags: [
Material(( Material(Linen),
material: Linen,
)),
], ],
) )

View File

@ -14,8 +14,6 @@ ItemDef(
)), )),
quality: Epic, quality: Epic,
tags: [ tags: [
Material(( Material(Linen),
material: Linen,
)),
], ],
) )

View File

@ -14,8 +14,6 @@ ItemDef(
)), )),
quality: High, quality: High,
tags: [ tags: [
Material(( Material(Carapace),
material: Carapace,
)),
], ],
) )

View File

@ -14,8 +14,6 @@ ItemDef(
)), )),
quality: High, quality: High,
tags: [ tags: [
Material(( Material(Carapace),
material: Carapace,
)),
], ],
) )

View File

@ -14,8 +14,6 @@ ItemDef(
)), )),
quality: High, quality: High,
tags: [ tags: [
Material(( Material(Carapace),
material: Carapace,
)),
], ],
) )

View File

@ -1,5 +1,5 @@
ItemDef( ItemDef(
name: "Carapace Boots", name: "Carapace Treads",
description: "Shell that once shielded a beast.", description: "Shell that once shielded a beast.",
kind: Armor(( kind: Armor((
kind: Foot("Carapace"), kind: Foot("Carapace"),
@ -14,8 +14,6 @@ ItemDef(
)), )),
quality: High, quality: High,
tags: [ tags: [
Material(( Material(Carapace),
material: Carapace,
)),
], ],
) )

View File

@ -1,5 +1,5 @@
ItemDef( ItemDef(
name: "Carapace Gauntlets", name: "Carapace Grips",
description: "Shell that once shielded a beast.", description: "Shell that once shielded a beast.",
kind: Armor(( kind: Armor((
kind: Hand("Carapace"), kind: Hand("Carapace"),
@ -14,8 +14,6 @@ ItemDef(
)), )),
quality: High, quality: High,
tags: [ tags: [
Material(( Material(Carapace),
material: Carapace,
)),
], ],
) )

View File

@ -1,5 +1,5 @@
ItemDef( ItemDef(
name: "Carapace Chausses", name: "Carapace Leggings",
description: "Shell that once shielded a beast.", description: "Shell that once shielded a beast.",
kind: Armor(( kind: Armor((
kind: Pants("Carapace"), kind: Pants("Carapace"),
@ -14,8 +14,6 @@ ItemDef(
)), )),
quality: High, quality: High,
tags: [ tags: [
Material(( Material(Carapace),
material: Carapace,
)),
], ],
) )

View File

@ -1,5 +1,5 @@
ItemDef( ItemDef(
name: "Carapace Shoulder Pad", name: "Carapace Shoulderpads",
description: "Shell that once shielded a beast.", description: "Shell that once shielded a beast.",
kind: Armor(( kind: Armor((
kind: Shoulder("Carapace"), kind: Shoulder("Carapace"),
@ -14,8 +14,6 @@ ItemDef(
)), )),
quality: High, quality: High,
tags: [ tags: [
Material(( Material(Carapace),
material: Carapace,
)),
], ],
) )

View File

@ -1,5 +1,5 @@
ItemDef( ItemDef(
name: "Dragonscale cape", name: "Dragonscale Cape",
description: "Power pulses through it.", description: "Power pulses through it.",
kind: Armor(( kind: Armor((
kind: Back("Dragonscale"), kind: Back("Dragonscale"),
@ -14,8 +14,6 @@ ItemDef(
)), )),
quality: Legendary, quality: Legendary,
tags: [ tags: [
Material(( Material(Dragonscale),
material: Dragonscale,
)),
], ],
) )

View File

@ -1,5 +1,5 @@
ItemDef( ItemDef(
name: "Dragonscale Belt", name: "Dragonscale Sash",
description: "Power pulses through it.", description: "Power pulses through it.",
kind: Armor(( kind: Armor((
kind: Belt("Dragonscale"), kind: Belt("Dragonscale"),
@ -14,8 +14,6 @@ ItemDef(
)), )),
quality: Legendary, quality: Legendary,
tags: [ tags: [
Material(( Material(Dragonscale),
material: Dragonscale,
)),
], ],
) )

View File

@ -1,5 +1,5 @@
ItemDef( ItemDef(
name: "Dragonscale Chest", name: "Dragonscale Chestplate",
description: "Power pulses through it.", description: "Power pulses through it.",
kind: Armor(( kind: Armor((
kind: Chest("Dragonscale"), kind: Chest("Dragonscale"),
@ -14,8 +14,6 @@ ItemDef(
)), )),
quality: Legendary, quality: Legendary,
tags: [ tags: [
Material(( Material(Dragonscale),
material: Dragonscale,
)),
], ],
) )

View File

@ -1,5 +1,5 @@
ItemDef( ItemDef(
name: "Dragonscale Boots", name: "Dragonscale Spurs",
description: "Power pulses through it.", description: "Power pulses through it.",
kind: Armor(( kind: Armor((
kind: Foot("Dragonscale"), kind: Foot("Dragonscale"),
@ -14,8 +14,6 @@ ItemDef(
)), )),
quality: Legendary, quality: Legendary,
tags: [ tags: [
Material(( Material(Dragonscale),
material: Dragonscale,
)),
], ],
) )

View File

@ -14,8 +14,6 @@ ItemDef(
)), )),
quality: Legendary, quality: Legendary,
tags: [ tags: [
Material(( Material(Dragonscale),
material: Dragonscale,
)),
], ],
) )

View File

@ -1,5 +1,5 @@
ItemDef( ItemDef(
name: "Dragonscale Skirt", name: "Dragonscale Leggings",
description: "Power pulses through it.", description: "Power pulses through it.",
kind: Armor(( kind: Armor((
kind: Pants("Dragonscale"), kind: Pants("Dragonscale"),
@ -14,8 +14,6 @@ ItemDef(
)), )),
quality: Legendary, quality: Legendary,
tags: [ tags: [
Material(( Material(Dragonscale),
material: Dragonscale,
)),
], ],
) )

View File

@ -14,8 +14,6 @@ ItemDef(
)), )),
quality: Legendary, quality: Legendary,
tags: [ tags: [
Material(( Material(Dragonscale),
material: Dragonscale,
)),
], ],
) )

View File

@ -1,5 +1,5 @@
ItemDef( ItemDef(
name: "Leather Cape", name: "Leather Cloak",
description: "Swift like the wind.", description: "Swift like the wind.",
kind: Armor(( kind: Armor((
kind: Back("Leather"), kind: Back("Leather"),
@ -14,8 +14,6 @@ ItemDef(
)), )),
quality: Common, quality: Common,
tags: [ tags: [
Material(( Material(Leather),
material: Leather,
)),
], ],
) )

View File

@ -14,8 +14,6 @@ ItemDef(
)), )),
quality: Common, quality: Common,
tags: [ tags: [
Material(( Material(Leather),
material: Leather,
)),
], ],
) )

View File

@ -1,5 +1,5 @@
ItemDef( ItemDef(
name: "Leather Chest", name: "Leather Chestpiece",
description: "Swift like the wind.", description: "Swift like the wind.",
kind: Armor(( kind: Armor((
kind: Chest("Leather"), kind: Chest("Leather"),
@ -14,8 +14,6 @@ ItemDef(
)), )),
quality: Common, quality: Common,
tags: [ tags: [
Material(( Material(Leather),
material: Leather,
)),
], ],
) )

View File

@ -14,8 +14,6 @@ ItemDef(
)), )),
quality: Common, quality: Common,
tags: [ tags: [
Material(( Material(Leather),
material: Leather,
)),
], ],
) )

View File

@ -14,8 +14,6 @@ ItemDef(
)), )),
quality: Common, quality: Common,
tags: [ tags: [
Material(( Material(Leather),
material: Leather,
)),
], ],
) )

Some files were not shown because too many files have changed in this diff Show More