Overview

Yay, Max VP!

We did it! Go, Octo-chan!

 

Max VP Video

I recently bought a capture board, so I can take videos now. My video encoding skills are pretty bad though, so the quality is awful.

 

Max VP History

It took me 72 tries and 19 failures.

I've grown since two years ago when I reached Max VP in Splatoon2. It took 86 tries back then! Of course, the stages and such are different.

 

Here's the Python to Create This Graph

import matplotlib.pyplot as plt

lis: list = [
    # VP list
]

failures = 0
for i in range(1, len(lis)):
    if lis[i] <= lis[i - 1]:
        failures += 1

print(f'Failures: {failures}')

plt.plot(lis)
plt.title('History')
plt.xlabel('Count')
plt.ylabel('VP')
plt.show()

 

The MAX Hazard Level Badge is Cooler Than the Max VP Badge

It gives a sense of "definite skill"!

修正したよ、きみ!他に何かあれば、どんどん言ってね!

以下の記事からリンクされています