hotbot/assets/common/items/weapons/sceptre/starter_sceptre.ron

20 lines
486 B
Plaintext
Raw Permalink Normal View History

2024-06-11 18:43:30 +00:00
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,
)