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:
12
veloren/assets/common/items/armor/twigsleaves/belt.ron
Normal file
12
veloren/assets/common/items/armor/twigsleaves/belt.ron
Normal file
@@ -0,0 +1,12 @@
|
||||
ItemDef(
|
||||
legacy_name: "Leafy Belt",
|
||||
legacy_description: "Dried leaves cover over the standard twig belt, providing a slightly different texture.",
|
||||
kind: Armor((
|
||||
kind: Belt,
|
||||
stats: FromSet("Twigs Leaves"),
|
||||
)),
|
||||
quality: Moderate,
|
||||
tags: [
|
||||
SalvageInto(Twig, 1),
|
||||
],
|
||||
)
|
||||
12
veloren/assets/common/items/armor/twigsleaves/chest.ron
Normal file
12
veloren/assets/common/items/armor/twigsleaves/chest.ron
Normal file
@@ -0,0 +1,12 @@
|
||||
ItemDef(
|
||||
legacy_name: "Leafy Shirt",
|
||||
legacy_description: "Leaves cover the magically imbued twig shirt, providing a more natural appearance.",
|
||||
kind: Armor((
|
||||
kind: Chest,
|
||||
stats: FromSet("Twigs Leaves"),
|
||||
)),
|
||||
quality: Moderate,
|
||||
tags: [
|
||||
SalvageInto(Twig, 3),
|
||||
],
|
||||
)
|
||||
12
veloren/assets/common/items/armor/twigsleaves/foot.ron
Normal file
12
veloren/assets/common/items/armor/twigsleaves/foot.ron
Normal file
@@ -0,0 +1,12 @@
|
||||
ItemDef(
|
||||
legacy_name: "Leafy Boots",
|
||||
legacy_description: "Leaves cover the magically entwined twigs to provide simple protection from the elements.",
|
||||
kind: Armor((
|
||||
kind: Foot,
|
||||
stats: FromSet("Twigs Leaves"),
|
||||
)),
|
||||
quality: Moderate,
|
||||
tags: [
|
||||
SalvageInto(Twig, 1),
|
||||
],
|
||||
)
|
||||
12
veloren/assets/common/items/armor/twigsleaves/hand.ron
Normal file
12
veloren/assets/common/items/armor/twigsleaves/hand.ron
Normal file
@@ -0,0 +1,12 @@
|
||||
ItemDef(
|
||||
legacy_name: "Leafy Wraps",
|
||||
legacy_description: "Leaves help hide the magic-interlocking twigs, and provide mild protection from the elements.",
|
||||
kind: Armor((
|
||||
kind: Hand,
|
||||
stats: FromSet("Twigs Leaves"),
|
||||
)),
|
||||
quality: Moderate,
|
||||
tags: [
|
||||
SalvageInto(Twig, 1),
|
||||
],
|
||||
)
|
||||
12
veloren/assets/common/items/armor/twigsleaves/pants.ron
Normal file
12
veloren/assets/common/items/armor/twigsleaves/pants.ron
Normal file
@@ -0,0 +1,12 @@
|
||||
ItemDef(
|
||||
legacy_name: "Leafy Pants",
|
||||
legacy_description: "Leaves cover the magically imbued chainmail twigs, providing protection from the elements.",
|
||||
kind: Armor((
|
||||
kind: Pants,
|
||||
stats: FromSet("Twigs Leaves"),
|
||||
)),
|
||||
quality: Moderate,
|
||||
tags: [
|
||||
SalvageInto(Twig, 2),
|
||||
],
|
||||
)
|
||||
12
veloren/assets/common/items/armor/twigsleaves/shoulder.ron
Normal file
12
veloren/assets/common/items/armor/twigsleaves/shoulder.ron
Normal file
@@ -0,0 +1,12 @@
|
||||
ItemDef(
|
||||
legacy_name: "Leafy Shoulders",
|
||||
legacy_description: "Leaves cover over the twigs to provide better protection from the elements.",
|
||||
kind: Armor((
|
||||
kind: Shoulder,
|
||||
stats: FromSet("Twigs Leaves"),
|
||||
)),
|
||||
quality: Moderate,
|
||||
tags: [
|
||||
SalvageInto(Twig, 1),
|
||||
],
|
||||
)
|
||||
Reference in New Issue
Block a user