veloren/assets/common/items/grasses/short.ron

12 lines
245 B
Rust

ItemDef(
name: Direct("Short Grass"),
description: "Greener than an orc's snout.",
kind: Ingredient(
kind: "Grass",
// Descriptor not needed
descriptor: "",
),
quality: Direct(Common),
tags: [],
)