diff --git a/media/attribution.js b/media/attribution.js
index 78e106f6..e6198556 100644
--- a/media/attribution.js
+++ b/media/attribution.js
@@ -9265,6 +9265,21 @@ const attributionData = {
"swampykaiju"
]
},
+ {
+ prefix: "./media/characters/shin-pikachu/",
+ files: [
+ { name: "front.svg", source: "https://www.furaffinity.net/view/32473898/" },
+ { name: "hand.svg", source: "https://www.furaffinity.net/view/32473898/" },
+ { name: "foot.svg", source: "https://www.furaffinity.net/view/32473898/" },
+ { name: "collar.svg", source: "https://www.furaffinity.net/view/32473898/" },
+ ],
+ authors: [
+ "bonnibelblackberrii"
+ ],
+ owners: [
+ "sparklinshin"
+ ]
+ },
//characters
{
prefix: "./media/fiction/halo/halo/",
@@ -12880,6 +12895,14 @@ const attributionData = {
"name": "SwampyKaiju",
"url": "https://www.furaffinity.net/user/swampykaiju/",
},
+ "sparklinshin": {
+ "name": "SparklinShin",
+ "url": "https://www.furaffinity.net/user/sparklinshin/",
+ },
+ "bonnibelblackberrii": {
+ "name": "BonnibelBlackberrii",
+ "url": "https://www.deviantart.com/bonnibelblackberrii",
+ },
}
}
diff --git a/media/characters/shin-pikachu/collar.svg b/media/characters/shin-pikachu/collar.svg
new file mode 100644
index 00000000..ef251f67
--- /dev/null
+++ b/media/characters/shin-pikachu/collar.svg
@@ -0,0 +1,52 @@
+
+
+
diff --git a/media/characters/shin-pikachu/foot.svg b/media/characters/shin-pikachu/foot.svg
new file mode 100644
index 00000000..98b72a3a
--- /dev/null
+++ b/media/characters/shin-pikachu/foot.svg
@@ -0,0 +1,64 @@
+
+
+
diff --git a/media/characters/shin-pikachu/front.svg b/media/characters/shin-pikachu/front.svg
new file mode 100644
index 00000000..e4fc765b
--- /dev/null
+++ b/media/characters/shin-pikachu/front.svg
@@ -0,0 +1,290 @@
+
+
+
diff --git a/media/characters/shin-pikachu/hand.svg b/media/characters/shin-pikachu/hand.svg
new file mode 100644
index 00000000..15cb06bb
--- /dev/null
+++ b/media/characters/shin-pikachu/hand.svg
@@ -0,0 +1,75 @@
+
+
+
diff --git a/presets/characters.js b/presets/characters.js
index be4defa1..23bd77b9 100644
--- a/presets/characters.js
+++ b/presets/characters.js
@@ -21391,6 +21391,62 @@ characterMakers.push(() => makeCharacter(
]
))
+characterMakers.push(() => makeCharacter(
+ { name: "Shin (Pikachu)" },
+ {
+ front: {
+ height: math.unit(6, "feet"),
+ weight: math.unit(152, "lb"),
+ name: "Front",
+ image: {
+ source: "./media/characters/shin-pikachu/front.svg",
+ extra: 1574/1480,
+ bottom: 53.3/1626
+ }
+ },
+ hand: {
+ height: math.unit(1.055, "feet"),
+ name: "Hand",
+ image: {
+ source: "./media/characters/shin-pikachu/hand.svg"
+ }
+ },
+ foot: {
+ height: math.unit(1.1, "feet"),
+ name: "Foot",
+ image: {
+ source: "./media/characters/shin-pikachu/foot.svg"
+ }
+ },
+ collar: {
+ height: math.unit(0.386, "feet"),
+ name: "Collar",
+ image: {
+ source: "./media/characters/shin-pikachu/collar.svg"
+ }
+ },
+ },
+ [
+ {
+ name: "Smallest",
+ height: math.unit(0.5, "inches")
+ },
+ {
+ name: "Micro",
+ height: math.unit(6, "inches")
+ },
+ {
+ name: "Normal",
+ height: math.unit(6, "feet"),
+ default: true
+ },
+ {
+ name: "Macro",
+ height: math.unit(150, "feet")
+ },
+ ]
+))
+
//characters
function makeCharacters() {