mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-26 02:02:20 +02:00
715 files and base fix
I fix the sprite bug that has been around for the longest time. HELL YEAH
This commit is contained in:
parent
f046f6d693
commit
37265f32f9
Binary file not shown.
Before Width: | Height: | Size: 4.0 KiB After Width: | Height: | Size: 3.4 KiB |
Binary file not shown.
Before Width: | Height: | Size: 1.0 KiB After Width: | Height: | Size: 1.1 KiB |
Binary file not shown.
Before Width: | Height: | Size: 7.2 KiB After Width: | Height: | Size: 8.6 KiB |
42
public/images/pokemon/variant/715.json
Normal file
42
public/images/pokemon/variant/715.json
Normal file
@ -0,0 +1,42 @@
|
||||
{
|
||||
"1": {
|
||||
"101010": "101010",
|
||||
"2b2b2b": "43167f",
|
||||
"343333": "563d8f",
|
||||
"3b3b3b": "5f32b1",
|
||||
"6a3f73": "0f103c",
|
||||
"287366": "731338",
|
||||
"575757": "7a5ccc",
|
||||
"555454": "9166c8",
|
||||
"801a1a": "5d173d",
|
||||
"e52e2e": "903b78",
|
||||
"ffe14c": "ff8a58",
|
||||
"8e5499": "202558",
|
||||
"bd70cc": "2f386b",
|
||||
"3aa694": "a42c54",
|
||||
"4cd9c1": "d04b6c",
|
||||
"bfbfbf": "bb9adc",
|
||||
"f8f8f8": "f8f8f8",
|
||||
"f7f3f3": "d6c8f1"
|
||||
},
|
||||
"2": {
|
||||
"101010": "101010",
|
||||
"2b2b2b": "5e3932",
|
||||
"343333": "1d060c",
|
||||
"3b3b3b": "c29484",
|
||||
"6a3f73": "3b0c18",
|
||||
"287366": "832714",
|
||||
"575757": "ecd3c3",
|
||||
"555454": "2f0d13",
|
||||
"801a1a": "7c0907",
|
||||
"e52e2e": "ad3419",
|
||||
"ffe14c": "49ffcd",
|
||||
"8e5499": "5b1922",
|
||||
"bd70cc": "7c2928",
|
||||
"3aa694": "b8552c",
|
||||
"4cd9c1": "dd834c",
|
||||
"bfbfbf": "43191e",
|
||||
"f8f8f8": "f8f8f8",
|
||||
"f7f3f3": "5a2a2b"
|
||||
}
|
||||
}
|
@ -600,7 +600,7 @@
|
||||
"712": [0, 1, 1],
|
||||
"713": [0, 1, 1],
|
||||
"714": [0, 1, 1],
|
||||
"715": [0, 2, 2],
|
||||
"715": [0, 1, 1],
|
||||
"716-active": [0, 1, 1],
|
||||
"716-neutral": [0, 1, 1],
|
||||
"717": [0, 1, 1],
|
||||
@ -1510,7 +1510,7 @@
|
||||
"712": [0, 1, 1],
|
||||
"713": [0, 1, 1],
|
||||
"714": [0, 1, 1],
|
||||
"715": [0, 2, 2],
|
||||
"715": [0, 1, 1],
|
||||
"716-active": [0, 1, 1],
|
||||
"716-neutral": [0, 1, 1],
|
||||
"717": [0, 1, 1],
|
||||
@ -1927,7 +1927,7 @@
|
||||
"712": [0, 1, 1],
|
||||
"713": [0, 1, 1],
|
||||
"714": [0, 1, 1],
|
||||
"715": [0, 2, 1],
|
||||
"715": [0, 1, 1],
|
||||
"716-active": [0, 1, 1],
|
||||
"716-neutral": [0, 1, 1],
|
||||
"717": [0, 2, 2],
|
||||
|
38
public/images/pokemon/variant/back/715.json
Normal file
38
public/images/pokemon/variant/back/715.json
Normal file
@ -0,0 +1,38 @@
|
||||
{
|
||||
"1": {
|
||||
"101010": "101010",
|
||||
"287366": "731338",
|
||||
"3aa694": "a42c54",
|
||||
"404040": "542f98",
|
||||
"343434": "3e107b",
|
||||
"252525": "260447",
|
||||
"4cd9c1": "d04b6c",
|
||||
"595959": "7a5ccc",
|
||||
"6a3f73": "0f103c",
|
||||
"737373": "563d8f",
|
||||
"801a1a": "801a1a",
|
||||
"8e5499": "202558",
|
||||
"bd70cc": "2f386b",
|
||||
"bfbfbf": "ab83dd",
|
||||
"e52e2e": "e52e2e",
|
||||
"f8f8f8": "d5bdec"
|
||||
},
|
||||
"2": {
|
||||
"101010": "101010",
|
||||
"287366": "832714",
|
||||
"3aa694": "b8552c",
|
||||
"404040": "b18373",
|
||||
"343434": "906152",
|
||||
"252525": "6c3f39",
|
||||
"4cd9c1": "dd834c",
|
||||
"595959": "e2c7b5",
|
||||
"6a3f73": "3b0c18",
|
||||
"737373": "280911",
|
||||
"801a1a": "801a1a",
|
||||
"8e5499": "5b1922",
|
||||
"bd70cc": "7c2928",
|
||||
"bfbfbf": "43191e",
|
||||
"e52e2e": "e52e2e",
|
||||
"f8f8f8": "5a2a2b"
|
||||
}
|
||||
}
|
@ -1,20 +1,38 @@
|
||||
{
|
||||
"1": {
|
||||
"101010": "101010",
|
||||
"404040": "5f32b1",
|
||||
"6a3f73": "0f103c",
|
||||
"287366": "731338",
|
||||
"3aa694": "a42c54",
|
||||
"8e5499": "202558",
|
||||
"bfbfbf": "bb9adc",
|
||||
"595959": "7a5ccc",
|
||||
"801a1a": "5d173d",
|
||||
"4cd9c1": "d04b6c",
|
||||
"bd70cc": "2f386b",
|
||||
"737373": "563d8f",
|
||||
"f8f8f8": "d6c8f1",
|
||||
"e52e2e": "903b78",
|
||||
"000000": "000000",
|
||||
"ffe14c": "ff8a58"
|
||||
},
|
||||
"2": {
|
||||
"404040": "c29484",
|
||||
"595959": "ecd3c3",
|
||||
"101010": "101010",
|
||||
"287366": "832714",
|
||||
"4cd9c1": "dd834c",
|
||||
"3aa694": "b8552c",
|
||||
"801a1a": "7c0907",
|
||||
"e52e2e": "ad3419",
|
||||
"bd70cc": "5b1922",
|
||||
"6a3f73": "3b0c18",
|
||||
"737373": "1d060c",
|
||||
"8e5499": "7c2928",
|
||||
"bfbfbf": "43191e",
|
||||
"f8f8f8": "5a2a2b",
|
||||
"ffe14c": "49ffcd",
|
||||
"000000": "000000"
|
||||
"404040": "c29484",
|
||||
"6a3f73": "3b0c18",
|
||||
"287366": "832714",
|
||||
"3aa694": "b8552c",
|
||||
"8e5499": "7c2928",
|
||||
"bfbfbf": "43191e",
|
||||
"595959": "ecd3c3",
|
||||
"801a1a": "7c0907",
|
||||
"4cd9c1": "dd834c",
|
||||
"bd70cc": "5b1922",
|
||||
"737373": "1d060c",
|
||||
"f8f8f8": "5a2a2b",
|
||||
"e52e2e": "ad3419",
|
||||
"000000": "000000",
|
||||
"ffe14c": "49ffcd"
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user