League-of-DAE-Legends / SquadForger

Tool for League of Legends Custom ARAM's to solve the issue of not having rerolls
MIT License
1 stars 0 forks source link
aram custom discord league-of-legends reroll

SquadForger - ARAM Team Builder for League of Legends

Resolve the no rerolls issue in custom ARAM games with this tool! This GitHub repository houses a C#-based solution that takes the teams participating in a custom ARAM match as input and dynamically generates a pool of 15 champions for each team. The generated champion pools are then displayed and can be shared on Discord.

Features:

Usage:

1. Download the Latest Release

2. Open SquadForger.exe

3. Input the participating teams.

This can be done manually, or by parsing a csv. Currently we have 1 simple version of CSV parser, but you can add your own parser by implementing ITeamNamesRepository interface. This is what our CSVTeamParser.cs can handle:

image

Gif3

4. Run the script to generate champion pools.

Here we have 2 options:

Safe Generate

Custom Generate

Gif3

5. Add Discord Webhook ID

If you are not familiar with Webhooks, this article will come in handy :)

image

6. Discord integration automatically shares the pools.

image