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: "Twig Belt",
legacy_description: "Small bits of nature magically held together into the shape of a belt.",
kind: Armor((
kind: Belt,
stats: FromSet("Twigs"),
)),
quality: Moderate,
tags: [
SalvageInto(Twig, 1),
],
)

View File

@@ -0,0 +1,12 @@
ItemDef(
legacy_name: "Twig Shirt",
legacy_description: "Small sticks magically imbued to hold together to form a shirt.",
kind: Armor((
kind: Chest,
stats: FromSet("Twigs"),
)),
quality: Moderate,
tags: [
SalvageInto(Twig, 3),
],
)

View File

@@ -0,0 +1,12 @@
ItemDef(
legacy_name: "Twig Boots",
legacy_description: "Small twigs intertwined and imbued with magic to provide simple protection.",
kind: Armor((
kind: Foot,
stats: FromSet("Twigs"),
)),
quality: Moderate,
tags: [
SalvageInto(Twig, 1),
],
)

View File

@@ -0,0 +1,12 @@
ItemDef(
legacy_name: "Twig Wraps",
legacy_description: "Magically imbued twigs interlocked into simple hand wraps.",
kind: Armor((
kind: Hand,
stats: FromSet("Twigs"),
)),
quality: Moderate,
tags: [
SalvageInto(Twig, 1),
],
)

View File

@@ -0,0 +1,12 @@
ItemDef(
legacy_name: "Twig Pants",
legacy_description: "Magically imbued twigs formed into links similar to chainmail.",
kind: Armor((
kind: Pants,
stats: FromSet("Twigs"),
)),
quality: Moderate,
tags: [
SalvageInto(Twig, 2),
],
)

View File

@@ -0,0 +1,12 @@
ItemDef(
legacy_name: "Twig Shoulders",
legacy_description: "Spaulders made from tightly tied twigs.",
kind: Armor((
kind: Shoulder,
stats: FromSet("Twigs"),
)),
quality: Moderate,
tags: [
SalvageInto(Twig, 1),
],
)