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/twigs/belt.ron
Normal file
12
veloren/assets/common/items/armor/twigs/belt.ron
Normal file
@@ -0,0 +1,12 @@
|
||||
ItemDef(
|
||||
legacy_name: "Twig Belt",
|
||||
legacy_description: "Small bits of nature magically held together into the shape of a belt.",
|
||||
kind: Armor((
|
||||
kind: Belt,
|
||||
stats: FromSet("Twigs"),
|
||||
)),
|
||||
quality: Moderate,
|
||||
tags: [
|
||||
SalvageInto(Twig, 1),
|
||||
],
|
||||
)
|
||||
12
veloren/assets/common/items/armor/twigs/chest.ron
Normal file
12
veloren/assets/common/items/armor/twigs/chest.ron
Normal file
@@ -0,0 +1,12 @@
|
||||
ItemDef(
|
||||
legacy_name: "Twig Shirt",
|
||||
legacy_description: "Small sticks magically imbued to hold together to form a shirt.",
|
||||
kind: Armor((
|
||||
kind: Chest,
|
||||
stats: FromSet("Twigs"),
|
||||
)),
|
||||
quality: Moderate,
|
||||
tags: [
|
||||
SalvageInto(Twig, 3),
|
||||
],
|
||||
)
|
||||
12
veloren/assets/common/items/armor/twigs/foot.ron
Normal file
12
veloren/assets/common/items/armor/twigs/foot.ron
Normal file
@@ -0,0 +1,12 @@
|
||||
ItemDef(
|
||||
legacy_name: "Twig Boots",
|
||||
legacy_description: "Small twigs intertwined and imbued with magic to provide simple protection.",
|
||||
kind: Armor((
|
||||
kind: Foot,
|
||||
stats: FromSet("Twigs"),
|
||||
)),
|
||||
quality: Moderate,
|
||||
tags: [
|
||||
SalvageInto(Twig, 1),
|
||||
],
|
||||
)
|
||||
12
veloren/assets/common/items/armor/twigs/hand.ron
Normal file
12
veloren/assets/common/items/armor/twigs/hand.ron
Normal file
@@ -0,0 +1,12 @@
|
||||
ItemDef(
|
||||
legacy_name: "Twig Wraps",
|
||||
legacy_description: "Magically imbued twigs interlocked into simple hand wraps.",
|
||||
kind: Armor((
|
||||
kind: Hand,
|
||||
stats: FromSet("Twigs"),
|
||||
)),
|
||||
quality: Moderate,
|
||||
tags: [
|
||||
SalvageInto(Twig, 1),
|
||||
],
|
||||
)
|
||||
12
veloren/assets/common/items/armor/twigs/pants.ron
Normal file
12
veloren/assets/common/items/armor/twigs/pants.ron
Normal file
@@ -0,0 +1,12 @@
|
||||
ItemDef(
|
||||
legacy_name: "Twig Pants",
|
||||
legacy_description: "Magically imbued twigs formed into links similar to chainmail.",
|
||||
kind: Armor((
|
||||
kind: Pants,
|
||||
stats: FromSet("Twigs"),
|
||||
)),
|
||||
quality: Moderate,
|
||||
tags: [
|
||||
SalvageInto(Twig, 2),
|
||||
],
|
||||
)
|
||||
12
veloren/assets/common/items/armor/twigs/shoulder.ron
Normal file
12
veloren/assets/common/items/armor/twigs/shoulder.ron
Normal file
@@ -0,0 +1,12 @@
|
||||
ItemDef(
|
||||
legacy_name: "Twig Shoulders",
|
||||
legacy_description: "Spaulders made from tightly tied twigs.",
|
||||
kind: Armor((
|
||||
kind: Shoulder,
|
||||
stats: FromSet("Twigs"),
|
||||
)),
|
||||
quality: Moderate,
|
||||
tags: [
|
||||
SalvageInto(Twig, 1),
|
||||
],
|
||||
)
|
||||
Reference in New Issue
Block a user