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/tarasque/belt.ron
Normal file
12
veloren/assets/common/items/armor/tarasque/belt.ron
Normal file
@@ -0,0 +1,12 @@
|
||||
ItemDef(
|
||||
legacy_name: "Tarasque Belt",
|
||||
legacy_description: "Shattered band of a tarasque shell, making for a strong belt.",
|
||||
kind: Armor((
|
||||
kind: Belt,
|
||||
stats: FromSet("Tarasque"),
|
||||
)),
|
||||
quality: High,
|
||||
tags: [
|
||||
Material(Carapace),
|
||||
],
|
||||
)
|
||||
12
veloren/assets/common/items/armor/tarasque/chest.ron
Normal file
12
veloren/assets/common/items/armor/tarasque/chest.ron
Normal file
@@ -0,0 +1,12 @@
|
||||
ItemDef(
|
||||
legacy_name: "Tarasque Cuirass",
|
||||
legacy_description: "The rough protective underbelly and back of a tarasque's shell, formed to fit humanoid proportions.",
|
||||
kind: Armor((
|
||||
kind: Chest,
|
||||
stats: FromSet("Tarasque"),
|
||||
)),
|
||||
quality: High,
|
||||
tags: [
|
||||
Material(Carapace),
|
||||
],
|
||||
)
|
||||
12
veloren/assets/common/items/armor/tarasque/foot.ron
Normal file
12
veloren/assets/common/items/armor/tarasque/foot.ron
Normal file
@@ -0,0 +1,12 @@
|
||||
ItemDef(
|
||||
legacy_name: "Tarasque Boots",
|
||||
legacy_description: "Tarasque claws form the outside of these boots, protecting the wearer's feet.",
|
||||
kind: Armor((
|
||||
kind: Foot,
|
||||
stats: FromSet("Tarasque"),
|
||||
)),
|
||||
quality: High,
|
||||
tags: [
|
||||
Material(Carapace),
|
||||
],
|
||||
)
|
||||
12
veloren/assets/common/items/armor/tarasque/hand.ron
Normal file
12
veloren/assets/common/items/armor/tarasque/hand.ron
Normal file
@@ -0,0 +1,12 @@
|
||||
ItemDef(
|
||||
legacy_name: "Tarasque Gauntlets",
|
||||
legacy_description: "Shattered fragments from a tarasque shell shaped into a protective gauntlets.",
|
||||
kind: Armor((
|
||||
kind: Hand,
|
||||
stats: FromSet("Tarasque"),
|
||||
)),
|
||||
quality: High,
|
||||
tags: [
|
||||
Material(Carapace),
|
||||
],
|
||||
)
|
||||
12
veloren/assets/common/items/armor/tarasque/pants.ron
Normal file
12
veloren/assets/common/items/armor/tarasque/pants.ron
Normal file
@@ -0,0 +1,12 @@
|
||||
ItemDef(
|
||||
legacy_name: "Tarasque Chausses",
|
||||
legacy_description: "Fragmented tarasque shell tied together to form protective leg armor.",
|
||||
kind: Armor((
|
||||
kind: Pants,
|
||||
stats: FromSet("Tarasque"),
|
||||
)),
|
||||
quality: High,
|
||||
tags: [
|
||||
Material(Carapace),
|
||||
],
|
||||
)
|
||||
12
veloren/assets/common/items/armor/tarasque/shoulder.ron
Normal file
12
veloren/assets/common/items/armor/tarasque/shoulder.ron
Normal file
@@ -0,0 +1,12 @@
|
||||
ItemDef(
|
||||
legacy_name: "Tarasque Shoulder Pad",
|
||||
legacy_description: "Spiky tarasque shell fragments formed to fit as shoulder guards.",
|
||||
kind: Armor((
|
||||
kind: Shoulder,
|
||||
stats: FromSet("Tarasque"),
|
||||
)),
|
||||
quality: High,
|
||||
tags: [
|
||||
Material(Carapace),
|
||||
],
|
||||
)
|
||||
Reference in New Issue
Block a user