This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
ItemDef(
|
||||
legacy_name: "Druid Cape",
|
||||
legacy_description: "Incredibly light, with the essence of nature.",
|
||||
kind: Armor((
|
||||
kind: Back,
|
||||
stats: FromSet("Lifecloth"),
|
||||
)),
|
||||
quality: High,
|
||||
tags: [
|
||||
Material(Lifecloth),
|
||||
SalvageInto(Lifecloth, 1),
|
||||
],
|
||||
)
|
||||
@@ -0,0 +1,13 @@
|
||||
ItemDef(
|
||||
legacy_name: "Druid Sash",
|
||||
legacy_description: "Incredibly light, with the essence of nature.",
|
||||
kind: Armor((
|
||||
kind: Belt,
|
||||
stats: FromSet("Lifecloth"),
|
||||
)),
|
||||
quality: High,
|
||||
tags: [
|
||||
Material(Lifecloth),
|
||||
SalvageInto(Lifecloth, 1),
|
||||
],
|
||||
)
|
||||
@@ -0,0 +1,13 @@
|
||||
ItemDef(
|
||||
legacy_name: "Druid Chestguard",
|
||||
legacy_description: "Incredibly light, with the essence of nature.",
|
||||
kind: Armor((
|
||||
kind: Chest,
|
||||
stats: FromSet("Lifecloth"),
|
||||
)),
|
||||
quality: High,
|
||||
tags: [
|
||||
Material(Lifecloth),
|
||||
SalvageInto(Lifecloth, 3),
|
||||
],
|
||||
)
|
||||
@@ -0,0 +1,13 @@
|
||||
ItemDef(
|
||||
legacy_name: "Druid Kickers",
|
||||
legacy_description: "Incredibly light, with the essence of nature.",
|
||||
kind: Armor((
|
||||
kind: Foot,
|
||||
stats: FromSet("Lifecloth"),
|
||||
)),
|
||||
quality: High,
|
||||
tags: [
|
||||
Material(Lifecloth),
|
||||
SalvageInto(Lifecloth, 1),
|
||||
],
|
||||
)
|
||||
@@ -0,0 +1,13 @@
|
||||
ItemDef(
|
||||
legacy_name: "Druid Handwraps",
|
||||
legacy_description: "Incredibly light, with the essence of nature.",
|
||||
kind: Armor((
|
||||
kind: Hand,
|
||||
stats: FromSet("Lifecloth"),
|
||||
)),
|
||||
quality: High,
|
||||
tags: [
|
||||
Material(Lifecloth),
|
||||
SalvageInto(Lifecloth, 1),
|
||||
],
|
||||
)
|
||||
@@ -0,0 +1,13 @@
|
||||
ItemDef(
|
||||
legacy_name: "Druid Leggings",
|
||||
legacy_description: "Incredibly light, with the essence of nature.",
|
||||
kind: Armor((
|
||||
kind: Pants,
|
||||
stats: FromSet("Lifecloth"),
|
||||
)),
|
||||
quality: High,
|
||||
tags: [
|
||||
Material(Lifecloth),
|
||||
SalvageInto(Lifecloth, 2),
|
||||
],
|
||||
)
|
||||
@@ -0,0 +1,13 @@
|
||||
ItemDef(
|
||||
legacy_name: "Druid Shoulderpads",
|
||||
legacy_description: "Incredibly light, with the essence of nature.",
|
||||
kind: Armor((
|
||||
kind: Shoulder,
|
||||
stats: FromSet("Lifecloth"),
|
||||
)),
|
||||
quality: High,
|
||||
tags: [
|
||||
Material(Lifecloth),
|
||||
SalvageInto(Lifecloth, 1),
|
||||
],
|
||||
)
|
||||
@@ -0,0 +1,13 @@
|
||||
ItemDef(
|
||||
legacy_name: "Linen Shawl",
|
||||
legacy_description: "Roughly stitched, but it seems to hold.",
|
||||
kind: Armor((
|
||||
kind: Back,
|
||||
stats: FromSet("Linen"),
|
||||
)),
|
||||
quality: Low,
|
||||
tags: [
|
||||
Material(Linen),
|
||||
SalvageInto(Linen, 1),
|
||||
],
|
||||
)
|
||||
@@ -0,0 +1,13 @@
|
||||
ItemDef(
|
||||
legacy_name: "Linen Sash",
|
||||
legacy_description: "Roughly stitched, but it seems to hold.",
|
||||
kind: Armor((
|
||||
kind: Belt,
|
||||
stats: FromSet("Linen"),
|
||||
)),
|
||||
quality: Low,
|
||||
tags: [
|
||||
Material(Linen),
|
||||
SalvageInto(Linen, 1),
|
||||
],
|
||||
)
|
||||
@@ -0,0 +1,13 @@
|
||||
ItemDef(
|
||||
legacy_name: "Linen Vest",
|
||||
legacy_description: "Roughly stitched, but it seems to hold.",
|
||||
kind: Armor((
|
||||
kind: Chest,
|
||||
stats: FromSet("Linen"),
|
||||
)),
|
||||
quality: Low,
|
||||
tags: [
|
||||
Material(Linen),
|
||||
SalvageInto(Linen, 3),
|
||||
],
|
||||
)
|
||||
@@ -0,0 +1,13 @@
|
||||
ItemDef(
|
||||
legacy_name: "Linen Feet",
|
||||
legacy_description: "Roughly stitched, but it seems to hold.",
|
||||
kind: Armor((
|
||||
kind: Foot,
|
||||
stats: FromSet("Linen"),
|
||||
)),
|
||||
quality: Low,
|
||||
tags: [
|
||||
Material(Linen),
|
||||
SalvageInto(Linen, 1),
|
||||
],
|
||||
)
|
||||
@@ -0,0 +1,13 @@
|
||||
ItemDef(
|
||||
legacy_name: "Linen Handwraps",
|
||||
legacy_description: "Roughly stitched, but it seems to hold.",
|
||||
kind: Armor((
|
||||
kind: Hand,
|
||||
stats: FromSet("Linen"),
|
||||
)),
|
||||
quality: Low,
|
||||
tags: [
|
||||
Material(Linen),
|
||||
SalvageInto(Linen, 1),
|
||||
],
|
||||
)
|
||||
@@ -0,0 +1,13 @@
|
||||
ItemDef(
|
||||
legacy_name: "Linen Pants",
|
||||
legacy_description: "Roughly stitched, but it seems to hold.",
|
||||
kind: Armor((
|
||||
kind: Pants,
|
||||
stats: FromSet("Linen"),
|
||||
)),
|
||||
quality: Low,
|
||||
tags: [
|
||||
Material(Linen),
|
||||
SalvageInto(Linen, 2),
|
||||
],
|
||||
)
|
||||
@@ -0,0 +1,13 @@
|
||||
ItemDef(
|
||||
legacy_name: "Linen Shoulders",
|
||||
legacy_description: "Roughly stitched, but it seems to hold.",
|
||||
kind: Armor((
|
||||
kind: Shoulder,
|
||||
stats: FromSet("Linen"),
|
||||
)),
|
||||
quality: Low,
|
||||
tags: [
|
||||
Material(Linen),
|
||||
SalvageInto(Linen, 1),
|
||||
],
|
||||
)
|
||||
@@ -0,0 +1,13 @@
|
||||
ItemDef(
|
||||
legacy_name: "Moonweave Cape",
|
||||
legacy_description: "The fabric dances silently, like moonlight.",
|
||||
kind: Armor((
|
||||
kind: Back,
|
||||
stats: FromSet("Moonweave"),
|
||||
)),
|
||||
quality: Epic,
|
||||
tags: [
|
||||
Material(Moonweave),
|
||||
SalvageInto(Moonweave, 1),
|
||||
],
|
||||
)
|
||||
@@ -0,0 +1,13 @@
|
||||
ItemDef(
|
||||
legacy_name: "Moonweave Belt",
|
||||
legacy_description: "The fabric dances silently, like moonlight.",
|
||||
kind: Armor((
|
||||
kind: Belt,
|
||||
stats: FromSet("Moonweave"),
|
||||
)),
|
||||
quality: Epic,
|
||||
tags: [
|
||||
Material(Moonweave),
|
||||
SalvageInto(Moonweave, 1),
|
||||
],
|
||||
)
|
||||
@@ -0,0 +1,13 @@
|
||||
ItemDef(
|
||||
legacy_name: "Moonweave Vest",
|
||||
legacy_description: "The fabric dances silently, like moonlight.",
|
||||
kind: Armor((
|
||||
kind: Chest,
|
||||
stats: FromSet("Moonweave"),
|
||||
)),
|
||||
quality: Epic,
|
||||
tags: [
|
||||
Material(Moonweave),
|
||||
SalvageInto(Moonweave, 3),
|
||||
],
|
||||
)
|
||||
@@ -0,0 +1,13 @@
|
||||
ItemDef(
|
||||
legacy_name: "Moonweave Boots",
|
||||
legacy_description: "The fabric dances silently, like moonlight.",
|
||||
kind: Armor((
|
||||
kind: Foot,
|
||||
stats: FromSet("Moonweave"),
|
||||
)),
|
||||
quality: Epic,
|
||||
tags: [
|
||||
Material(Moonweave),
|
||||
SalvageInto(Moonweave, 1),
|
||||
],
|
||||
)
|
||||
@@ -0,0 +1,13 @@
|
||||
ItemDef(
|
||||
legacy_name: "Moonweave Gloves",
|
||||
legacy_description: "The fabric dances silently, like moonlight.",
|
||||
kind: Armor((
|
||||
kind: Hand,
|
||||
stats: FromSet("Moonweave"),
|
||||
)),
|
||||
quality: Epic,
|
||||
tags: [
|
||||
Material(Moonweave),
|
||||
SalvageInto(Moonweave, 1),
|
||||
],
|
||||
)
|
||||
@@ -0,0 +1,13 @@
|
||||
ItemDef(
|
||||
legacy_name: "Moonweave Legs",
|
||||
legacy_description: "The fabric dances silently, like moonlight.",
|
||||
kind: Armor((
|
||||
kind: Pants,
|
||||
stats: FromSet("Moonweave"),
|
||||
)),
|
||||
quality: Epic,
|
||||
tags: [
|
||||
Material(Moonweave),
|
||||
SalvageInto(Moonweave, 2),
|
||||
],
|
||||
)
|
||||
@@ -0,0 +1,13 @@
|
||||
ItemDef(
|
||||
legacy_name: "Moonweave Shoulders",
|
||||
legacy_description: "The fabric dances silently, like moonlight.",
|
||||
kind: Armor((
|
||||
kind: Shoulder,
|
||||
stats: FromSet("Moonweave"),
|
||||
)),
|
||||
quality: Epic,
|
||||
tags: [
|
||||
Material(Moonweave),
|
||||
SalvageInto(Moonweave, 1),
|
||||
],
|
||||
)
|
||||
@@ -0,0 +1,13 @@
|
||||
ItemDef(
|
||||
legacy_name: "Silken Cape",
|
||||
legacy_description: "Weaved with care by a skilled tailor.",
|
||||
kind: Armor((
|
||||
kind: Back,
|
||||
stats: FromSet("Silk"),
|
||||
)),
|
||||
quality: Moderate,
|
||||
tags: [
|
||||
Material(Silk),
|
||||
SalvageInto(Silk, 1),
|
||||
],
|
||||
)
|
||||
@@ -0,0 +1,13 @@
|
||||
ItemDef(
|
||||
legacy_name: "Silken Sash",
|
||||
legacy_description: "Weaved with care by a skilled tailor.",
|
||||
kind: Armor((
|
||||
kind: Belt,
|
||||
stats: FromSet("Silk"),
|
||||
)),
|
||||
quality: Moderate,
|
||||
tags: [
|
||||
Material(Silk),
|
||||
SalvageInto(Silk, 1),
|
||||
],
|
||||
)
|
||||
@@ -0,0 +1,13 @@
|
||||
ItemDef(
|
||||
legacy_name: "Silken Robe",
|
||||
legacy_description: "Weaved with care by a skilled tailor.",
|
||||
kind: Armor((
|
||||
kind: Chest,
|
||||
stats: FromSet("Silk"),
|
||||
)),
|
||||
quality: Moderate,
|
||||
tags: [
|
||||
Material(Silk),
|
||||
SalvageInto(Silk, 3),
|
||||
],
|
||||
)
|
||||
@@ -0,0 +1,13 @@
|
||||
ItemDef(
|
||||
legacy_name: "Silken Feet",
|
||||
legacy_description: "Weaved with care by a skilled tailor.",
|
||||
kind: Armor((
|
||||
kind: Foot,
|
||||
stats: FromSet("Silk"),
|
||||
)),
|
||||
quality: Moderate,
|
||||
tags: [
|
||||
Material(Silk),
|
||||
SalvageInto(Silk, 1),
|
||||
],
|
||||
)
|
||||
@@ -0,0 +1,13 @@
|
||||
ItemDef(
|
||||
legacy_name: "Silken Wraps",
|
||||
legacy_description: "Weaved with care by a skilled tailor.",
|
||||
kind: Armor((
|
||||
kind: Hand,
|
||||
stats: FromSet("Silk"),
|
||||
)),
|
||||
quality: Moderate,
|
||||
tags: [
|
||||
Material(Silk),
|
||||
SalvageInto(Silk, 1),
|
||||
],
|
||||
)
|
||||
@@ -0,0 +1,13 @@
|
||||
ItemDef(
|
||||
legacy_name: "Silken Skirt",
|
||||
legacy_description: "Weaved with care by a skilled tailor.",
|
||||
kind: Armor((
|
||||
kind: Pants,
|
||||
stats: FromSet("Silk"),
|
||||
)),
|
||||
quality: Moderate,
|
||||
tags: [
|
||||
Material(Silk),
|
||||
SalvageInto(Silk, 2),
|
||||
],
|
||||
)
|
||||
@@ -0,0 +1,13 @@
|
||||
ItemDef(
|
||||
legacy_name: "Silken Shoulders",
|
||||
legacy_description: "Weaved with care by a skilled tailor.",
|
||||
kind: Armor((
|
||||
kind: Shoulder,
|
||||
stats: FromSet("Silk"),
|
||||
)),
|
||||
quality: Moderate,
|
||||
tags: [
|
||||
Material(Silk),
|
||||
SalvageInto(Silk, 1),
|
||||
],
|
||||
)
|
||||
@@ -0,0 +1,13 @@
|
||||
ItemDef(
|
||||
legacy_name: "Sunsilk Cape",
|
||||
legacy_description: "It radiates with the sun's power, and the grace to harness it.",
|
||||
kind: Armor((
|
||||
kind: Back,
|
||||
stats: FromSet("Sunsilk"),
|
||||
)),
|
||||
quality: Legendary,
|
||||
tags: [
|
||||
Material(Sunsilk),
|
||||
SalvageInto(Sunsilk, 1),
|
||||
],
|
||||
)
|
||||
@@ -0,0 +1,13 @@
|
||||
ItemDef(
|
||||
legacy_name: "Sunsilk Sash",
|
||||
legacy_description: "It radiates with the sun's power, and the grace to harness it.",
|
||||
kind: Armor((
|
||||
kind: Belt,
|
||||
stats: FromSet("Sunsilk"),
|
||||
)),
|
||||
quality: Legendary,
|
||||
tags: [
|
||||
Material(Sunsilk),
|
||||
SalvageInto(Sunsilk, 1),
|
||||
],
|
||||
)
|
||||
@@ -0,0 +1,13 @@
|
||||
ItemDef(
|
||||
legacy_name: "Sunsilk Tunic",
|
||||
legacy_description: "It radiates with the sun's power, and the grace to harness it.",
|
||||
kind: Armor((
|
||||
kind: Chest,
|
||||
stats: FromSet("Sunsilk"),
|
||||
)),
|
||||
quality: Legendary,
|
||||
tags: [
|
||||
Material(Sunsilk),
|
||||
SalvageInto(Sunsilk, 3),
|
||||
],
|
||||
)
|
||||
@@ -0,0 +1,13 @@
|
||||
ItemDef(
|
||||
legacy_name: "Sunsilk Footwraps",
|
||||
legacy_description: "It radiates with the sun's power, and the grace to harness it.",
|
||||
kind: Armor((
|
||||
kind: Foot,
|
||||
stats: FromSet("Sunsilk"),
|
||||
)),
|
||||
quality: Legendary,
|
||||
tags: [
|
||||
Material(Sunsilk),
|
||||
SalvageInto(Sunsilk, 1),
|
||||
],
|
||||
)
|
||||
@@ -0,0 +1,13 @@
|
||||
ItemDef(
|
||||
legacy_name: "Sunsilk Handwraps",
|
||||
legacy_description: "It radiates with the sun's power, and the grace to harness it.",
|
||||
kind: Armor((
|
||||
kind: Hand,
|
||||
stats: FromSet("Sunsilk"),
|
||||
)),
|
||||
quality: Legendary,
|
||||
tags: [
|
||||
Material(Sunsilk),
|
||||
SalvageInto(Sunsilk, 1),
|
||||
],
|
||||
)
|
||||
@@ -0,0 +1,13 @@
|
||||
ItemDef(
|
||||
legacy_name: "Sunsilk Kilt",
|
||||
legacy_description: "It radiates with the sun's power, and the grace to harness it.",
|
||||
kind: Armor((
|
||||
kind: Pants,
|
||||
stats: FromSet("Sunsilk"),
|
||||
)),
|
||||
quality: Legendary,
|
||||
tags: [
|
||||
Material(Sunsilk),
|
||||
SalvageInto(Sunsilk, 2),
|
||||
],
|
||||
)
|
||||
@@ -0,0 +1,13 @@
|
||||
ItemDef(
|
||||
legacy_name: "Sunsilk Shoulderwraps",
|
||||
legacy_description: "It radiates with the sun's power, and the grace to harness it.",
|
||||
kind: Armor((
|
||||
kind: Shoulder,
|
||||
stats: FromSet("Sunsilk"),
|
||||
)),
|
||||
quality: Legendary,
|
||||
tags: [
|
||||
Material(Sunsilk),
|
||||
SalvageInto(Sunsilk, 1),
|
||||
],
|
||||
)
|
||||
@@ -0,0 +1,13 @@
|
||||
ItemDef(
|
||||
legacy_name: "Woolen Cloak",
|
||||
legacy_description: "Thick and ready for the snow.",
|
||||
kind: Armor((
|
||||
kind: Back,
|
||||
stats: FromSet("Wool"),
|
||||
)),
|
||||
quality: Common,
|
||||
tags: [
|
||||
Material(Wool),
|
||||
SalvageInto(Wool, 1),
|
||||
],
|
||||
)
|
||||
@@ -0,0 +1,13 @@
|
||||
ItemDef(
|
||||
legacy_name: "Woolen Belt",
|
||||
legacy_description: "Thick and ready for the snow.",
|
||||
kind: Armor((
|
||||
kind: Belt,
|
||||
stats: FromSet("Wool"),
|
||||
)),
|
||||
quality: Common,
|
||||
tags: [
|
||||
Material(Wool),
|
||||
SalvageInto(Wool, 1),
|
||||
],
|
||||
)
|
||||
@@ -0,0 +1,13 @@
|
||||
ItemDef(
|
||||
legacy_name: "Woolen Parka",
|
||||
legacy_description: "Thick and ready for the snow.",
|
||||
kind: Armor((
|
||||
kind: Chest,
|
||||
stats: FromSet("Wool"),
|
||||
)),
|
||||
quality: Common,
|
||||
tags: [
|
||||
Material(Wool),
|
||||
SalvageInto(Wool, 3),
|
||||
],
|
||||
)
|
||||
@@ -0,0 +1,13 @@
|
||||
ItemDef(
|
||||
legacy_name: "Woolen Boots",
|
||||
legacy_description: "Thick and ready for the snow.",
|
||||
kind: Armor((
|
||||
kind: Foot,
|
||||
stats: FromSet("Wool"),
|
||||
)),
|
||||
quality: Common,
|
||||
tags: [
|
||||
Material(Wool),
|
||||
SalvageInto(Wool, 1),
|
||||
],
|
||||
)
|
||||
@@ -0,0 +1,13 @@
|
||||
ItemDef(
|
||||
legacy_name: "Woolen Mittens",
|
||||
legacy_description: "Thick and ready for the snow.",
|
||||
kind: Armor((
|
||||
kind: Hand,
|
||||
stats: FromSet("Wool"),
|
||||
)),
|
||||
quality: Common,
|
||||
tags: [
|
||||
Material(Wool),
|
||||
SalvageInto(Wool, 1),
|
||||
],
|
||||
)
|
||||
@@ -0,0 +1,13 @@
|
||||
ItemDef(
|
||||
legacy_name: "Woolen Pants",
|
||||
legacy_description: "Thick and ready for the snow.",
|
||||
kind: Armor((
|
||||
kind: Pants,
|
||||
stats: FromSet("Wool"),
|
||||
)),
|
||||
quality: Common,
|
||||
tags: [
|
||||
Material(Wool),
|
||||
SalvageInto(Wool, 2),
|
||||
],
|
||||
)
|
||||
@@ -0,0 +1,13 @@
|
||||
ItemDef(
|
||||
legacy_name: "Woolen Shoulders",
|
||||
legacy_description: "Thick and ready for the snow.",
|
||||
kind: Armor((
|
||||
kind: Shoulder,
|
||||
stats: FromSet("Wool"),
|
||||
)),
|
||||
quality: Common,
|
||||
tags: [
|
||||
Material(Wool),
|
||||
SalvageInto(Wool, 1),
|
||||
],
|
||||
)
|
||||
Reference in New Issue
Block a user