Function veloren_common::comp::inventory::item::modular::generate_weapons

source ยท
pub fn generate_weapons(
    tool: ToolKind,
    material: Material,
    hand_restriction: Option<Hands>,
) -> Result<Vec<Item>, ModularWeaponCreationError>