diff --git a/media/attribution.js b/media/attribution.js
index 818b7d90..b2aedc5b 100644
--- a/media/attribution.js
+++ b/media/attribution.js
@@ -8192,6 +8192,19 @@ const attributionData = {
"sydst"
]
},
+ {
+ prefix: "./media/characters/2th/",
+ files: [
+ { name: "front.svg", source: "https://www.furaffinity.net/view/35645962/" },
+ { name: "foot.svg", source: "https://www.furaffinity.net/view/35645962/" },
+ ],
+ authors: [
+ "kenson"
+ ],
+ owners: [
+ "kenson"
+ ]
+ },
//characters
{
prefix: "./media/fiction/halo/halo/",
@@ -11309,6 +11322,10 @@ const attributionData = {
"name": "ChimeraSynx",
"url": "https://twitter.com/ChimeraSynx/",
},
+ "kenson": {
+ "name": "Kenson",
+ "url": "https://www.furaffinity.net/user/kenson/",
+ },
}
}
diff --git a/media/characters/2th/foot.svg b/media/characters/2th/foot.svg
new file mode 100644
index 00000000..38d68b4c
--- /dev/null
+++ b/media/characters/2th/foot.svg
@@ -0,0 +1,132 @@
+
+
+
diff --git a/media/characters/2th/front.svg b/media/characters/2th/front.svg
new file mode 100644
index 00000000..64a8d850
--- /dev/null
+++ b/media/characters/2th/front.svg
@@ -0,0 +1,1275 @@
+
+
+
diff --git a/presets/characters.js b/presets/characters.js
index 157b21d4..159f694a 100644
--- a/presets/characters.js
+++ b/presets/characters.js
@@ -20022,6 +20022,59 @@ characterMakers["Luci"] = () => {
)
};
+characterMakers["2th"] = () => {
+ return makeCharacter(
+ "2th",
+ "Kenson",
+ {
+ front: {
+ height: math.unit(1500, "feet"),
+ weight: math.unit(3.8, "megatons"),
+ name: "Front",
+ image: {
+ source: "./media/characters/2th/front.svg",
+ extra: 3489/3350,
+ bottom: 0.1
+ }
+ },
+ foot: {
+ height: math.unit(461, "feet"),
+ name: "Foot",
+ image: {
+ source: "./media/characters/2th/foot.svg"
+ }
+ },
+ },
+ [
+ {
+ name: "\"Micro\"",
+ height: math.unit(15 + 7/12, "feet")
+ },
+ {
+ name: "Normal",
+ height: math.unit(1500, "feet"),
+ default: true
+ },
+ {
+ name: "Macro",
+ height: math.unit(5000, "feet")
+ },
+ {
+ name: "Megamacro",
+ height: math.unit(15, "miles")
+ },
+ {
+ name: "Gigamacro",
+ height: math.unit(4000, "miles")
+ },
+ {
+ name: "Galactic",
+ height: math.unit(50, "AU")
+ },
+ ]
+ )
+};
+
//characters
function makeCharacters() {