diff --git a/media/attribution.js b/media/attribution.js
index afb8cb75..c0e35bcd 100644
--- a/media/attribution.js
+++ b/media/attribution.js
@@ -9559,7 +9559,6 @@ const attributionData = {
{
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/" },
@@ -9571,6 +9570,18 @@ const attributionData = {
"sparklinshin"
]
},
+ {
+ prefix: "./media/characters/shin-pikachu/",
+ files: [
+ { name: "front.svg", source: "https://www.furaffinity.net/view/39948473/" },
+ ],
+ authors: [
+ "emskeleton"
+ ],
+ owners: [
+ "sparklinshin"
+ ]
+ },
{
prefix: "./media/characters/kayda/",
files: [
@@ -14373,6 +14384,21 @@ const attributionData = {
"bennybug"
]
},
+ {
+ prefix: "./media/characters/shiron/",
+ files: [
+ { name: "front.svg", source: "https://www.furaffinity.net/view/39642252/" },
+ { name: "back.svg", source: "https://www.furaffinity.net/view/39642252/" },
+ { name: "hand.svg", source: "https://www.furaffinity.net/view/39642252/" },
+ { name: "foot.svg", source: "https://www.furaffinity.net/view/39642252/" },
+ ],
+ authors: [
+ "gwp"
+ ],
+ owners: [
+ "rashiin"
+ ]
+ },
//characters
{
prefix: "./media/dildos/chance/",
@@ -19728,6 +19754,18 @@ const attributionData = {
"name": "Bennybug",
"url": "https://www.furaffinity.net/user/bennybug"
},
+ "rashiin": {
+ "name": "Rashiin",
+ "url": "https://www.furaffinity.net/user/rashiin/"
+ },
+ "gwp": {
+ "name": "GWP",
+ "url": "https://www.furaffinity.net/user/gwp"
+ },
+ "emskeleton": {
+ "name": "Emskeleton",
+ "url": "https://www.deviantart.com/emskeleton"
+ },
}
}
diff --git a/media/characters/shin-pikachu/front.svg b/media/characters/shin-pikachu/front.svg
index 5997193f..9952b07a 100644
--- a/media/characters/shin-pikachu/front.svg
+++ b/media/characters/shin-pikachu/front.svg
@@ -1,290 +1,402 @@
-
+
diff --git a/media/characters/shiron/back.svg b/media/characters/shiron/back.svg
new file mode 100644
index 00000000..7de43e52
--- /dev/null
+++ b/media/characters/shiron/back.svg
@@ -0,0 +1,422 @@
+
+
+
diff --git a/media/characters/shiron/foot.svg b/media/characters/shiron/foot.svg
new file mode 100644
index 00000000..ab90e9a4
--- /dev/null
+++ b/media/characters/shiron/foot.svg
@@ -0,0 +1,136 @@
+
+
+
diff --git a/media/characters/shiron/front.svg b/media/characters/shiron/front.svg
new file mode 100644
index 00000000..ae62e851
--- /dev/null
+++ b/media/characters/shiron/front.svg
@@ -0,0 +1,623 @@
+
+
+
diff --git a/media/characters/shiron/hand.svg b/media/characters/shiron/hand.svg
new file mode 100644
index 00000000..251ab428
--- /dev/null
+++ b/media/characters/shiron/hand.svg
@@ -0,0 +1,131 @@
+
+
+
diff --git a/presets/characters.js b/presets/characters.js
index 644dac97..7590b7cc 100644
--- a/presets/characters.js
+++ b/presets/characters.js
@@ -23933,8 +23933,8 @@ characterMakers.push(() => makeCharacter(
name: "Front",
image: {
source: "./media/characters/shin-pikachu/front.svg",
- extra: 1574 / 1480,
- bottom: 53.3 / 1626
+ extra: 1854/1602,
+ bottom: 166/2020
}
},
hand: {
@@ -37577,6 +37577,61 @@ characterMakers.push(() => makeCharacter(
]
))
+characterMakers.push(() => makeCharacter(
+ { name: "Shiron", species: ["wolf"], tags: ["anthro"] },
+ {
+ front: {
+ height: math.unit(2, "meters"),
+ weight: math.unit(100, "kg"),
+ name: "Front",
+ image: {
+ source: "./media/characters/shiron/front.svg",
+ extra: 2103/1985,
+ bottom: 98/2201
+ }
+ },
+ back: {
+ height: math.unit(2, "meters"),
+ weight: math.unit(100, "kg"),
+ name: "Back",
+ image: {
+ source: "./media/characters/shiron/back.svg",
+ extra: 2110/2015,
+ bottom: 89/2199
+ }
+ },
+ hand: {
+ height: math.unit(0.96, "feet"),
+ name: "Hand",
+ image: {
+ source: "./media/characters/shiron/hand.svg"
+ }
+ },
+ foot: {
+ height: math.unit(1.464, "feet"),
+ name: "Foot",
+ image: {
+ source: "./media/characters/shiron/foot.svg"
+ }
+ },
+ },
+ [
+ {
+ name: "Normal",
+ height: math.unit(2, "meters")
+ },
+ {
+ name: "Macro",
+ height: math.unit(500, "meters"),
+ default: true
+ },
+ {
+ name: "Megamacro",
+ height: math.unit(20, "km")
+ },
+ ]
+))
+
//characters
function makeCharacters() {