Add character images and manifest for 2XKO fighting game pack

This commit is contained in:
2026-05-21 13:54:12 +02:00
parent 8ddb9685bb
commit 4eda11969b
15 changed files with 28 additions and 0 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 471 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 448 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 558 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 780 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 371 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 506 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 356 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 456 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 500 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 438 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 417 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 440 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 322 KiB

BIN
View File
Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

+28
View File
@@ -0,0 +1,28 @@
{
"id": "2xko",
"name": "2XKO",
"version": "1.0.0",
"palette": {
"start": "#7c3aed",
"end": "#1d4ed8"
},
"defaultPair": {
"left": "ahri",
"right": "yasuo"
},
"characters": [
{ "name": "Ahri", "slug": "ahri", "dlc": false, "sizeBytes": 100000 },
{ "name": "Akali", "slug": "akali", "dlc": false, "sizeBytes": 100000 },
{ "name": "Braum", "slug": "braum", "dlc": false, "sizeBytes": 100000 },
{ "name": "Caitlyn", "slug": "caitlyn", "dlc": false, "sizeBytes": 100000 },
{ "name": "Darius", "slug": "darius", "dlc": false, "sizeBytes": 100000 },
{ "name": "Ekko", "slug": "ekko", "dlc": false, "sizeBytes": 100000 },
{ "name": "Illaoi", "slug": "illaoi", "dlc": false, "sizeBytes": 100000 },
{ "name": "Jinx", "slug": "jinx", "dlc": false, "sizeBytes": 100000 },
{ "name": "Senna", "slug": "senna", "dlc": false, "sizeBytes": 100000 },
{ "name": "Teemo", "slug": "teemo", "dlc": false, "sizeBytes": 100000 },
{ "name": "Vi", "slug": "vi", "dlc": false, "sizeBytes": 100000 },
{ "name": "Warwick", "slug": "warwick", "dlc": false, "sizeBytes": 100000 },
{ "name": "Yasuo", "slug": "yasuo", "dlc": false, "sizeBytes": 100000 }
]
}