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:
11
veloren/assets/common/items/armor/blacksmith/belt.ron
Normal file
11
veloren/assets/common/items/armor/blacksmith/belt.ron
Normal file
@@ -0,0 +1,11 @@
|
||||
ItemDef(
|
||||
legacy_name: "Blacksmith Belt",
|
||||
legacy_description: "",
|
||||
kind: Armor((
|
||||
kind: Belt,
|
||||
stats: FromSet("Blacksmith"),
|
||||
)),
|
||||
quality: Epic,
|
||||
tags: [
|
||||
],
|
||||
)
|
||||
11
veloren/assets/common/items/armor/blacksmith/chest.ron
Normal file
11
veloren/assets/common/items/armor/blacksmith/chest.ron
Normal file
@@ -0,0 +1,11 @@
|
||||
ItemDef(
|
||||
legacy_name: "Blacksmith Jacket",
|
||||
legacy_description: "",
|
||||
kind: Armor((
|
||||
kind: Chest,
|
||||
stats: FromSet("Blacksmith"),
|
||||
)),
|
||||
quality: Epic,
|
||||
tags: [
|
||||
],
|
||||
)
|
||||
11
veloren/assets/common/items/armor/blacksmith/hand.ron
Normal file
11
veloren/assets/common/items/armor/blacksmith/hand.ron
Normal file
@@ -0,0 +1,11 @@
|
||||
ItemDef(
|
||||
legacy_name: "Blacksmith Gloves",
|
||||
legacy_description: "",
|
||||
kind: Armor((
|
||||
kind: Hand,
|
||||
stats: FromSet("Blacksmith"),
|
||||
)),
|
||||
quality: Epic,
|
||||
tags: [
|
||||
],
|
||||
)
|
||||
11
veloren/assets/common/items/armor/blacksmith/hat.ron
Normal file
11
veloren/assets/common/items/armor/blacksmith/hat.ron
Normal file
@@ -0,0 +1,11 @@
|
||||
ItemDef(
|
||||
legacy_name: "Blacksmith Hat",
|
||||
legacy_description: "",
|
||||
kind: Armor((
|
||||
kind: Head,
|
||||
stats: FromSet("Blacksmith"),
|
||||
)),
|
||||
quality: High,
|
||||
tags: [
|
||||
],
|
||||
)
|
||||
11
veloren/assets/common/items/armor/blacksmith/pants.ron
Normal file
11
veloren/assets/common/items/armor/blacksmith/pants.ron
Normal file
@@ -0,0 +1,11 @@
|
||||
ItemDef(
|
||||
legacy_name: "Blacksmith Pants",
|
||||
legacy_description: "",
|
||||
kind: Armor((
|
||||
kind: Pants,
|
||||
stats: FromSet("Blacksmith"),
|
||||
)),
|
||||
quality: Epic,
|
||||
tags: [
|
||||
],
|
||||
)
|
||||
Reference in New Issue
Block a user