Skip to content

Instantly share code, notes, and snippets.

View tashcan's full-sized avatar

tashcan

  • Electronic Arts
View GitHub Profile
@tashcan
tashcan / battle.js
Created January 8, 2024 01:28
STFC Battle Journal Parse code
import fs from "fs";
const battleJson = JSON.parse(fs.readFileSync("battle.json"));
let readingAbilitiesApply = false;
let readingFTs = false;
let readingAttack = false;
let idx = 0;