trade_bot/assets/common/items/weapons/axe/malachite_axe-0.ron

20 lines
513 B
Plaintext
Raw Normal View History

2024-07-03 23:04:49 +00:00
ItemDef(
legacy_name: "Malachite Axe",
legacy_description: "Etched axe head decorated with malachite on the blades to provide magical properties.",
kind: Tool((
kind: Axe,
hands: Two,
stats: (
equip_time_secs: 0.5,
2024-11-15 17:07:15 +00:00
power: 2.175,
effect_power: 1.2,
speed: 0.7,
2024-07-03 23:04:49 +00:00
range: 1.0,
2024-11-15 17:07:15 +00:00
energy_efficiency: 0.8,
2024-07-03 23:04:49 +00:00
buff_strength: 1.2,
),
)),
quality: Epic,
tags: [],
ability_spec: None,
)