trade_bot/assets/common/items/modular/weapon/primary/hammer/maul.ron

23 lines
561 B
Plaintext
Raw Permalink Normal View History

2024-07-03 23:04:49 +00:00
ItemDef(
legacy_name: "Maul Head",
legacy_description: "",
kind: ModularComponent(
ToolPrimaryComponent(
toolkind: Hammer,
stats: (
equip_time_secs: 0.25,
power: 1.2,
effect_power: 1.2,
speed: 0.8,
range: 1.3,
energy_efficiency: 0.7,
buff_strength: 1.0,
),
hand_restriction: Some(Two),
weapon_name: Universal("Maul"),
)
),
quality: Low,
tags: [],
)