diff --git a/media/attribution.js b/media/attribution.js
index 4ba63111..c5921fc2 100644
--- a/media/attribution.js
+++ b/media/attribution.js
@@ -1836,7 +1836,8 @@ const attributionData = {
{
prefix: "./media/characters/coffee/",
files: [
- { name: "front.svg", source: "https://twitter.com/NShayd22/status/1162200383487217667" }
+ { name: "front.svg", source: "https://twitter.com/NShayd22/status/1162200383487217667" },
+ { name: "foot.svg", source: null }
],
authors: [
"bkdebo"
@@ -7081,6 +7082,18 @@ const attributionData = {
"drweardno"
]
},
+ {
+ prefix: "./media/characters/seth-whilst/",
+ files: [
+ { name: "front.svg", source: null }
+ ],
+ authors: [
+ "smallbutknowingclown"
+ ],
+ owners: [
+ "soletrainserpent"
+ ]
+ },
//characters
{
prefix: "./media/food/animals/",
@@ -9780,6 +9793,14 @@ const attributionData = {
"name": "Cane McKeyton",
"url": "https://www.furaffinity.net/user/cane-mckeyton/",
},
+ "soletrainserpent": {
+ "name": "soletrainserpent",
+ "url": "https://www.furaffinity.net/user/soletrainserpent/",
+ },
+ "smallbutknowingclown": {
+ "name": "smallbutknowingclown",
+ "url": null,
+ },
}
}
diff --git a/media/characters/coffee/foot.svg b/media/characters/coffee/foot.svg
new file mode 100644
index 00000000..0c35decc
--- /dev/null
+++ b/media/characters/coffee/foot.svg
@@ -0,0 +1,49 @@
+
+
+
diff --git a/media/characters/seth-whilst/front.svg b/media/characters/seth-whilst/front.svg
new file mode 100644
index 00000000..ba0f7c2c
--- /dev/null
+++ b/media/characters/seth-whilst/front.svg
@@ -0,0 +1,330 @@
+
+
+
diff --git a/presets/characters.js b/presets/characters.js
index 32cfcc16..acaeffcc 100644
--- a/presets/characters.js
+++ b/presets/characters.js
@@ -6191,7 +6191,14 @@ characterMakers["Coffee"] = () => {
extra: 3666/3032 ,
bottom: 0.04
}
- }
+ },
+ foot: {
+ height: math.unit(1.29, "feet"),
+ name: "Foot",
+ image: {
+ source: "./media/characters/coffee/foot.svg"
+ }
+ },
},
[
{
@@ -17307,6 +17314,30 @@ characterMakers["Doc Weardno"] = () => {
)
};
+characterMakers["Seth Whilst"] = () => {
+ return makeCharacter(
+ "Seth Whilst",
+ "SethWhilst",
+ {
+ front: {
+ height: math.unit(6 + 2/12, "feet"),
+ weight: math.unit(153, "lb"),
+ name: "Front",
+ image: {
+ source: "./media/characters/seth-whilst/front.svg",
+ bottom: 0.07
+ }
+ },
+ },
+ [
+ {
+ name: "Normal",
+ height: math.unit(6 + 2/12, "feet"),
+ default: true
+ },
+ ]
+ )
+};
//characters