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

19 lines
430 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,
2021-07-06 01:32:12 +00:00
range: 1.0,
)),
2021-01-13 03:26:51 +00:00
)),
2020-10-07 02:23:20 +00:00
quality: Moderate,
tags: [],
2021-07-06 01:32:12 +00:00
ability_spec: None,
2021-01-13 03:26:51 +00:00
)