veloren/assets/common/items/weapons/sceptre/moon0.ron
2021-03-11 20:30:15 -05:00

18 lines
419 B
Plaintext

ItemDef(
name: "Crescent Saviour",
description: "Trusty companion by day and night.",
kind: Tool((
kind: Sceptre,
hands: Two,
stats: Direct((
equip_time_secs: 0.4,
power: 1.6,
poise_strength: 1.5,
speed: 0.5,
crit_chance: 0.0609375,
crit_mult: 1.7326007,
)),
)),
quality: Common,
tags: [],
)