veloren/assets/common/items/weapons/sceptre/loops0.ron

17 lines
340 B
Plaintext
Raw Normal View History

ItemDef(
name: "Soothing Loop",
description: "Do you really want to live forever?",
kind: Tool((
kind: Sceptre,
hands: Two,
stats: (
equip_time_millis: 400,
power: 1.2,
poise_strength: 1.5,
speed: 1.5,
),
)),
quality: High,
tags: [],
)