Parse Cobblemon spawn data into one single output file!
- Node v20.5.1 or later.
- cvs-parser
- Open Terminal
- Change the current working directory to the location where you want the cloned directory
- Paste the code below to clone to a local repository
git clone https://github.com/Jacen-crudo/cobblemon-parser.git
-
Press Enter to create your local clone
-
Run npm install in the terminal
npm install
- Run npm run start or npm run dev to initialize the 'data' and 'output' folders
npm run start
- 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
-
(optional) For updated biome information by cobblemon update '/src/utils/biomes_data.csv' with Cobblemon Spawn Definition
-
run npm run start or npm run dev to start the file
npm run start
- Get the updated file from '/output/output.json'