zayKenyon / VALORANT-rank-yoinker

A Python app which retrieves the VALORANT rank and players' equipped skins during a match
https://zayKenyon.github.io/VALORANT-rank-yoinker/
ISC License
433 stars 134 forks source link

Adds Outlaw support (E8:A1 new weapon) #185

Closed juliancasaburi closed 5 months ago

juliancasaburi commented 5 months ago

Adds support for the newly introduced weapon, Outlaw, in Episode 8: Act I when running the configurator using --config flag:

python main.py --config

--config after

config.json after

Now it correctly sets the Outlaw weapon value in config.json instead of setting it to null. As a result, the app no longer defaults to showing the skin for the Vandal.

https://github.com/zayKenyon/VALORANT-rank-yoinker/blob/70d7ef0161f0bace1e59f3f908932777a36925cc/src/questions.py#L26-L32

--config before

config.json before