veloren/assets/common/items/debug/possess.ron
Avi Weinstock 03d28f7d93 Implement tags for items, allowing a crafting recipe to take any item with that tag as input.
- Added a recipe that turns any of the cloth equipment dropped by villagers into 1x cloth scraps.
- Animate placeholder items for tagged crafting.
2021-02-16 01:05:54 +00:00

19 lines
478 B
Plaintext

ItemDef(
name: "Belzeshrub the Broom-God",
description: "You can hear him giggle whenever\nyou hit the ground a bit too hard...",
kind: Tool(
(
kind: Debug,
stats: (
equip_time_millis: 0,
power: 1.00,
poise_strength: 1.00,
speed: 1.0
),
)
),
quality: Debug,
tags: [],
)
// And the ground is pretty hard at maximum velocity...