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,9 @@
ItemDef(
legacy_name: "Basalt",
legacy_description: "A dark volcanic rock, most volcanic rock tends to be basalt..",
kind: Ingredient(
descriptor: "Basalt",
),
quality: High,
tags: [],
)

View File

@@ -0,0 +1,10 @@
ItemDef(
legacy_name: "Coal",
legacy_description: "A combustible black rock that happens to be really good at burning.",
kind: Ingredient(
// Descriptor not needed
descriptor: "",
),
quality: Common,
tags: [],
)

View File

@@ -0,0 +1,9 @@
ItemDef(
legacy_name: "Granite",
legacy_description: "A light-colored igneous rock, coarse-grained and formed by intrusion.",
kind: Ingredient(
descriptor: "Granite",
),
quality: Common,
tags: [],
)

View File

@@ -0,0 +1,9 @@
ItemDef(
legacy_name: "Obsidian",
legacy_description: "An igneous rock that comes from felsic lava, it never seems to dwindle.",
kind: Ingredient(
descriptor: "Obsidian",
),
quality: Epic,
tags: [],
)