Update character assets from PNG to WEBP format and adjust size data in manifest.json

This commit is contained in:
2026-05-27 11:35:06 +02:00
parent 4c70a9541b
commit 922b982af3
240 changed files with 103 additions and 106 deletions
Binary file not shown.

Before

Width:  |  Height:  |  Size: 471 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 351 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 448 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 330 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 558 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 409 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 780 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 612 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 371 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 254 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 506 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 340 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 356 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 252 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 456 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 329 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 500 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 358 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 500 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 358 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 438 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 322 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 417 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 315 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 440 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 320 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 322 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 239 KiB

BIN
View File
Binary file not shown.

Before

Width:  |  Height:  |  Size: 14 KiB

BIN
View File
Binary file not shown.

After

Width:  |  Height:  |  Size: 4.6 KiB

+14 -14
View File
@@ -11,19 +11,19 @@
"right": "yasuo"
},
"characters": [
{"name": "Ahri", "slug": "ahri", "dlc": false, "sizeBytes": 482750},
{"name": "Akali", "slug": "akali", "dlc": false, "sizeBytes": 458958},
{"name": "Blitzcrank", "slug": "blitzcrank", "dlc": false, "sizeBytes": 571047},
{"name": "Braum", "slug": "braum", "dlc": false, "sizeBytes": 798568},
{"name": "Caitlyn", "slug": "caitlyn", "dlc": false, "sizeBytes": 379717},
{"name": "Darius", "slug": "darius", "dlc": false, "sizeBytes": 517856},
{"name": "Ekko", "slug": "ekko", "dlc": false, "sizeBytes": 364981},
{"name": "Illaoi", "slug": "illaoi", "dlc": false, "sizeBytes": 466679},
{"name": "Jinx", "slug": "jinx", "dlc": false, "sizeBytes": 511542},
{"name": "Senna", "slug": "senna", "dlc": false, "sizeBytes": 511542},
{"name": "Teemo", "slug": "teemo", "dlc": false, "sizeBytes": 448618},
{"name": "Vi", "slug": "vi", "dlc": false, "sizeBytes": 426554},
{"name": "Warwick", "slug": "warwick", "dlc": false, "sizeBytes": 451114},
{"name": "Yasuo", "slug": "yasuo", "dlc": false, "sizeBytes": 329566}
{"name": "Ahri", "slug": "ahri", "dlc": false, "sizeBytes": 359666},
{"name": "Akali", "slug": "akali", "dlc": false, "sizeBytes": 338156},
{"name": "Blitzcrank", "slug": "blitzcrank", "dlc": false, "sizeBytes": 419026},
{"name": "Braum", "slug": "braum", "dlc": false, "sizeBytes": 626296},
{"name": "Caitlyn", "slug": "caitlyn", "dlc": false, "sizeBytes": 259830},
{"name": "Darius", "slug": "darius", "dlc": false, "sizeBytes": 348392},
{"name": "Ekko", "slug": "ekko", "dlc": false, "sizeBytes": 257792},
{"name": "Illaoi", "slug": "illaoi", "dlc": false, "sizeBytes": 337320},
{"name": "Jinx", "slug": "jinx", "dlc": false, "sizeBytes": 367054},
{"name": "Senna", "slug": "senna", "dlc": false, "sizeBytes": 367054},
{"name": "Teemo", "slug": "teemo", "dlc": false, "sizeBytes": 329910},
{"name": "Vi", "slug": "vi", "dlc": false, "sizeBytes": 322904},
{"name": "Warwick", "slug": "warwick", "dlc": false, "sizeBytes": 327488},
{"name": "Yasuo", "slug": "yasuo", "dlc": false, "sizeBytes": 244552}
]
}