Add character assets and manifests for Invincible VS, Street Fighter 6, and Tekken 8

- Added character images for Invincible VS: Dupli-Kate, Ella Mental, Invincible, Lucan, Monster Girl, Omni-Man, Powerplex, Rex Splode, Robot, Thula, Titan, and a logo.
- Created manifest.json for Invincible VS with character details and default pairing.
- Updated registry.json to reflect the total size of Guilty Gear -Strive-.
- Added character images for Street Fighter 6: A.K.I., Akuma, Bison, Blanka, Cammy, Chun-Li, Dee Jay, Dhalsim, E. Honda, Ed, Elena, Guile, Jamie, JP, Juri, Ken, Kimberly, Lily, Luke, Mai, Manon, Marisa, Rashid, Ryu, Sagat, Terry, Viper, and Zangief, along with a logo and manifest.json.
- Added character images for Tekken 8: Alisa, Anna, Armor King, Asuka, Azucena, Bryan, Claudio, Clive, Devil Jin, Dragunov, Eddy, Fahkumram, Feng, Heihachi, Hwoarang, Jack-8, Jin, Jun, Kazuya, King, Kuma, Lars, Law, Lee, Leo, Leroy, Lidia, Lili, Miary Zo, Nina, Panda, Paul, Raven, Reina, Shaheen, Steve, Victor, Xiaoyu, Yoshimitsu, and Zafina, along with a logo and manifest.json.
This commit is contained in:
2026-05-21 15:18:30 +02:00
parent 1dcae7786f
commit d846a7f2b2
128 changed files with 645 additions and 1 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 2.0 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.7 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.7 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.2 KiB

+135
View File
@@ -0,0 +1,135 @@
{
"id": "invincible-vs",
"name": "Invincible VS",
"version": "1.0.0",
"palette": {
"start": "#334155",
"end": "#0f172a"
},
"defaultPair": {
"left": "invincible",
"right": "omni-man"
},
"characters": [
{
"name": "Allen the Alien",
"slug": "allen-the-alien",
"dlc": false,
"sizeBytes": 103000
},
{
"name": "Anissa",
"slug": "anissa",
"dlc": false,
"sizeBytes": 98000
},
{
"name": "Atom Eve",
"slug": "atom-eve",
"dlc": false,
"sizeBytes": 101000
},
{
"name": "Battle Beast",
"slug": "battle-beast",
"dlc": false,
"sizeBytes": 109000
},
{
"name": "Bulletproof",
"slug": "bulletproof",
"dlc": false,
"sizeBytes": 97000
},
{
"name": "Cecil",
"slug": "cecil",
"dlc": false,
"sizeBytes": 95000
},
{
"name": "Conquest",
"slug": "conquest",
"dlc": false,
"sizeBytes": 108000
},
{
"name": "Dupli-Kate",
"slug": "dupli-kate",
"dlc": false,
"sizeBytes": 96000
},
{
"name": "Ella Mental",
"slug": "ella-mental",
"dlc": false,
"sizeBytes": 94000
},
{
"name": "Immortal",
"slug": "immortal",
"dlc": false,
"sizeBytes": 100000
},
{
"name": "Invincible",
"slug": "invincible",
"dlc": false,
"sizeBytes": 105000
},
{
"name": "Lucan",
"slug": "lucan",
"dlc": false,
"sizeBytes": 99000
},
{
"name": "Monster Girl",
"slug": "monster-girl",
"dlc": false,
"sizeBytes": 101000
},
{
"name": "Omni-Man",
"slug": "omni-man",
"dlc": false,
"sizeBytes": 110000
},
{
"name": "Powerplex",
"slug": "powerplex",
"dlc": false,
"sizeBytes": 97000
},
{
"name": "Rex Splode",
"slug": "rex-splode",
"dlc": false,
"sizeBytes": 98000
},
{
"name": "Robot",
"slug": "robot",
"dlc": false,
"sizeBytes": 99000
},
{
"name": "Thula",
"slug": "thula",
"dlc": false,
"sizeBytes": 95000
},
{
"name": "Titan",
"slug": "titan",
"dlc": false,
"sizeBytes": 100000
},
{
"name": "Universa",
"slug": "universa",
"dlc": false,
"sizeBytes": 96000
}
]
}