Skip to content

A Node.js Discord bot simulating a Fire Emblem-like turn-based strategical RPG

License

Notifications You must be signed in to change notification settings

laicar/Fire-Emblem-Discord-Bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fire-Emblem-Discord-Bot

A Node.js Discord bot simulating a Fire Emblem-like turn-based strategical RPG. For ease of use, it relies on a Google Sheet to setup its database. Why a Discord bot? It's a long story. Maybe one day there'll be a graphical interface.

Setting up your version of the bot

{
    "prefix": "your-chosen-prefix",
    "token": "your-bot-token"
    "sheetID": "your-sheet's-id",
    "statsRange": "Stats!A1:O9",
    "unitsRange": "Units!A1:BB33",
    "itemRange": "Items!A1:AK11",
    "wexpThresholds": [215, 135, 80, 40, 15, 0]
}

Customizable data

While you can code your own features to the bot, the architecture is made for you to adapt to your game easily:

  • Stat names and how much each primary stat affects a secondary stat (Stats sheet).
  • Weapon Exp thresholds for weapon ranks (config.json).

About

A Node.js Discord bot simulating a Fire Emblem-like turn-based strategical RPG

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published