hotbot/assets/common/items/npc_weapons/axe/oni_blue_axe.ron

20 lines
450 B
Plaintext
Raw Permalink Normal View History

2024-06-11 18:43:30 +00:00
ItemDef(
legacy_name: "Blue Oni Axe",
legacy_description: "Placeholder",
kind: Tool((
kind: Axe,
hands: Two,
stats: (
equip_time_secs: 0.5,
power: 1.6,
effect_power: 1.0,
speed: 1.1,
range: 1.0,
energy_efficiency: 1.0,
buff_strength: 1.0,
),
)),
quality: Low,
tags: [],
ability_spec: Some(Custom("Oni")),
)