veloren/assets/common/items/weapons/staff/solar.ron

18 lines
416 B
Plaintext
Raw Normal View History

ItemDef(
name: "Solar Staff",
description: "Sun energy rumble deep within this staff",
2021-01-13 03:26:51 +00:00
kind: Tool((
kind: Staff,
hands: Two,
stats: Direct((
equip_time_secs: 0.3,
power: 0.9,
poise_strength: 1.0,
speed: 1.1,
2021-03-12 01:30:15 +00:00
crit_chance: 0.125,
crit_mult: 1.4571428,
)),
2021-01-13 03:26:51 +00:00
)),
2020-10-07 02:23:20 +00:00
quality: Moderate,
tags: [],
2021-01-13 03:26:51 +00:00
)