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/twigsflowers/belt.ron
Normal file
12
veloren/assets/common/items/armor/twigsflowers/belt.ron
Normal file
@@ -0,0 +1,12 @@
|
||||
ItemDef(
|
||||
legacy_name: "Flowery Belt",
|
||||
legacy_description: "Magically imbued twigs, held together with a flower intertwining its stem to hold the belt together.",
|
||||
kind: Armor((
|
||||
kind: Belt,
|
||||
stats: FromSet("Twigs Flowers"),
|
||||
)),
|
||||
quality: Moderate,
|
||||
tags: [
|
||||
SalvageInto(Twig, 1),
|
||||
],
|
||||
)
|
||||
12
veloren/assets/common/items/armor/twigsflowers/chest.ron
Normal file
12
veloren/assets/common/items/armor/twigsflowers/chest.ron
Normal file
@@ -0,0 +1,12 @@
|
||||
ItemDef(
|
||||
legacy_name: "Flowery Shirt",
|
||||
legacy_description: "Magically imbued twigs decorated with flowers and their stems, letting others know your intentions of peace and love.",
|
||||
kind: Armor((
|
||||
kind: Chest,
|
||||
stats: FromSet("Twigs Flowers"),
|
||||
)),
|
||||
quality: Moderate,
|
||||
tags: [
|
||||
SalvageInto(Twig, 3),
|
||||
],
|
||||
)
|
||||
12
veloren/assets/common/items/armor/twigsflowers/foot.ron
Normal file
12
veloren/assets/common/items/armor/twigsflowers/foot.ron
Normal file
@@ -0,0 +1,12 @@
|
||||
ItemDef(
|
||||
legacy_name: "Flowery Boots",
|
||||
legacy_description: "Woven and magically imbued, these boots of twigs and flowers provide simple protection and peace to the wearer.",
|
||||
kind: Armor((
|
||||
kind: Foot,
|
||||
stats: FromSet("Twigs Flowers"),
|
||||
)),
|
||||
quality: Moderate,
|
||||
tags: [
|
||||
SalvageInto(Twig, 1),
|
||||
],
|
||||
)
|
||||
12
veloren/assets/common/items/armor/twigsflowers/hand.ron
Normal file
12
veloren/assets/common/items/armor/twigsflowers/hand.ron
Normal file
@@ -0,0 +1,12 @@
|
||||
ItemDef(
|
||||
legacy_name: "Flowery Wraps",
|
||||
legacy_description: "Wrapped and intertwined twigs held together with magic and flowers with their stems, providing peace and protection for the wearer.",
|
||||
kind: Armor((
|
||||
kind: Hand,
|
||||
stats: FromSet("Twigs Flowers"),
|
||||
)),
|
||||
quality: Moderate,
|
||||
tags: [
|
||||
SalvageInto(Twig, 1),
|
||||
],
|
||||
)
|
||||
12
veloren/assets/common/items/armor/twigsflowers/pants.ron
Normal file
12
veloren/assets/common/items/armor/twigsflowers/pants.ron
Normal file
@@ -0,0 +1,12 @@
|
||||
ItemDef(
|
||||
legacy_name: "Flowery Pants",
|
||||
legacy_description: "Chainmail woven twigs enhanced with flower stems to provide protection and peace.",
|
||||
kind: Armor((
|
||||
kind: Pants,
|
||||
stats: FromSet("Twigs Flowers"),
|
||||
)),
|
||||
quality: Moderate,
|
||||
tags: [
|
||||
SalvageInto(Twig, 2),
|
||||
],
|
||||
)
|
||||
12
veloren/assets/common/items/armor/twigsflowers/shoulder.ron
Normal file
12
veloren/assets/common/items/armor/twigsflowers/shoulder.ron
Normal file
@@ -0,0 +1,12 @@
|
||||
ItemDef(
|
||||
legacy_name: "Flowery Shoulders",
|
||||
legacy_description: "Flowers join the tied twigs to provide protection and peace to the wearer.",
|
||||
kind: Armor((
|
||||
kind: Shoulder,
|
||||
stats: FromSet("Twigs Flowers"),
|
||||
)),
|
||||
quality: Moderate,
|
||||
tags: [
|
||||
SalvageInto(Twig, 1),
|
||||
],
|
||||
)
|
||||
Reference in New Issue
Block a user