23 lines
530 B
Plaintext
23 lines
530 B
Plaintext
ItemDef(
|
|
legacy_name: "Long Hammer Haft",
|
|
legacy_description: "",
|
|
kind: ModularComponent(
|
|
ToolSecondaryComponent(
|
|
toolkind: Hammer,
|
|
stats: (
|
|
equip_time_secs: 1.1,
|
|
power: 1.15,
|
|
effect_power: 1.1,
|
|
speed: 0.8,
|
|
range: 1.1,
|
|
energy_efficiency: 0.9,
|
|
buff_strength: 1.1,
|
|
),
|
|
hand_restriction: Some(Two),
|
|
)
|
|
),
|
|
quality: Common,
|
|
tags: [],
|
|
)
|
|
|