hotbot/assets/common/items/npc_weapons/hammer/bipedlarge-cultist.ron

20 lines
511 B
Plaintext
Raw Permalink Normal View History

2024-06-11 18:43:30 +00:00
ItemDef(
legacy_name: "Giant Cultist Warhammer",
legacy_description: "This belonged to an evil Cult Leader.",
kind: Tool((
kind: Hammer,
hands: Two,
stats: (
equip_time_secs: 0.5,
power: 2.4,
effect_power: 1.0,
speed: 0.6,
range: 1.0,
energy_efficiency: 1.0,
buff_strength: 1.0,
),
)),
quality: Epic,
tags: [],
ability_spec: Some(Custom("BipedLargeCultistHammer")),
)