hotbot/assets/common/items/modular/weapon/primary/hammer/hammer.ron
2024-06-11 14:43:30 -04:00

27 lines
650 B
Plaintext

ItemDef(
legacy_name: "Hammer Head",
legacy_description: "",
kind: ModularComponent(
ToolPrimaryComponent(
toolkind: Hammer,
stats: (
equip_time_secs: 0.25,
power: 1.0,
effect_power: 1.0,
speed: 1.0,
range: 1.0,
energy_efficiency: 1.0,
buff_strength: 1.0,
),
hand_restriction: None,
weapon_name: HandednessDependent(
one_handed: "Club",
two_handed: "Hammer",
),
)
),
quality: Low,
tags: [],
)