This commit is contained in:
@@ -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),
|
||||
],
|
||||
)
|
||||
@@ -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),
|
||||
],
|
||||
)
|
||||
@@ -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),
|
||||
],
|
||||
)
|
||||
@@ -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),
|
||||
],
|
||||
)
|
||||
@@ -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),
|
||||
],
|
||||
)
|
||||
@@ -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