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/grasses/long.ron
Normal file
10
veloren/assets/common/items/grasses/long.ron
Normal file
@@ -0,0 +1,10 @@
|
||||
ItemDef(
|
||||
legacy_name: "Long Grass",
|
||||
legacy_description: "Greener than an orc's snout.",
|
||||
kind: Ingredient(
|
||||
// Descriptor not needed
|
||||
descriptor: "",
|
||||
),
|
||||
quality: Common,
|
||||
tags: [],
|
||||
)
|
||||
10
veloren/assets/common/items/grasses/medium.ron
Normal file
10
veloren/assets/common/items/grasses/medium.ron
Normal file
@@ -0,0 +1,10 @@
|
||||
ItemDef(
|
||||
legacy_name: "Medium Grass",
|
||||
legacy_description: "Greener than an orc's snout.",
|
||||
kind: Ingredient(
|
||||
// Descriptor not needed
|
||||
descriptor: "",
|
||||
),
|
||||
quality: Common,
|
||||
tags: [],
|
||||
)
|
||||
10
veloren/assets/common/items/grasses/short.ron
Normal file
10
veloren/assets/common/items/grasses/short.ron
Normal file
@@ -0,0 +1,10 @@
|
||||
ItemDef(
|
||||
legacy_name: "Short Grass",
|
||||
legacy_description: "Greener than an orc's snout.",
|
||||
kind: Ingredient(
|
||||
// Descriptor not needed
|
||||
descriptor: "",
|
||||
),
|
||||
quality: Common,
|
||||
tags: [],
|
||||
)
|
||||
Reference in New Issue
Block a user