hotbot/assets/common/items/weapons/sword/caladbolg.ron
2024-06-11 14:43:30 -04:00

20 lines
474 B
Plaintext

ItemDef(
legacy_name: "Caladbolg",
legacy_description: "You sense an eldritch presence watching you.",
kind: Tool((
kind: Sword,
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,
)