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

20 lines
469 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,
effect_power: 1.5,
speed: 0.9,
2021-03-12 01:30:15 +00:00
crit_chance: 0.0609375,
2021-07-06 01:32:12 +00:00
range: 1.0,
energy_efficiency: 1.0,
)),
)),
2021-04-02 01:26:35 +00:00
quality: Moderate,
tags: [],
2021-07-06 01:32:12 +00:00
ability_spec: None,
)