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:
9
veloren/assets/common/items/mineral/stone/basalt.ron
Normal file
9
veloren/assets/common/items/mineral/stone/basalt.ron
Normal 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: [],
|
||||
)
|
||||
10
veloren/assets/common/items/mineral/stone/coal.ron
Normal file
10
veloren/assets/common/items/mineral/stone/coal.ron
Normal 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: [],
|
||||
)
|
||||
9
veloren/assets/common/items/mineral/stone/granite.ron
Normal file
9
veloren/assets/common/items/mineral/stone/granite.ron
Normal 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: [],
|
||||
)
|
||||
9
veloren/assets/common/items/mineral/stone/obsidian.ron
Normal file
9
veloren/assets/common/items/mineral/stone/obsidian.ron
Normal 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: [],
|
||||
)
|
||||
Reference in New Issue
Block a user