group_bot/assets/common/items/npc_weapons/biped_small/gnarling/stalker.ron
2024-06-11 19:51:46 -04:00

20 lines
459 B
Plaintext

ItemDef(
legacy_name: "Stalker Blowgun",
legacy_description: "",
kind: Tool((
kind: Blowgun,
hands: Two,
stats: (
equip_time_secs: 0.0,
power: 1.0,
effect_power: 0.8,
speed: 0.6,
range: 1.0,
energy_efficiency: 1.0,
buff_strength: 1.0,
),
)),
quality: Low,
tags: [],
ability_spec: Some(Custom("Gnarling Blowgun")),
)