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/savage/back.ron
Normal file
12
veloren/assets/common/items/armor/savage/back.ron
Normal file
@@ -0,0 +1,12 @@
|
||||
ItemDef(
|
||||
legacy_name: "Savage Cape",
|
||||
legacy_description: "Brings the fury of the barbarians.",
|
||||
kind: Armor((
|
||||
kind: Back,
|
||||
stats: FromSet("Savage"),
|
||||
)),
|
||||
quality: Moderate,
|
||||
tags: [
|
||||
Material(Leather),
|
||||
],
|
||||
)
|
||||
12
veloren/assets/common/items/armor/savage/belt.ron
Normal file
12
veloren/assets/common/items/armor/savage/belt.ron
Normal file
@@ -0,0 +1,12 @@
|
||||
ItemDef(
|
||||
legacy_name: "Savage Belt",
|
||||
legacy_description: "Brings the fury of the barbarians.",
|
||||
kind: Armor((
|
||||
kind: Belt,
|
||||
stats: FromSet("Savage"),
|
||||
)),
|
||||
quality: Moderate,
|
||||
tags: [
|
||||
Material(Leather),
|
||||
],
|
||||
)
|
||||
12
veloren/assets/common/items/armor/savage/chest.ron
Normal file
12
veloren/assets/common/items/armor/savage/chest.ron
Normal file
@@ -0,0 +1,12 @@
|
||||
ItemDef(
|
||||
legacy_name: "Savage Cuirass",
|
||||
legacy_description: "Brings the fury of the barbarians.",
|
||||
kind: Armor((
|
||||
kind: Chest,
|
||||
stats: FromSet("Savage"),
|
||||
)),
|
||||
quality: High,
|
||||
tags: [
|
||||
Material(Leather),
|
||||
],
|
||||
)
|
||||
12
veloren/assets/common/items/armor/savage/foot.ron
Normal file
12
veloren/assets/common/items/armor/savage/foot.ron
Normal file
@@ -0,0 +1,12 @@
|
||||
ItemDef(
|
||||
legacy_name: "Savage Boots",
|
||||
legacy_description: "Brings the fury of the barbarians.",
|
||||
kind: Armor((
|
||||
kind: Foot,
|
||||
stats: FromSet("Savage"),
|
||||
)),
|
||||
quality: High,
|
||||
tags: [
|
||||
Material(Leather),
|
||||
],
|
||||
)
|
||||
12
veloren/assets/common/items/armor/savage/hand.ron
Normal file
12
veloren/assets/common/items/armor/savage/hand.ron
Normal file
@@ -0,0 +1,12 @@
|
||||
ItemDef(
|
||||
legacy_name: "Savage Gauntlets",
|
||||
legacy_description: "Brings the fury of the barbarians.",
|
||||
kind: Armor((
|
||||
kind: Hand,
|
||||
stats: FromSet("Savage"),
|
||||
)),
|
||||
quality: Moderate,
|
||||
tags: [
|
||||
Material(Leather),
|
||||
],
|
||||
)
|
||||
12
veloren/assets/common/items/armor/savage/pants.ron
Normal file
12
veloren/assets/common/items/armor/savage/pants.ron
Normal file
@@ -0,0 +1,12 @@
|
||||
ItemDef(
|
||||
legacy_name: "Savage Chausses",
|
||||
legacy_description: "Brings the fury of the barbarians.",
|
||||
kind: Armor((
|
||||
kind: Pants,
|
||||
stats: FromSet("Savage"),
|
||||
)),
|
||||
quality: Moderate,
|
||||
tags: [
|
||||
Material(Leather),
|
||||
],
|
||||
)
|
||||
12
veloren/assets/common/items/armor/savage/shoulder.ron
Normal file
12
veloren/assets/common/items/armor/savage/shoulder.ron
Normal file
@@ -0,0 +1,12 @@
|
||||
ItemDef(
|
||||
legacy_name: "Savage Shoulder Pad",
|
||||
legacy_description: "Brings the fury of the barbarians.",
|
||||
kind: Armor((
|
||||
kind: Shoulder,
|
||||
stats: FromSet("Savage"),
|
||||
)),
|
||||
quality: Moderate,
|
||||
tags: [
|
||||
Material(Leather),
|
||||
],
|
||||
)
|
||||
Reference in New Issue
Block a user