diff --git a/media/attribution.js b/media/attribution.js
index 7f4aa697..444a3429 100644
--- a/media/attribution.js
+++ b/media/attribution.js
@@ -387,6 +387,20 @@ const attributionData = {
"rogue"
]
},
+ {
+ prefix: "./media/characters/samantha/",
+ files: [
+ { name: "front.svg", source: "https://www.furaffinity.net/view/31077914/" },
+ { name: "front-clothed.svg", source: "https://www.furaffinity.net/view/31077914/" },
+ { name: "back.svg", source: "https://www.furaffinity.net/view/31077914/" },
+ ],
+ authors: [
+ "wonderball"
+ ],
+ owners: [
+ "little-big-x110"
+ ]
+ },
{
prefix: "./media/characters/surgo/",
files: [
@@ -631,6 +645,10 @@ const attributionData = {
name: "Twitch",
url: "https://www.furaffinity.net/user/twitchthedragon/"
},
+ "wonderball": {
+ name: "Wonderball",
+ url: "https://www.furaffinity.net/user/wonderball"
+ },
"zyraxus": {
name: "Zyraxus",
url: "https://www.furaffinity.net/user/zyraxus"
diff --git a/media/characters/samantha/back.svg b/media/characters/samantha/back.svg
new file mode 100644
index 00000000..6a5edff0
--- /dev/null
+++ b/media/characters/samantha/back.svg
@@ -0,0 +1,107 @@
+
+
+
diff --git a/media/characters/samantha/front-clothed.svg b/media/characters/samantha/front-clothed.svg
new file mode 100644
index 00000000..ef9f82dc
--- /dev/null
+++ b/media/characters/samantha/front-clothed.svg
@@ -0,0 +1,134 @@
+
+
+
diff --git a/media/characters/samantha/front.svg b/media/characters/samantha/front.svg
new file mode 100644
index 00000000..07751010
--- /dev/null
+++ b/media/characters/samantha/front.svg
@@ -0,0 +1,88 @@
+
+
+
diff --git a/presets/characters.js b/presets/characters.js
index 6dd36adc..9d61d512 100644
--- a/presets/characters.js
+++ b/presets/characters.js
@@ -4503,6 +4503,58 @@ characterMakers["Juno"] = () => {
)
};
+characterMakers["Samantha"] = () => {
+ return makeCharacter(
+ "Samantha",
+ "LittleBig",
+ {
+ front: {
+ height: math.unit(1.93, "meters"),
+ weight: math.unit(83, "kg"),
+ name: "Front",
+ image: {
+ source: "./media/characters/samantha/front.svg"
+ }
+ },
+ frontClothed: {
+ height: math.unit(1.93, "meters"),
+ weight: math.unit(83, "kg"),
+ name: "Front (Clothed)",
+ image: {
+ source: "./media/characters/samantha/front-clothed.svg"
+ }
+ },
+ back: {
+ height: math.unit(1.93, "meters"),
+ weight: math.unit(83, "kg"),
+ name: "Back",
+ image: {
+ source: "./media/characters/samantha/back.svg"
+ }
+ },
+ },
+ [
+ {
+ name: "Normal",
+ height: math.unit(1.93, "m")
+ },
+ {
+ name: "Macro",
+ height: math.unit(74, "meters"),
+ default: true
+ },
+ {
+ name: "Macro+",
+ height: math.unit(223, "meters"),
+ },
+ {
+ name: "Megamacro",
+ height: math.unit(8381, "meters"),
+ }
+ ]
+ )
+};
+
function makeCharacters() {
const results = [];
results.push({