hotbot/assets/common/items/weapons/sceptre/starter_sceptre.ron
2024-06-11 14:43:30 -04:00

20 lines
486 B
Plaintext

ItemDef(
legacy_name: "Naturalist Walking Stick",
legacy_description: "Heals your allies with the power of nature.",
kind: Tool((
kind: Sceptre,
hands: Two,
stats: (
equip_time_secs: 0.4,
power: 0.45,
effect_power: 0.1,
speed: 0.95,
range: 0.95,
energy_efficiency: 1.0,
buff_strength: 0.9,
),
)),
quality: Low,
tags: [],
ability_spec: None,
)