v3mt
Version:
A CLI toolkit for managing and deploying Victoria 3 mods, including sending mod files to the game, launching the game, and more.
66 lines (65 loc) • 7.1 kB
JavaScript
const Victoria3 = `................................................................................................................................................................................
.............................................................................@@@@@@@@@@@@@@@@@@@@@@@............................................................................
.............................................................................@@@@@@@@@@@@@@@@@@@@@@.............................................................................
............................................................................@@@@.......@@@@@@@@@@...............................................................................
...........................................................................@@........@@@@@@@@@..................................................................................
..........................................................................@@.......@@@@@@@@@....................................................................................
.................................................................................@@@@@@@@@@@@@@.................................................................................
.................................................................................@........@@@@@@@@..............................................................................
..........................................................................................@..@@@@@@@@..............................................@@...........................
............@@@@@@@@@@@@@........@@@@@@@@@@@...@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@.......@@@@..........................
...............@@@@@@@@.............@@@@@........................................................................................................@@@@@@.........................
................@@@@@@@.............@@@@.@@@@@@@@@.....@@@@@@@@@@@.@@@@@@@@@@@@@@@@@@@.....@@@@@@@@@.....@@@@@@@@@@@@@@@......@@@@@@@@@@.........@@@@@@.........................
.................@@@@@@............@@@@...@@@@@@....@@@@@@....@@@@.@@@@...@@@@@...@@@@...@@@@....@@@@@@....@@@@@.....@@@@@@.....@@@@@@..........@@@@@@@@........................
...@@@@@@@@.......@@@@@@.........@@@@@....@@@@@@...@@@@@........@@.@@.....@@@@@.....@@..@@@@.......@@@@@...@@@@@.....@@@@@@@....@@@@@@.........@@.@@@@@@@......@@@@@@@@.........
.@@@@@@@..........@@@@@@@@@@...@@@@@@.....@@@@@@..@@@@@@........@@.@@.....@@@@@......@.@@@@@@......@@@@@@..@@@@@......@@@@@.....@@@@@@........@@@..@@@@@@@@@@@@@@@@@@@@@@@@@....
@@@@@@...........@@@@@@@@@@@@@@@@@@@@.....@@@@@@..@@@@@..................@@@@@@@.......@@@@@@.......@@@@@..@@@@@.....@@@@@......@@@@@@@.....@@@@....@@@@@@@............@@@@@@@..
.@@@@@@.............@@@@@@@@@@@..@@@.....@@@@@@@.@@@@@@..................@@@@@@@.......@@@@@........@@@@@..@@@@@@@@@@@@@........@@@@@@......@@@...@@@@@@@@@@@@...........@@@@@@.
.@@@@@@@.............@@@@@@@....@@@.......@@@@@@..@@@@@............@@@@...@@@@@........@@@@@......@@@@@@@..@@@@@...@@@@@........@@@@@@......@@.@@@....@@@@@@@@...........@@@@@@.
...@@@@@@@@@@@@@@@@@@@@@@@@@...@@@........@@@@@@..@@@@@@@.......@@@@@.....@@@@@........@@@@@.......@@@@@@..@@@@@....@@@@@.......@@@@@@.....@@@@@......@@@@@@@@...........@@@@@@.
.......@@@@@@@@@@@@...@@@@....@@@.........@@@@@@...@@@@.........@@@@......@@@@@.........@@@@@.......@@@@...@@@@@.....@@@@@@.....@@@@@@....@@@@........@@@@@@@@......@@@@@@@@@@..
.......................@@@...@@@..........@@@@@@....@@@@.......@@@@@......@@@@@..........@@@@@.....@@@@....@@@@@.....@@@@@@@....@@@@@@...@@@.............@@@@@@........@@@......
........................@@@..@@.........@@@@@@@@@@....@@@@@@@@@@@.@@....@@@@@@@@@..........@@@@@@@@@@....@@@@@@@@@..@@@@@@@@@@@@@@@@@@@@.@@@...............@@@@@@...............
.........................@@@@@@...................................@@....................................................................@@@@...............@@@@@@...............
.........................@@@@@.....................................@@.................................................................@@@@@@@@...........@@@@@@@@@@@............
..........................@@@......@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@....@@@@@@@@@.........@@@@@@@@@@@@.............
....................................................................@@@............................@@@@@@.......................................................................
......................................................................@@...................@@@...@@@@@@@........................................................................
.......................................................................@@@@................@@@@@@@@@@@..........................................................................
.........................................................................@@@@@.............@@@@@@@@@............................................................................
............................................................................@@@@@@@@@@@@@@@@@@@@@...............................................................................
..................................................................................@@@@@@@@@@....................................................................................
`;
const V = `
██╗ ██
██║ ██
██║ ██
╚██╗ ██╔
╚████╔╝
╚═══╝
`;
const V3 = `
██╗ ██╗██████╗
██║ ██║╚════██╗
██║ ██║ █████╔╝
╚██╗ ██╔╝ ╚═══██╗
╚████╔╝ ██████╔╝
╚═══╝ ╚═════╝
`;
const V3M = `
██╗ ██╗██████╗ ███╗ ███╗
██║ ██║╚════██╗████╗ ████║
██║ ██║ █████╔╝██╔████╔██║
╚██╗ ██╔╝ ╚═══██╗██║╚██╔╝██║
╚████╔╝ ██████╔╝██║ ╚═╝ ██║
╚═══╝ ╚═════╝ ╚═╝ ╚═╝
`;
const V3MT = `
██╗ ██╗██████╗ ███╗ ███╗████████╗
██║ ██║╚════██╗████╗ ████║╚══██╔══╝
██║ ██║ █████╔╝██╔████╔██║ ██║
╚██╗ ██╔╝ ╚═══██╗██║╚██╔╝██║ ██║
╚████╔╝ ██████╔╝██║ ╚═╝ ██║ ██║
╚═══╝ ╚═════╝ ╚═╝ ╚═╝ ╚═╝
`;
export default { Victoria3, V, V3, V3M, V3MT };