trade_bot/assets/common/items/tool/instruments/kora.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
455 B
Plaintext

ItemDef(
legacy_name: "Kora",
legacy_description: "Kora.",
kind: Tool((
kind: Instrument,
hands: Two,
stats: (
equip_time_secs: 0.4,
power: 0.0,
effect_power: 1.0,
speed: 1.0,
range: 0.0,
energy_efficiency: 1.0,
buff_strength: 1.0,
),
)),
quality: Common,
tags: [Utility],
ability_spec: Some(Custom("Kora")),
)