primeiro commit
All checks were successful
Build and Push Image / Build and push image (push) Successful in 3m5s

This commit is contained in:
2024-04-29 21:38:53 -03:00
commit e11bf493a1
2532 changed files with 55878 additions and 0 deletions

View File

@@ -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),
],
)

View File

@@ -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),
],
)

View File

@@ -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),
],
)

View File

@@ -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),
],
)

View File

@@ -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),
],
)

View File

@@ -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),
],
)