primeiro commit
All checks were successful
Build and Push Image / Build and push image (push) Successful in 3m5s
All checks were successful
Build and Push Image / Build and push image (push) Successful in 3m5s
This commit is contained in:
10
veloren/assets/common/items/crafting_tools/mortar_pestle.ron
Normal file
10
veloren/assets/common/items/crafting_tools/mortar_pestle.ron
Normal file
@@ -0,0 +1,10 @@
|
||||
ItemDef(
|
||||
legacy_name: "Mortar and Pestle",
|
||||
legacy_description: "Crushes and grinds things into a fine powder or paste. Needed to craft various items.",
|
||||
kind: Ingredient(
|
||||
// Descriptor not needed
|
||||
descriptor: "",
|
||||
),
|
||||
quality: Moderate,
|
||||
tags: [CraftingTool],
|
||||
)
|
||||
10
veloren/assets/common/items/crafting_tools/sewing_set.ron
Normal file
10
veloren/assets/common/items/crafting_tools/sewing_set.ron
Normal file
@@ -0,0 +1,10 @@
|
||||
ItemDef(
|
||||
legacy_name: "Sewing Set",
|
||||
legacy_description: "Used to craft various items.",
|
||||
kind: Ingredient(
|
||||
// Descriptor not needed
|
||||
descriptor: "",
|
||||
),
|
||||
quality: Moderate,
|
||||
tags: [CraftingTool],
|
||||
)
|
||||
Reference in New Issue
Block a user