Skip to content

PitPanda/MysticDescriptionLoader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

MysticDescriptionLoader

Grabs mystic descriptions from Pit

It will create a file called mystics.json

the general format of the file is like this:

{
  "enchant key":{
    "version":{
      "tier": [
        "enchant name", 
        "description line 1", 
        "description line 2", 
        "description line n"
      ]
    }
  }
}

Set Up

You will need to create a file in the same directory called key.txt and place your api key inside.

Running

Deno run --allow-net --allow-write index.js

About

Grabs mystic descriptions from Pit

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published