trade_bot/assets/common/items/weapons/tool/golf_club.ron
2024-07-03 19:04:49 -04:00

21 lines
523 B
Plaintext

ItemDef(
legacy_name: "Golf Club",
legacy_description: "Peasant swatter. Fiercely anti-urbanist. Climate crisis? What climate crisis?",
kind: Tool((
kind: Hammer,
hands: Two,
stats: (
equip_time_secs: 0.5,
power: 0.6,
effect_power: 1.0,
speed: 1.0,
range: 1.0,
energy_efficiency: 1.0,
buff_strength: 1.0,
),
)),
quality: Low,
tags: [],
ability_spec: Some(Custom("Golf Club")),
)