mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
12 lines
195 B
Plaintext
12 lines
195 B
Plaintext
ItemDef(
|
|
name: "Coins",
|
|
description: "Money can be exchanged for goods and services.",
|
|
kind: Utility(
|
|
kind: Coins,
|
|
),
|
|
amount: 1,
|
|
quality: Common,
|
|
tags: [],
|
|
)
|
|
|