mirror of
https://gitlab.com/veloren/veloren.git
synced 2025-07-25 21:02:31 +00:00
10 lines
173 B
Plaintext
10 lines
173 B
Plaintext
ItemDef(
|
|
name: "Medium Grass",
|
|
description: "Greener than an orc's snout.",
|
|
kind: Ingredient(
|
|
kind: "Grass",
|
|
),
|
|
quality: Common,
|
|
tags: [],
|
|
)
|