mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
03d28f7d93
- Added a recipe that turns any of the cloth equipment dropped by villagers into 1x cloth scraps. - Animate placeholder items for tagged crafting.
16 lines
337 B
Plaintext
16 lines
337 B
Plaintext
ItemDef(
|
|
name: "Testing Boots",
|
|
description: "Hopefully this test doesn't break!",
|
|
kind: Armor(
|
|
(
|
|
kind: Foot("Dark"),
|
|
stats: (
|
|
protection: Normal(0.0),
|
|
poise_resilience: Normal(0.0),
|
|
),
|
|
)
|
|
),
|
|
quality: Low,
|
|
tags: [],
|
|
)
|