diff --git a/media/attribution.js b/media/attribution.js
index 73ae0098..ea710b66 100644
--- a/media/attribution.js
+++ b/media/attribution.js
@@ -21183,6 +21183,23 @@ const attributionData = {
"va0027"
]
},
+ {
+ prefix: "./media/characters/shango/",
+ files: [
+ { name: "front.svg", source: "https://www.furaffinity.net/view/35505399/", nsfw: false },
+ { name: "back.svg", source: "https://www.furaffinity.net/view/35505399/", nsfw: false },
+ { name: "front-lewd.svg", source: "https://www.furaffinity.net/view/35505399/", nsfw: true },
+ { name: "back-lewd.svg", source: "https://www.furaffinity.net/view/35505399/", nsfw: true },
+ { name: "maw.svg", source: "https://www.furaffinity.net/view/35505399/", nsfw: false },
+ { name: "dick.svg", source: "https://www.furaffinity.net/view/35505399/", nsfw: true },
+ ],
+ authors: [
+ "imperatorcaesar"
+ ],
+ owners: [
+ "va0027"
+ ]
+ },
//characters
{
prefix: "./media/fiction/halo/halo/",
diff --git a/media/characters/shango/back-lewd.svg b/media/characters/shango/back-lewd.svg
new file mode 100644
index 00000000..60f2ce5e
--- /dev/null
+++ b/media/characters/shango/back-lewd.svg
@@ -0,0 +1,4272 @@
+
+
+
diff --git a/media/characters/shango/back.svg b/media/characters/shango/back.svg
new file mode 100644
index 00000000..860ced27
--- /dev/null
+++ b/media/characters/shango/back.svg
@@ -0,0 +1,4256 @@
+
+
+
diff --git a/media/characters/shango/dick.svg b/media/characters/shango/dick.svg
new file mode 100644
index 00000000..7d35754c
--- /dev/null
+++ b/media/characters/shango/dick.svg
@@ -0,0 +1,951 @@
+
+
+
diff --git a/media/characters/shango/front-lewd.svg b/media/characters/shango/front-lewd.svg
new file mode 100644
index 00000000..903313ea
--- /dev/null
+++ b/media/characters/shango/front-lewd.svg
@@ -0,0 +1,5916 @@
+
+
+
diff --git a/media/characters/shango/front.svg b/media/characters/shango/front.svg
new file mode 100644
index 00000000..04aa13a9
--- /dev/null
+++ b/media/characters/shango/front.svg
@@ -0,0 +1,6022 @@
+
+
+
diff --git a/media/characters/shango/maw.svg b/media/characters/shango/maw.svg
new file mode 100644
index 00000000..366a084c
--- /dev/null
+++ b/media/characters/shango/maw.svg
@@ -0,0 +1,2352 @@
+
+
+
diff --git a/presets/characters.js b/presets/characters.js
index e9539872..32174bb7 100644
--- a/presets/characters.js
+++ b/presets/characters.js
@@ -59902,6 +59902,105 @@ characterMakers.push(() => makeCharacter(
]
))
+characterMakers.push(() => makeCharacter(
+ { name: "Shango", species: ["african-wild-dog"], tags: ["anthro"] },
+ {
+ front: {
+ height: math.unit(1.8, "meters"),
+ weight: math.unit(95, "kg"),
+ name: "Front",
+ image: {
+ source: "./media/characters/shango/front.svg",
+ extra: 1925/1774,
+ bottom: 67/1992
+ }
+ },
+ back: {
+ height: math.unit(1.8, "meters"),
+ weight: math.unit(95, "kg"),
+ name: "Back",
+ image: {
+ source: "./media/characters/shango/back.svg",
+ extra: 1915/1766,
+ bottom: 52/1967
+ }
+ },
+ frontLewd: {
+ height: math.unit(1.8, "meters"),
+ weight: math.unit(95, "kg"),
+ name: "Front (Lewd)",
+ image: {
+ source: "./media/characters/shango/front-lewd.svg",
+ extra: 1925/1774,
+ bottom: 67/1992
+ }
+ },
+ backLewd: {
+ height: math.unit(1.8, "meters"),
+ weight: math.unit(95, "kg"),
+ name: "Back (Lewd)",
+ image: {
+ source: "./media/characters/shango/back-lewd.svg",
+ extra: 1915/1766,
+ bottom: 52/1967
+ }
+ },
+ maw: {
+ height: math.unit(1.64, "feet"),
+ name: "Maw",
+ image: {
+ source: "./media/characters/shango/maw.svg"
+ }
+ },
+ dick: {
+ height: math.unit(2.14, "feet"),
+ name: "Dick",
+ image: {
+ source: "./media/characters/shango/dick.svg"
+ }
+ },
+ },
+ [
+ {
+ name: "Incognito",
+ height: math.unit(1.8, "meters")
+ },
+ {
+ name: "Home Size",
+ height: math.unit(60, "meters"),
+ default: true
+ },
+ {
+ name: "Macro",
+ height: math.unit(450, "meters")
+ },
+ {
+ name: "Mega",
+ height: math.unit(6, "km")
+ },
+ {
+ name: "Mega+",
+ height: math.unit(35, "km")
+ },
+ {
+ name: "Giga",
+ height: math.unit(500, "km")
+ },
+ {
+ name: "Giga+",
+ height: math.unit(5000, "km")
+ },
+ {
+ name: "Terra",
+ height: math.unit(60000, "km")
+ },
+ {
+ name: "Terra+",
+ height: math.unit(400000, "km")
+ },
+ ]
+))
+
//characters
function makeCharacters() {