feat: add Pirates, Knights and Vinkins 2 support

This commit is contained in:
CosminPerRam 2024-04-14 23:06:43 +03:00
parent 00840cb4a6
commit 29f1098daf
4 changed files with 14 additions and 2 deletions

View file

@ -160,3 +160,9 @@ game_query_mod!(vrising, "V Rising", Engine::new(1_604_030), 27016);
game_query_mod!(zps, "Zombie Panic: Source", Engine::new(17_500), 27015);
game_query_mod!(moe, "Myth of Empires", Engine::new(1_371_580), 12888);
game_query_mod!(mordhau, "Mordhau", Engine::new(629_760), 27015);
game_query_mod!(
pvak2,
"Pirates, Vikings, and Knights II",
Engine::new(17570),
27015
);