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/bonerattler/belt.ron
Normal file
12
veloren/assets/common/items/armor/bonerattler/belt.ron
Normal file
@@ -0,0 +1,12 @@
|
||||
ItemDef(
|
||||
legacy_name: "Bonerattler Belt",
|
||||
legacy_description: "Sections of vertebrae fastened together with hide and a bonerattler eye for the buckle.",
|
||||
kind: Armor((
|
||||
kind: Belt,
|
||||
stats: FromSet("Bonerattler"),
|
||||
)),
|
||||
quality: High,
|
||||
tags: [
|
||||
Material(Leather),
|
||||
],
|
||||
)
|
||||
12
veloren/assets/common/items/armor/bonerattler/chest.ron
Normal file
12
veloren/assets/common/items/armor/bonerattler/chest.ron
Normal file
@@ -0,0 +1,12 @@
|
||||
ItemDef(
|
||||
legacy_name: "Bonerattler Cuirass",
|
||||
legacy_description: "The spiny back and hide of a bonerattler fastened together into a protective cuirass.",
|
||||
kind: Armor((
|
||||
kind: Chest,
|
||||
stats: FromSet("Bonerattler"),
|
||||
)),
|
||||
quality: High,
|
||||
tags: [
|
||||
Material(Leather),
|
||||
],
|
||||
)
|
||||
12
veloren/assets/common/items/armor/bonerattler/foot.ron
Normal file
12
veloren/assets/common/items/armor/bonerattler/foot.ron
Normal file
@@ -0,0 +1,12 @@
|
||||
ItemDef(
|
||||
legacy_name: "Bonerattler Boots",
|
||||
legacy_description: "Boots made from the claws and hide of a bonerattler.",
|
||||
kind: Armor((
|
||||
kind: Foot,
|
||||
stats: FromSet("Bonerattler"),
|
||||
)),
|
||||
quality: High,
|
||||
tags: [
|
||||
Material(Leather),
|
||||
],
|
||||
)
|
||||
12
veloren/assets/common/items/armor/bonerattler/hand.ron
Normal file
12
veloren/assets/common/items/armor/bonerattler/hand.ron
Normal file
@@ -0,0 +1,12 @@
|
||||
ItemDef(
|
||||
legacy_name: "Bonerattler Gauntlets",
|
||||
legacy_description: "The hide and bone from a bonerattler provide strong protection for the wearer.",
|
||||
kind: Armor((
|
||||
kind: Hand,
|
||||
stats: FromSet("Bonerattler"),
|
||||
)),
|
||||
quality: High,
|
||||
tags: [
|
||||
Material(Leather),
|
||||
],
|
||||
)
|
||||
12
veloren/assets/common/items/armor/bonerattler/pants.ron
Normal file
12
veloren/assets/common/items/armor/bonerattler/pants.ron
Normal file
@@ -0,0 +1,12 @@
|
||||
ItemDef(
|
||||
legacy_name: "Bonerattler Chausses",
|
||||
legacy_description: "Assorted bones and hide from a bonerattler provide protection around the wearer's legs.",
|
||||
kind: Armor((
|
||||
kind: Pants,
|
||||
stats: FromSet("Bonerattler"),
|
||||
)),
|
||||
quality: High,
|
||||
tags: [
|
||||
Material(Leather),
|
||||
],
|
||||
)
|
||||
12
veloren/assets/common/items/armor/bonerattler/shoulder.ron
Normal file
12
veloren/assets/common/items/armor/bonerattler/shoulder.ron
Normal file
@@ -0,0 +1,12 @@
|
||||
ItemDef(
|
||||
legacy_name: "Bonerattler Shoulder Pad",
|
||||
legacy_description: "Roughly formed bonerattler hide provide some strong protection.",
|
||||
kind: Armor((
|
||||
kind: Shoulder,
|
||||
stats: FromSet("Bonerattler"),
|
||||
)),
|
||||
quality: High,
|
||||
tags: [
|
||||
Material(Leather),
|
||||
],
|
||||
)
|
||||
Reference in New Issue
Block a user