trade_bot/assets/common/items/weapons/axe/parashu.ron

20 lines
464 B
Plaintext
Raw Normal View History

2024-07-03 23:04:49 +00:00
ItemDef(
legacy_name: "Parashu",
legacy_description: "Said to be able to cleave the heavens.",
kind: Tool((
kind: Axe,
hands: Two,
stats: (
equip_time_secs: 0.5,
power: 2.25,
effect_power: 1.2,
speed: 0.7,
range: 1.0,
energy_efficiency: 0.8,
buff_strength: 1.2,
),
)),
quality: Legendary,
tags: [],
ability_spec: None,
)