This repository has been archived on 2025-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
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")),
)