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

17 lines
374 B
Plaintext
Raw Normal View History

ItemDef(
name: "Crescent Saviour",
description: "Trusty companion by day and night.",
kind: Tool(
(
kind: Sceptre,
stats: (
equip_time_millis: 400,
power: 1.6,
2021-01-26 04:16:28 +00:00
poise_power: 1.5,
speed: 0.5
),
)
),
quality: Common,
)