This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
ItemDef(
|
||||
legacy_name: "Blacksmith Belt",
|
||||
legacy_description: "",
|
||||
kind: Armor((
|
||||
kind: Belt,
|
||||
stats: FromSet("Blacksmith"),
|
||||
)),
|
||||
quality: Epic,
|
||||
tags: [
|
||||
],
|
||||
)
|
||||
@@ -0,0 +1,11 @@
|
||||
ItemDef(
|
||||
legacy_name: "Blacksmith Jacket",
|
||||
legacy_description: "",
|
||||
kind: Armor((
|
||||
kind: Chest,
|
||||
stats: FromSet("Blacksmith"),
|
||||
)),
|
||||
quality: Epic,
|
||||
tags: [
|
||||
],
|
||||
)
|
||||
@@ -0,0 +1,11 @@
|
||||
ItemDef(
|
||||
legacy_name: "Blacksmith Gloves",
|
||||
legacy_description: "",
|
||||
kind: Armor((
|
||||
kind: Hand,
|
||||
stats: FromSet("Blacksmith"),
|
||||
)),
|
||||
quality: Epic,
|
||||
tags: [
|
||||
],
|
||||
)
|
||||
@@ -0,0 +1,11 @@
|
||||
ItemDef(
|
||||
legacy_name: "Blacksmith Hat",
|
||||
legacy_description: "",
|
||||
kind: Armor((
|
||||
kind: Head,
|
||||
stats: FromSet("Blacksmith"),
|
||||
)),
|
||||
quality: High,
|
||||
tags: [
|
||||
],
|
||||
)
|
||||
@@ -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