trade_bot/assets/common/items/npc_weapons/staff/saurok_staff.ron
2024-07-03 19:04:49 -04:00

20 lines
462 B
Plaintext

ItemDef(
legacy_name: "Saurok Staff",
legacy_description: "Placeholder",
kind: Tool((
kind: Staff,
hands: Two,
stats: (
equip_time_secs: 0.5,
power: 1.5,
effect_power: 1.0,
speed: 0.75,
range: 1.0,
energy_efficiency: 1.0,
buff_strength: 1.0,
),
)),
quality: Low,
tags: [],
ability_spec: Some(Custom("Staff Simple")),
)