veloren/assets/common/items/weapons/empty/empty.ron

16 lines
345 B
Plaintext

ItemDef(
name: "Empty Item",
description: "This item may grant abilities, but is invisible",
kind: Tool((
kind: Empty,
hands: One,
stats: (
equip_time_millis: 200,
power: 1.0,
poise_strength: 1.0,
speed: 1.0,
),
)),
quality: Low,
tags: [],
)