Skip to content
/ Nox Public

A Sapphire bot implementing a Smite Collectible Card Game and other useful Smite commands.

License

Notifications You must be signed in to change notification settings

Tokipudi/Nox

Repository files navigation

Nox

A Smite CCG bot made with Sapphire.

This bot is up and running on Pattedevelour's Discord server.

Discord Banner 2

Features

Smite Commands

Multiple features are available, and many more are still being worked on:

  • Get a god's details

God Command

  • Get information about an item

Item Command

  • Get the MOTD for a given day

MOTD Command

And many more!

Smite CCG (Collectible Card Game)

The main reason why this bot was created in the first place.

Inspired by Mudae's Harem mini-game, this bot will let you claim cards that you will then be able to give, exchange, or fight against other players cards.

Roll

Each player can roll a card with the /roll command. To claim it, you will have to react to it with an emoji.

Beware, everyone can claim your roll! You need to act fast!

Roll Command

Fight

Each player can pick one of its cards to challenge another player to a fight with the /fight command.

The loser's fighter will be exhausted, and will not be able to fight anymore for a certain length of time. If its owner want to fight again, they will have to use another fighter!

Fight Command

Player statistics / Achievements

Check how well you're doing with the /player command, and try to unlock achievements to get rewards for the next season!

Achievements Command

How to run

If you want to clone this project and run it on your end, here are the first steps you want to take.

WARNING: This bot was not meant to be ran by anyone else than me. It is extremely likely that you will encounter errors when trying to make it run for the first time.

Pre-requisites

  • Node >= 16
  • A Postgresql Database
  • Hirez developer API credentials (you can request them here)

Installation

  • Rename .env.example to .env and configure it properly
  • Install the node application: npm install
  • Setup the database: npx prisma migrate
  • Compile typescript files: npm run build
  • Start the bot: npm start

About

A Sapphire bot implementing a Smite Collectible Card Game and other useful Smite commands.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published