Skip to content

Jacen-crudo/cobblemon-parser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

COBBLEMON PARSER

Parse Cobblemon spawn data into one single output file!

NPM Packages

Installation Instructions

  1. Open Terminal
  2. Change the current working directory to the location where you want the cloned directory
  3. Paste the code below to clone to a local repository

git clone https://github.com/Jacen-crudo/cobblemon-parser.git

  1. Press Enter to create your local clone

  2. Run npm install in the terminal

npm install

  1. Run npm run start or npm run dev to initialize the 'data' and 'output' folders

npm run start

  1. Place the entire Mod's .zip or .csv file in the 'data' folder

Note: CSV File required headers are (not case-sensitive, character-sensitive):

  • pokémon, biome, preset, bucket, lv. min, lv. max, weight, canseesky
  1. (optional) For updated biome information by cobblemon update '/src/utils/biomes_data.csv' with Cobblemon Spawn Definition

  2. run npm run start or npm run dev to start the file

npm run start

  1. Get the updated file from '/output/output.json'

About

Parser to centralize cobblemon spawn data. NodeJS is required to run this file.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors