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

18 lines
426 B
Plaintext

ItemDef(
name: "Amethyst Staff",
description: "Its stone is the closest thing from perfection",
kind: Tool((
kind: Sceptre,
hands: Two,
stats: Direct((
equip_time_secs: 0.4,
power: 1.8,
poise_strength: 1.5,
speed: 1.2,
crit_chance: 0.088125,
crit_mult: 1.3857143,
)),
)),
quality: Epic,
tags: [],
)