hotbot/assets/common/items/weapons/sword/cultist.ron

22 lines
501 B
Plaintext
Raw Permalink Normal View History

2024-06-11 18:43:30 +00:00
ItemDef(
legacy_name: "Magical Cultist Greatsword",
legacy_description: "This belonged to an evil Cult Leader.",
kind: Tool((
kind: Sword,
hands: Two,
stats: (
equip_time_secs: 0.5,
power: 1.45,
effect_power: 0.7,
speed: 0.8,
range: 1.0,
energy_efficiency: 1.3,
buff_strength: 1.2,
),
)),
quality: Epic,
tags: [
Cultist,
],
ability_spec: None,
)