diff --git a/media/attribution.js b/media/attribution.js
index 247d8e7a..73817a97 100644
--- a/media/attribution.js
+++ b/media/attribution.js
@@ -19970,6 +19970,31 @@ 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"
+ ]
+ },
+ {
+ prefix: "./media/characters/jason-crowe/",
+ files: [
+ { name: "side.svg", source: "https://www.furaffinity.net/view/37537497/" }
+ ],
+ authors: [
+ "shenzaibird"
+ ],
+ owners: [
+ "immaturecontent"
+ ]
+ },
//characters
{
prefix: "./media/fiction/halo/halo/",
@@ -27847,6 +27872,18 @@ 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/"
+ },
+ "shenzaibird": {
+ "name": "ShenzaiBird",
+ "url": "https://www.furaffinity.net/user/shenzaibird"
+ },
}
}
diff --git a/media/characters/jason-crowe/side.svg b/media/characters/jason-crowe/side.svg
new file mode 100644
index 00000000..1fb6464b
--- /dev/null
+++ b/media/characters/jason-crowe/side.svg
@@ -0,0 +1,1826 @@
+
+
+
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..65439b50 100644
--- a/presets/characters.js
+++ b/presets/characters.js
@@ -2081,6 +2081,14 @@ const speciesData = {
name: "Deino",
parents: ["pokemon", "dinosaur"]
},
+ "housecat": {
+ name: "Housecat",
+ parents: ["cat"]
+ },
+ "bombay-cat": {
+ name: "Bombay Cat",
+ parents: ["housecat"]
+ },
}
//species
@@ -54801,6 +54809,88 @@ 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",
+ },
+ }
+))
+
+characterMakers.push(() => makeCharacter(
+ { name: "Jason Crowe", species: ["gryphon", "raven", "bombay-cat"], tags: ["feral"] },
+ {
+ side: {
+ height: math.unit(6, "feet"),
+ weight: math.unit(150, "lb"),
+ name: "Side",
+ image: {
+ source: "./media/characters/jason-crowe/side.svg",
+ extra: 1771/766,
+ bottom: 219/1990
+ }
+ },
+ },
+ [
+ {
+ name: "Pocket Gryphon",
+ height: math.unit(6, "cm")
+ },
+ {
+ name: "Raven",
+ height: math.unit(60, "cm")
+ },
+ {
+ name: "Normal",
+ height: math.unit(1, "meter"),
+ default: true
+ },
+ ]
+))
+
//characters
function makeCharacters() {