diff --git a/media/attribution.js b/media/attribution.js
index 247d8e7a..b7a3f892 100644
--- a/media/attribution.js
+++ b/media/attribution.js
@@ -19970,6 +19970,19 @@ const attributionData = {
"dapper-wolf"
]
},
+ {
+ prefix: "./media/characters/tiden/",
+ files: [
+ { name: "hyper-front.svg", source: "https://www.furaffinity.net/view/43782699/", nsfw: true },
+ { name: "regular-front.svg", source: "https://www.furaffinity.net/view/43782699/", nsfw: false },
+ ],
+ authors: [
+ "rai-brid"
+ ],
+ owners: [
+ "tiden"
+ ]
+ },
//characters
{
prefix: "./media/fiction/halo/halo/",
@@ -27847,6 +27860,14 @@ const attributionData = {
"name": "Dapper-Wolf",
"url": "https://www.furaffinity.net/user/dapper-wolf/"
},
+ "tiden": {
+ "name": "Tiden",
+ "url": "https://blimps.xyz/@tiden"
+ },
+ "rai-brid": {
+ "name": "Rai-Brid",
+ "url": "https://www.furaffinity.net/user/rai-brid/"
+ },
}
}
diff --git a/media/characters/tiden/hyper-front.svg b/media/characters/tiden/hyper-front.svg
new file mode 100644
index 00000000..ed5ecfff
--- /dev/null
+++ b/media/characters/tiden/hyper-front.svg
@@ -0,0 +1,591 @@
+
+
+
diff --git a/media/characters/tiden/regular-front.svg b/media/characters/tiden/regular-front.svg
new file mode 100644
index 00000000..5ad1452d
--- /dev/null
+++ b/media/characters/tiden/regular-front.svg
@@ -0,0 +1,715 @@
+
+
+
diff --git a/presets/characters.js b/presets/characters.js
index be47016d..c4a2f26a 100644
--- a/presets/characters.js
+++ b/presets/characters.js
@@ -2081,6 +2081,10 @@ const speciesData = {
name: "Deino",
parents: ["pokemon", "dinosaur"]
},
+ "housecat": {
+ name: "Housecat",
+ parents: ["cat"]
+ },
}
//species
@@ -54801,6 +54805,57 @@ characterMakers.push(() => makeCharacter(
]
))
+characterMakers.push(() => makeCharacter(
+ { name: "Tiden", species: ["housecat"], tags: ["anthro"] },
+ {
+ hyperFront: {
+ height: math.unit(9 + 4/12, "feet"),
+ weight: math.unit(2000, "lb"),
+ name: "Front",
+ image: {
+ source: "./media/characters/tiden/hyper-front.svg",
+ extra: 400/382,
+ bottom: 6/406
+ },
+ form: "hyper",
+ },
+ regularFront: {
+ height: math.unit(7 + 10/12, "feet"),
+ weight: math.unit(470, "lb"),
+ name: "Front",
+ image: {
+ source: "./media/characters/tiden/regular-front.svg",
+ extra: 468/442,
+ bottom: 6/474
+ },
+ form: "regular",
+ },
+ },
+ [
+ {
+ name: "Normal",
+ height: math.unit(9 + 4/12, "feet"),
+ default: true,
+ form: "hyper"
+ },
+ {
+ name: "Normal",
+ height: math.unit(7 + 10/12, "feet"),
+ default: true,
+ form: "regular"
+ },
+ ],
+ {
+ "hyper": {
+ name: "Hyper",
+ default: true
+ },
+ "regular": {
+ name: "Regular",
+ },
+ }
+))
+
//characters
function makeCharacters() {