diff --git a/media/attribution.js b/media/attribution.js
index 94c2d9ea..4f369dfb 100644
--- a/media/attribution.js
+++ b/media/attribution.js
@@ -11555,10 +11555,11 @@ const attributionData = {
{
prefix: "./media/characters/cat/",
files: [
- { name: "front.svg", source: "https://toyhou.se/1331952.cat-the-cat/23389606" },
- { name: "back.svg", source: "https://toyhou.se/1331952.cat-the-cat/23389606" },
- { name: "taur.svg", source: null },
- { name: "lucario.svg", source: null },
+ { name: "front.svg", source: "https://twitter.com/CatTinyPaws/status/1377289736029618180" },
+ { name: "back.svg", source: "https://twitter.com/CatTinyPaws/status/1377289736029618180" },
+ { name: "taur.svg", source: "https://twitter.com/CatTinyPaws/status/1377289736029618180" },
+ { name: "lucario-front.svg", source: "https://twitter.com/CatTinyPaws/status/1406286836553617413" },
+ { name: "lucario-back.svg", source: "https://twitter.com/CatTinyPaws/status/1406286836553617413" },
{ name: "mega-lucario.svg", source: null },
{ name: "nickit.svg", source: null },
{ name: "lopunny-front.svg", source: null },
diff --git a/media/characters/cat/back.svg b/media/characters/cat/back.svg
index 2c7ee622..86ad5e04 100644
--- a/media/characters/cat/back.svg
+++ b/media/characters/cat/back.svg
@@ -1,325 +1,641 @@
-
+
diff --git a/media/characters/cat/front.svg b/media/characters/cat/front.svg
index 038359d2..eb6a1c17 100644
--- a/media/characters/cat/front.svg
+++ b/media/characters/cat/front.svg
@@ -1,459 +1,947 @@
-
+
diff --git a/media/characters/cat/lucario-back.svg b/media/characters/cat/lucario-back.svg
new file mode 100644
index 00000000..ecebea44
--- /dev/null
+++ b/media/characters/cat/lucario-back.svg
@@ -0,0 +1,598 @@
+
+
+
diff --git a/media/characters/cat/lucario-front.svg b/media/characters/cat/lucario-front.svg
new file mode 100644
index 00000000..90dfd582
--- /dev/null
+++ b/media/characters/cat/lucario-front.svg
@@ -0,0 +1,667 @@
+
+
+
diff --git a/media/characters/cat/taur.svg b/media/characters/cat/taur.svg
index 62f531b3..05eb679b 100644
--- a/media/characters/cat/taur.svg
+++ b/media/characters/cat/taur.svg
@@ -1,659 +1,1469 @@
-
+
diff --git a/presets/characters.js b/presets/characters.js
index f64f4a22..478d598f 100644
--- a/presets/characters.js
+++ b/presets/characters.js
@@ -29104,8 +29104,8 @@ characterMakers.push(() => makeCharacter(
name: "Front",
image: {
source: "./media/characters/cat/front.svg",
- extra: 1374 / 1257,
- bottom: 59 / 1433
+ extra: 1449/1295,
+ bottom: 34/1483
}
},
back: {
@@ -29113,8 +29113,8 @@ characterMakers.push(() => makeCharacter(
name: "Back",
image: {
source: "./media/characters/cat/back.svg",
- extra: 1337 / 1226,
- bottom: 34 / 1371
+ extra: 1466/1301,
+ bottom: 19/1485
}
},
taur: {
@@ -29122,17 +29122,26 @@ characterMakers.push(() => makeCharacter(
name: "Taur",
image: {
source: "./media/characters/cat/taur.svg",
- extra: 1345 / 1231,
- bottom: 66 / 1411
+ extra: 1389/1233,
+ bottom: 83/1472
}
},
- lucario: {
+ lucarioFront: {
height: math.unit(4, "feet"),
- name: "Lucario",
+ name: "Lucario (Front)",
image: {
- source: "./media/characters/cat/lucario.svg",
- extra: 1470 / 1318,
- bottom: 65 / 1535
+ source: "./media/characters/cat/lucario-front.svg",
+ extra: 1149/1019,
+ bottom: 84/1233
+ }
+ },
+ lucarioBack: {
+ height: math.unit(4, "feet"),
+ name: "Lucario (Back)",
+ image: {
+ source: "./media/characters/cat/lucario-back.svg",
+ extra: 1190/1059,
+ bottom: 33/1223
}
},
megaLucario: {