diff --git a/media/attribution.js b/media/attribution.js
index 8949ebcc..5b7adc6e 100644
--- a/media/attribution.js
+++ b/media/attribution.js
@@ -12421,6 +12421,21 @@ const attributionData = {
"icey"
]
},
+ {
+ prefix: "./media/characters/smile/",
+ files: [
+ { name: "front.svg", source: "https://www.furaffinity.net/view/32024816/" },
+ { name: "back.svg", source: "https://www.furaffinity.net/view/32024816/" },
+ { name: "head.svg", source: "https://www.furaffinity.net/view/32024816/" },
+ { name: "collar.svg", source: "https://www.furaffinity.net/view/32024816/" },
+ ],
+ authors: [
+ "jkualien"
+ ],
+ owners: [
+ "ghostskunk"
+ ]
+ },
//characters
{
prefix: "./media/dildos/chance/",
@@ -17128,6 +17143,14 @@ const attributionData = {
"name": "Icey",
"url": "https://twitter.com/iceyDudeAftrDrk"
},
+ "ghostskunk": {
+ "name": "GhostSkunk",
+ "url": "https://twitter.com/GhostSkunk"
+ },
+ "jkualien": {
+ "name": "Jku",
+ "url": "https://twitter.com/JkuAlien"
+ },
}
}
diff --git a/media/characters/smile/back.svg b/media/characters/smile/back.svg
new file mode 100644
index 00000000..4f562887
--- /dev/null
+++ b/media/characters/smile/back.svg
@@ -0,0 +1,693 @@
+
+
+
diff --git a/media/characters/smile/collar.svg b/media/characters/smile/collar.svg
new file mode 100644
index 00000000..3ef86cf7
--- /dev/null
+++ b/media/characters/smile/collar.svg
@@ -0,0 +1,151 @@
+
+
+
diff --git a/media/characters/smile/front.svg b/media/characters/smile/front.svg
new file mode 100644
index 00000000..b5c10375
--- /dev/null
+++ b/media/characters/smile/front.svg
@@ -0,0 +1,990 @@
+
+
+
diff --git a/media/characters/smile/head.svg b/media/characters/smile/head.svg
new file mode 100644
index 00000000..3a089e4c
--- /dev/null
+++ b/media/characters/smile/head.svg
@@ -0,0 +1,455 @@
+
+
+
diff --git a/presets/characters.js b/presets/characters.js
index 46c39765..cb644d00 100644
--- a/presets/characters.js
+++ b/presets/characters.js
@@ -32083,6 +32083,51 @@ characterMakers.push(() => makeCharacter(
]
))
+characterMakers.push(() => makeCharacter(
+ { name: "Smile", species: ["skunk", "ghost"], tags: ["anthro"] },
+ {
+ front: {
+ height: math.unit(100, "feet"),
+ weight: math.unit(0, "lb"),
+ name: "Front",
+ image: {
+ source: "./media/characters/smile/front.svg",
+ extra: 2983/2912,
+ bottom: 162/3145
+ }
+ },
+ back: {
+ height: math.unit(100, "feet"),
+ weight: math.unit(0, "lb"),
+ name: "Back",
+ image: {
+ source: "./media/characters/smile/back.svg",
+ extra: 3143/3031,
+ bottom: 91/3234
+ }
+ },
+ head: {
+ height: math.unit(26.3, "feet"),
+ weight: math.unit(0, "lb"),
+ name: "Head",
+ image: {
+ source: "./media/characters/smile/head.svg"
+ }
+ },
+ collar: {
+ height: math.unit(5.3, "feet"),
+ weight: math.unit(0, "lb"),
+ name: "Collar",
+ image: {
+ source: "./media/characters/smile/collar.svg"
+ }
+ },
+ },
+ [
+
+ ]
+))
+
//characters
function makeCharacters() {