Last active
October 30, 2023 00:21
-
-
Save wchargin/77d40c6dc6682fbe45a46c63b98526c1 to your computer and use it in GitHub Desktop.
plot backpack battles item chances
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
round common rare epic legend godly | |
1 90 10 0 0 0 | |
2 84 15 1 0 0 | |
3 75 20 5 0 0 | |
4 64 25 10 1 0 | |
5 45 35 15 5 0 | |
6 29 40 20 10 1 | |
7 20 35 25 15 5 | |
8 20 30 25 15 10 | |
9 20 28 25 15 12 | |
10 20 25 25 15 15 | |
11 20 23 23 17 17 | |
12 20 20 20 20 20 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
gnuplot --persist -e 'set key autotitle columnheader; set xrange [1:]; set xtics 1; set grid y; set title "backpack battles item chances"; set xlabel "round (#) (rounds 12-18 are the same)"; set ylabel "chance (%)"; plot for [i=1:5] "chances.dat" using 1:i+1 with linespoint' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
data from https://backpack-battles.fandom.com/wiki/Game_Mechanics#Shop_Mechanics