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,10 @@
ItemDef(
legacy_name: "Blue Flower",
legacy_description: "Matches the color of the sky.",
kind: Ingredient(
// Descriptor not needed
descriptor: "",
),
quality: Common,
tags: [],
)

View File

@@ -0,0 +1,10 @@
ItemDef(
legacy_name: "Moonbell",
legacy_description: "It glistens brilliantly under the moonlight.",
kind: Ingredient(
// Descriptor not needed
descriptor: "",
),
quality: Common,
tags: [],
)

View File

@@ -0,0 +1,10 @@
ItemDef(
legacy_name: "Pink Flower",
legacy_description: "Looks like a lollipop.",
kind: Ingredient(
// Descriptor not needed
descriptor: "",
),
quality: Common,
tags: [],
)

View File

@@ -0,0 +1,10 @@
ItemDef(
legacy_name: "Plant Fiber",
legacy_description: "A length of raw plant material.",
kind: Ingredient(
// Descriptor not needed
descriptor: "",
),
quality: Common,
tags: [],
)

View File

@@ -0,0 +1,10 @@
ItemDef(
legacy_name: "Pyrebloom",
legacy_description: "Warm to the touch, long after picking.",
kind: Ingredient(
// Descriptor not needed
descriptor: "",
),
quality: Common,
tags: [],
)

View File

@@ -0,0 +1,10 @@
ItemDef(
legacy_name: "Red Flower",
legacy_description: "Can be used as a dying ingredient.",
kind: Ingredient(
// Descriptor not needed
descriptor: "",
),
quality: Common,
tags: [],
)

View File

@@ -0,0 +1,10 @@
ItemDef(
legacy_name: "Sunflower",
legacy_description: "Smells like summer.",
kind: Ingredient(
// Descriptor not needed
descriptor: "",
),
quality: Common,
tags: [],
)

View File

@@ -0,0 +1,10 @@
ItemDef(
legacy_name: "White flower",
legacy_description: "Pure and precious.",
kind: Ingredient(
// Descriptor not needed
descriptor: "",
),
quality: Common,
tags: [],
)

View File

@@ -0,0 +1,10 @@
ItemDef(
legacy_name: "Wild Flax",
legacy_description: "Could be used to spin some simple cloth.",
kind: Ingredient(
// Descriptor not needed
descriptor: "",
),
quality: Common,
tags: [],
)

View File

@@ -0,0 +1,10 @@
ItemDef(
legacy_name: "Yellow Flower",
legacy_description: "Glows like the sun.",
kind: Ingredient(
// Descriptor not needed
descriptor: "",
),
quality: Common,
tags: [],
)