deadline-balancing

deadline balancing

attachment stats for deadline. game link: https://www.roblox.com/games/3837841034

changelogs

guide

balancing.csv

Master balancing sheet. Should always be up to date with the latest changes.

testing.csv

Testing sheet. Gets imported into dev branch when updated.

port.py

Script to port changes from a change sheet into balancing.csv or testing.csv. Usage:

python port.py (change sheet) (target sheet) [header row]  
python port.py "changes/changes.csv" "testing.csv" 2

diff.py

Script to compare two sheets and output a changelog. Usage:

python diff.py (old sheet) (new sheet)
python diff.py "archive/0-22-12.csv" "balancing.csv"