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: "Leafy Belt",
legacy_description: "Dried leaves cover over the standard twig belt, providing a slightly different texture.",
kind: Armor((
kind: Belt,
stats: FromSet("Twigs Leaves"),
)),
quality: Moderate,
tags: [
SalvageInto(Twig, 1),
],
)

View File

@@ -0,0 +1,12 @@
ItemDef(
legacy_name: "Leafy Shirt",
legacy_description: "Leaves cover the magically imbued twig shirt, providing a more natural appearance.",
kind: Armor((
kind: Chest,
stats: FromSet("Twigs Leaves"),
)),
quality: Moderate,
tags: [
SalvageInto(Twig, 3),
],
)

View File

@@ -0,0 +1,12 @@
ItemDef(
legacy_name: "Leafy Boots",
legacy_description: "Leaves cover the magically entwined twigs to provide simple protection from the elements.",
kind: Armor((
kind: Foot,
stats: FromSet("Twigs Leaves"),
)),
quality: Moderate,
tags: [
SalvageInto(Twig, 1),
],
)

View File

@@ -0,0 +1,12 @@
ItemDef(
legacy_name: "Leafy Wraps",
legacy_description: "Leaves help hide the magic-interlocking twigs, and provide mild protection from the elements.",
kind: Armor((
kind: Hand,
stats: FromSet("Twigs Leaves"),
)),
quality: Moderate,
tags: [
SalvageInto(Twig, 1),
],
)

View File

@@ -0,0 +1,12 @@
ItemDef(
legacy_name: "Leafy Pants",
legacy_description: "Leaves cover the magically imbued chainmail twigs, providing protection from the elements.",
kind: Armor((
kind: Pants,
stats: FromSet("Twigs Leaves"),
)),
quality: Moderate,
tags: [
SalvageInto(Twig, 2),
],
)

View File

@@ -0,0 +1,12 @@
ItemDef(
legacy_name: "Leafy Shoulders",
legacy_description: "Leaves cover over the twigs to provide better protection from the elements.",
kind: Armor((
kind: Shoulder,
stats: FromSet("Twigs Leaves"),
)),
quality: Moderate,
tags: [
SalvageInto(Twig, 1),
],
)