primeiro commit
All checks were successful
Build and Push Image / Build and push image (push) Successful in 3m5s
All checks were successful
Build and Push Image / Build and push image (push) Successful in 3m5s
This commit is contained in:
13
veloren/assets/common/items/armor/cloth/druid/back.ron
Normal file
13
veloren/assets/common/items/armor/cloth/druid/back.ron
Normal file
@@ -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),
|
||||
],
|
||||
)
|
||||
13
veloren/assets/common/items/armor/cloth/druid/belt.ron
Normal file
13
veloren/assets/common/items/armor/cloth/druid/belt.ron
Normal file
@@ -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),
|
||||
],
|
||||
)
|
||||
13
veloren/assets/common/items/armor/cloth/druid/chest.ron
Normal file
13
veloren/assets/common/items/armor/cloth/druid/chest.ron
Normal file
@@ -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),
|
||||
],
|
||||
)
|
||||
13
veloren/assets/common/items/armor/cloth/druid/foot.ron
Normal file
13
veloren/assets/common/items/armor/cloth/druid/foot.ron
Normal file
@@ -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),
|
||||
],
|
||||
)
|
||||
13
veloren/assets/common/items/armor/cloth/druid/hand.ron
Normal file
13
veloren/assets/common/items/armor/cloth/druid/hand.ron
Normal file
@@ -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),
|
||||
],
|
||||
)
|
||||
13
veloren/assets/common/items/armor/cloth/druid/pants.ron
Normal file
13
veloren/assets/common/items/armor/cloth/druid/pants.ron
Normal file
@@ -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),
|
||||
],
|
||||
)
|
||||
13
veloren/assets/common/items/armor/cloth/druid/shoulder.ron
Normal file
13
veloren/assets/common/items/armor/cloth/druid/shoulder.ron
Normal file
@@ -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),
|
||||
],
|
||||
)
|
||||
13
veloren/assets/common/items/armor/cloth/linen/back.ron
Normal file
13
veloren/assets/common/items/armor/cloth/linen/back.ron
Normal file
@@ -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),
|
||||
],
|
||||
)
|
||||
13
veloren/assets/common/items/armor/cloth/linen/belt.ron
Normal file
13
veloren/assets/common/items/armor/cloth/linen/belt.ron
Normal file
@@ -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),
|
||||
],
|
||||
)
|
||||
13
veloren/assets/common/items/armor/cloth/linen/chest.ron
Normal file
13
veloren/assets/common/items/armor/cloth/linen/chest.ron
Normal file
@@ -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),
|
||||
],
|
||||
)
|
||||
13
veloren/assets/common/items/armor/cloth/linen/foot.ron
Normal file
13
veloren/assets/common/items/armor/cloth/linen/foot.ron
Normal file
@@ -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),
|
||||
],
|
||||
)
|
||||
13
veloren/assets/common/items/armor/cloth/linen/hand.ron
Normal file
13
veloren/assets/common/items/armor/cloth/linen/hand.ron
Normal file
@@ -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),
|
||||
],
|
||||
)
|
||||
13
veloren/assets/common/items/armor/cloth/linen/pants.ron
Normal file
13
veloren/assets/common/items/armor/cloth/linen/pants.ron
Normal file
@@ -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),
|
||||
],
|
||||
)
|
||||
13
veloren/assets/common/items/armor/cloth/linen/shoulder.ron
Normal file
13
veloren/assets/common/items/armor/cloth/linen/shoulder.ron
Normal file
@@ -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),
|
||||
],
|
||||
)
|
||||
13
veloren/assets/common/items/armor/cloth/moonweave/back.ron
Normal file
13
veloren/assets/common/items/armor/cloth/moonweave/back.ron
Normal file
@@ -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),
|
||||
],
|
||||
)
|
||||
13
veloren/assets/common/items/armor/cloth/moonweave/belt.ron
Normal file
13
veloren/assets/common/items/armor/cloth/moonweave/belt.ron
Normal file
@@ -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),
|
||||
],
|
||||
)
|
||||
13
veloren/assets/common/items/armor/cloth/moonweave/chest.ron
Normal file
13
veloren/assets/common/items/armor/cloth/moonweave/chest.ron
Normal file
@@ -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),
|
||||
],
|
||||
)
|
||||
13
veloren/assets/common/items/armor/cloth/moonweave/foot.ron
Normal file
13
veloren/assets/common/items/armor/cloth/moonweave/foot.ron
Normal file
@@ -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),
|
||||
],
|
||||
)
|
||||
13
veloren/assets/common/items/armor/cloth/moonweave/hand.ron
Normal file
13
veloren/assets/common/items/armor/cloth/moonweave/hand.ron
Normal file
@@ -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),
|
||||
],
|
||||
)
|
||||
13
veloren/assets/common/items/armor/cloth/moonweave/pants.ron
Normal file
13
veloren/assets/common/items/armor/cloth/moonweave/pants.ron
Normal file
@@ -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),
|
||||
],
|
||||
)
|
||||
13
veloren/assets/common/items/armor/cloth/silken/back.ron
Normal file
13
veloren/assets/common/items/armor/cloth/silken/back.ron
Normal file
@@ -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),
|
||||
],
|
||||
)
|
||||
13
veloren/assets/common/items/armor/cloth/silken/belt.ron
Normal file
13
veloren/assets/common/items/armor/cloth/silken/belt.ron
Normal file
@@ -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),
|
||||
],
|
||||
)
|
||||
13
veloren/assets/common/items/armor/cloth/silken/chest.ron
Normal file
13
veloren/assets/common/items/armor/cloth/silken/chest.ron
Normal file
@@ -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),
|
||||
],
|
||||
)
|
||||
13
veloren/assets/common/items/armor/cloth/silken/foot.ron
Normal file
13
veloren/assets/common/items/armor/cloth/silken/foot.ron
Normal file
@@ -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),
|
||||
],
|
||||
)
|
||||
13
veloren/assets/common/items/armor/cloth/silken/hand.ron
Normal file
13
veloren/assets/common/items/armor/cloth/silken/hand.ron
Normal file
@@ -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),
|
||||
],
|
||||
)
|
||||
13
veloren/assets/common/items/armor/cloth/silken/pants.ron
Normal file
13
veloren/assets/common/items/armor/cloth/silken/pants.ron
Normal file
@@ -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),
|
||||
],
|
||||
)
|
||||
13
veloren/assets/common/items/armor/cloth/silken/shoulder.ron
Normal file
13
veloren/assets/common/items/armor/cloth/silken/shoulder.ron
Normal file
@@ -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),
|
||||
],
|
||||
)
|
||||
13
veloren/assets/common/items/armor/cloth/sunsilk/back.ron
Normal file
13
veloren/assets/common/items/armor/cloth/sunsilk/back.ron
Normal file
@@ -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),
|
||||
],
|
||||
)
|
||||
13
veloren/assets/common/items/armor/cloth/sunsilk/belt.ron
Normal file
13
veloren/assets/common/items/armor/cloth/sunsilk/belt.ron
Normal file
@@ -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),
|
||||
],
|
||||
)
|
||||
13
veloren/assets/common/items/armor/cloth/sunsilk/chest.ron
Normal file
13
veloren/assets/common/items/armor/cloth/sunsilk/chest.ron
Normal file
@@ -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),
|
||||
],
|
||||
)
|
||||
13
veloren/assets/common/items/armor/cloth/sunsilk/foot.ron
Normal file
13
veloren/assets/common/items/armor/cloth/sunsilk/foot.ron
Normal file
@@ -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),
|
||||
],
|
||||
)
|
||||
13
veloren/assets/common/items/armor/cloth/sunsilk/hand.ron
Normal file
13
veloren/assets/common/items/armor/cloth/sunsilk/hand.ron
Normal file
@@ -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),
|
||||
],
|
||||
)
|
||||
13
veloren/assets/common/items/armor/cloth/sunsilk/pants.ron
Normal file
13
veloren/assets/common/items/armor/cloth/sunsilk/pants.ron
Normal file
@@ -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),
|
||||
],
|
||||
)
|
||||
13
veloren/assets/common/items/armor/cloth/sunsilk/shoulder.ron
Normal file
13
veloren/assets/common/items/armor/cloth/sunsilk/shoulder.ron
Normal file
@@ -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),
|
||||
],
|
||||
)
|
||||
13
veloren/assets/common/items/armor/cloth/woolen/back.ron
Normal file
13
veloren/assets/common/items/armor/cloth/woolen/back.ron
Normal file
@@ -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),
|
||||
],
|
||||
)
|
||||
13
veloren/assets/common/items/armor/cloth/woolen/belt.ron
Normal file
13
veloren/assets/common/items/armor/cloth/woolen/belt.ron
Normal file
@@ -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),
|
||||
],
|
||||
)
|
||||
13
veloren/assets/common/items/armor/cloth/woolen/chest.ron
Normal file
13
veloren/assets/common/items/armor/cloth/woolen/chest.ron
Normal file
@@ -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),
|
||||
],
|
||||
)
|
||||
13
veloren/assets/common/items/armor/cloth/woolen/foot.ron
Normal file
13
veloren/assets/common/items/armor/cloth/woolen/foot.ron
Normal file
@@ -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),
|
||||
],
|
||||
)
|
||||
13
veloren/assets/common/items/armor/cloth/woolen/hand.ron
Normal file
13
veloren/assets/common/items/armor/cloth/woolen/hand.ron
Normal file
@@ -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),
|
||||
],
|
||||
)
|
||||
13
veloren/assets/common/items/armor/cloth/woolen/pants.ron
Normal file
13
veloren/assets/common/items/armor/cloth/woolen/pants.ron
Normal file
@@ -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),
|
||||
],
|
||||
)
|
||||
13
veloren/assets/common/items/armor/cloth/woolen/shoulder.ron
Normal file
13
veloren/assets/common/items/armor/cloth/woolen/shoulder.ron
Normal file
@@ -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