trade_bot/assets/common/items/npc_weapons/unique/karkatha_pincer.ron
Jeff 37f40f83c2
All checks were successful
Publish / rust (push) Successful in 5m30s
Publish / docker (push) Successful in 19m35s
Update
2024-10-08 19:58:12 -04:00

21 lines
463 B
Plaintext

ItemDef(
legacy_name: "Karkatha Pincer",
legacy_description: "testing123",
kind: Tool((
kind: Natural,
hands: Two,
stats: (
equip_time_secs: 0.5,
power: 1.0,
effect_power: 1.0,
speed: 1.0,
range: 1.0,
energy_efficiency: 1.0,
buff_strength: 1.0,
),
)),
quality: High,
tags: [],
ability_spec: Some(Custom("Karkatha")),
)