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

17 lines
387 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.3,
poise_strength: 1.5,
speed: 0.9,
2021-03-12 01:30:15 +00:00
crit_chance: 0.0609375,
)),
)),
2021-04-02 01:26:35 +00:00
quality: Moderate,
tags: [],
)