hotbot/assets/common/items/modular/weapon/primary/sword/sabre.ron
2024-06-11 14:43:30 -04:00

27 lines
652 B
Plaintext

ItemDef(
legacy_name: "Sabre Blade",
legacy_description: "",
kind: ModularComponent(
ToolPrimaryComponent(
toolkind: Sword,
stats: (
equip_time_secs: 0.25,
power: 1.4,
effect_power: 0.8,
speed: 0.9,
range: 1.0,
energy_efficiency: 1.1,
buff_strength: 0.8,
),
hand_restriction: None,
weapon_name: HandednessDependent(
one_handed: "Scimitar",
two_handed: "Sabre",
),
)
),
quality: Low,
tags: [],
)