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

18 lines
419 B
Plaintext
Raw Normal View History

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,
2021-03-12 01:30:15 +00:00
crit_chance: 0.0609375,
crit_mult: 1.7326007,
)),
)),
quality: Common,
tags: [],
)