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: "Bonerattler Belt",
legacy_description: "Sections of vertebrae fastened together with hide and a bonerattler eye for the buckle.",
kind: Armor((
kind: Belt,
stats: FromSet("Bonerattler"),
)),
quality: High,
tags: [
Material(Leather),
],
)

View File

@@ -0,0 +1,12 @@
ItemDef(
legacy_name: "Bonerattler Cuirass",
legacy_description: "The spiny back and hide of a bonerattler fastened together into a protective cuirass.",
kind: Armor((
kind: Chest,
stats: FromSet("Bonerattler"),
)),
quality: High,
tags: [
Material(Leather),
],
)

View File

@@ -0,0 +1,12 @@
ItemDef(
legacy_name: "Bonerattler Boots",
legacy_description: "Boots made from the claws and hide of a bonerattler.",
kind: Armor((
kind: Foot,
stats: FromSet("Bonerattler"),
)),
quality: High,
tags: [
Material(Leather),
],
)

View File

@@ -0,0 +1,12 @@
ItemDef(
legacy_name: "Bonerattler Gauntlets",
legacy_description: "The hide and bone from a bonerattler provide strong protection for the wearer.",
kind: Armor((
kind: Hand,
stats: FromSet("Bonerattler"),
)),
quality: High,
tags: [
Material(Leather),
],
)

View File

@@ -0,0 +1,12 @@
ItemDef(
legacy_name: "Bonerattler Chausses",
legacy_description: "Assorted bones and hide from a bonerattler provide protection around the wearer's legs.",
kind: Armor((
kind: Pants,
stats: FromSet("Bonerattler"),
)),
quality: High,
tags: [
Material(Leather),
],
)

View File

@@ -0,0 +1,12 @@
ItemDef(
legacy_name: "Bonerattler Shoulder Pad",
legacy_description: "Roughly formed bonerattler hide provide some strong protection.",
kind: Armor((
kind: Shoulder,
stats: FromSet("Bonerattler"),
)),
quality: High,
tags: [
Material(Leather),
],
)