diff --git a/media/attribution.js b/media/attribution.js
index 74825104..de3725c8 100644
--- a/media/attribution.js
+++ b/media/attribution.js
@@ -4598,7 +4598,7 @@ const attributionData = {
{
prefix: "./media/characters/shingo/",
files: [
- { name: "front.svg", source: "https://www.furaffinity.net/view/32940604/" }
+ { name: "front-alt-2.svg", source: "https://www.furaffinity.net/view/32940604/" }
],
authors: [
"strawberryneko"
@@ -4622,7 +4622,7 @@ const attributionData = {
{
prefix: "./media/characters/shingo/",
files: [
- { name: "paw.svg", source: "https://twitter.com/Shingo_Mercer/status/1232777823540011008" }
+ { name: "paw-alt.svg", source: "https://twitter.com/Shingo_Mercer/status/1232777823540011008" }
],
authors: [
"keromasou"
@@ -4631,6 +4631,23 @@ const attributionData = {
"shingo"
]
},
+ {
+ prefix: "./media/characters/shingo/",
+ files: [
+ { name: "front.svg", source: "https://twitter.com/felimercer/status/1326020190493048833" },
+ { name: "side.svg", source: "https://twitter.com/felimercer/status/1326020190493048833" },
+ { name: "back.svg", source: "https://twitter.com/felimercer/status/1326020190493048833" },
+ { name: "front-dressed.svg", source: "https://twitter.com/felimercer/status/1326020190493048833" },
+ { name: "paw.svg", source: "https://twitter.com/felimercer/status/1326020190493048833" },
+ { name: "hand.svg", source: "https://twitter.com/felimercer/status/1326020190493048833" },
+ ],
+ authors: [
+ "dungionbeast"
+ ],
+ owners: [
+ "shingo"
+ ]
+ },
{
prefix: "./media/characters/shiroryu/",
files: [
@@ -22277,6 +22294,10 @@ const attributionData = {
"name": "Phillip",
"url": "https://www.furaffinity.net/user/fill783"
},
+ "dungionbeast": {
+ "name": "dungionbeast",
+ "url": "https://twitter.com/dungionbeast"
+ },
}
}
diff --git a/media/characters/shingo/back.svg b/media/characters/shingo/back.svg
new file mode 100644
index 00000000..d21d1b22
--- /dev/null
+++ b/media/characters/shingo/back.svg
@@ -0,0 +1,792 @@
+
+
+
diff --git a/media/characters/shingo/front-alt-2.svg b/media/characters/shingo/front-alt-2.svg
new file mode 100644
index 00000000..c436c3e3
--- /dev/null
+++ b/media/characters/shingo/front-alt-2.svg
@@ -0,0 +1,1122 @@
+
+
+
diff --git a/media/characters/shingo/front-dressed.svg b/media/characters/shingo/front-dressed.svg
new file mode 100644
index 00000000..b227561e
--- /dev/null
+++ b/media/characters/shingo/front-dressed.svg
@@ -0,0 +1,1524 @@
+
+
+
diff --git a/media/characters/shingo/front.svg b/media/characters/shingo/front.svg
index c436c3e3..5a08f62e 100644
--- a/media/characters/shingo/front.svg
+++ b/media/characters/shingo/front.svg
@@ -1,1122 +1,1359 @@
-
+
diff --git a/media/characters/shingo/hand.svg b/media/characters/shingo/hand.svg
new file mode 100644
index 00000000..a9f42e4c
--- /dev/null
+++ b/media/characters/shingo/hand.svg
@@ -0,0 +1,243 @@
+
+
+
diff --git a/media/characters/shingo/paw-alt.svg b/media/characters/shingo/paw-alt.svg
new file mode 100644
index 00000000..483816ef
--- /dev/null
+++ b/media/characters/shingo/paw-alt.svg
@@ -0,0 +1,121 @@
+
+
+
diff --git a/media/characters/shingo/paw.svg b/media/characters/shingo/paw.svg
index 483816ef..c871e181 100644
--- a/media/characters/shingo/paw.svg
+++ b/media/characters/shingo/paw.svg
@@ -1,121 +1,223 @@
-
+
diff --git a/media/characters/shingo/side.svg b/media/characters/shingo/side.svg
new file mode 100644
index 00000000..2ba95588
--- /dev/null
+++ b/media/characters/shingo/side.svg
@@ -0,0 +1,901 @@
+
+
+
diff --git a/presets/characters.js b/presets/characters.js
index 77ce3728..d7a0b52b 100644
--- a/presets/characters.js
+++ b/presets/characters.js
@@ -2741,8 +2741,52 @@ characterMakers.push(() => makeCharacter(
name: "Front",
image: {
source: "./media/characters/shingo/front.svg",
- extra: 706/681,
- bottom: 11/717
+ extra: 1900/1825,
+ bottom: 82/1982
+ }
+ },
+ side: {
+ height: math.unit(6, "feet"),
+ weight: math.unit(75, "kg"),
+ name: "Side",
+ image: {
+ source: "./media/characters/shingo/side.svg",
+ extra: 1930/1865,
+ bottom: 16/1946
+ }
+ },
+ back: {
+ height: math.unit(6, "feet"),
+ weight: math.unit(75, "kg"),
+ name: "Back",
+ image: {
+ source: "./media/characters/shingo/back.svg",
+ extra: 1922/1852,
+ bottom: 16/1938
+ }
+ },
+ frontDressed: {
+ height: math.unit(6, "feet"),
+ weight: math.unit(150, "lb"),
+ name: "Front-dressed",
+ image: {
+ source: "./media/characters/shingo/front-dressed.svg",
+ extra: 1900/1825,
+ bottom: 82/1982
+ }
+ },
+ paw: {
+ height: math.unit(1.07, "feet"),
+ name: "Paw",
+ image: {
+ source: "./media/characters/shingo/paw.svg"
+ }
+ },
+ hand: {
+ height: math.unit(1.07, "feet"),
+ name: "Hand",
+ image: {
+ source: "./media/characters/shingo/hand.svg"
}
},
frontAlt: {
@@ -2755,11 +2799,21 @@ characterMakers.push(() => makeCharacter(
bottom: 0.005
}
},
- paw: {
+ frontAlt2: {
+ height: math.unit(6, "feet"),
+ weight: math.unit(75, "kg"),
+ name: "Front (Alt 2)",
+ image: {
+ source: "./media/characters/shingo/front-alt-2.svg",
+ extra: 706/681,
+ bottom: 11/717
+ }
+ },
+ pawAlt: {
height: math.unit(1, "feet"),
- name: "Paw",
+ name: "Paw (Alt)",
image: {
- source: "./media/characters/shingo/paw.svg"
+ source: "./media/characters/shingo/paw-alt.svg"
}
},
},