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: "Flowery Belt",
legacy_description: "Magically imbued twigs, held together with a flower intertwining its stem to hold the belt together.",
kind: Armor((
kind: Belt,
stats: FromSet("Twigs Flowers"),
)),
quality: Moderate,
tags: [
SalvageInto(Twig, 1),
],
)

View File

@@ -0,0 +1,12 @@
ItemDef(
legacy_name: "Flowery Shirt",
legacy_description: "Magically imbued twigs decorated with flowers and their stems, letting others know your intentions of peace and love.",
kind: Armor((
kind: Chest,
stats: FromSet("Twigs Flowers"),
)),
quality: Moderate,
tags: [
SalvageInto(Twig, 3),
],
)

View File

@@ -0,0 +1,12 @@
ItemDef(
legacy_name: "Flowery Boots",
legacy_description: "Woven and magically imbued, these boots of twigs and flowers provide simple protection and peace to the wearer.",
kind: Armor((
kind: Foot,
stats: FromSet("Twigs Flowers"),
)),
quality: Moderate,
tags: [
SalvageInto(Twig, 1),
],
)

View File

@@ -0,0 +1,12 @@
ItemDef(
legacy_name: "Flowery Wraps",
legacy_description: "Wrapped and intertwined twigs held together with magic and flowers with their stems, providing peace and protection for the wearer.",
kind: Armor((
kind: Hand,
stats: FromSet("Twigs Flowers"),
)),
quality: Moderate,
tags: [
SalvageInto(Twig, 1),
],
)

View File

@@ -0,0 +1,12 @@
ItemDef(
legacy_name: "Flowery Pants",
legacy_description: "Chainmail woven twigs enhanced with flower stems to provide protection and peace.",
kind: Armor((
kind: Pants,
stats: FromSet("Twigs Flowers"),
)),
quality: Moderate,
tags: [
SalvageInto(Twig, 2),
],
)

View File

@@ -0,0 +1,12 @@
ItemDef(
legacy_name: "Flowery Shoulders",
legacy_description: "Flowers join the tied twigs to provide protection and peace to the wearer.",
kind: Armor((
kind: Shoulder,
stats: FromSet("Twigs Flowers"),
)),
quality: Moderate,
tags: [
SalvageInto(Twig, 1),
],
)