diff --git a/media/attribution.js b/media/attribution.js
index 64838f8f..e4ab8e2f 100644
--- a/media/attribution.js
+++ b/media/attribution.js
@@ -20282,7 +20282,7 @@ const attributionData = {
{
prefix: "./media/characters/jhusky/",
files: [
- { name: "anthro-front.svg", source: "https://www.furaffinity.net/view/37316545/" }
+ { name: "anthro-front.svg", source: "https://www.furaffinity.net/view/37316545/", nsfw: true },
],
authors: [
"carifoxleopard"
@@ -20291,6 +20291,19 @@ const attributionData = {
"jhusky"
]
},
+ {
+ prefix: "./media/characters/jhusky/",
+ files: [
+ { name: "taur-side-sfw.svg", source: "https://www.furaffinity.net/view/17595925/", nsfw: false },
+ { name: "taur-side-nsfw.svg", source: "https://www.furaffinity.net/view/17811566/", nsfw: true },
+ ],
+ authors: [
+ "j-a-l-m-u"
+ ],
+ owners: [
+ "jhusky"
+ ]
+ },
//characters
{
prefix: "./media/fiction/halo/halo/",
@@ -28310,6 +28323,10 @@ const attributionData = {
"name": "JHusky",
"url": "https://www.furaffinity.net/user/jhusky/"
},
+ "j-a-l-m-u": {
+ "name": "J-a-l-m-u",
+ "url": "https://www.furaffinity.net/user/j-a-l-m-u"
+ },
}
}
diff --git a/media/characters/jhusky/taur-side-nsfw.svg b/media/characters/jhusky/taur-side-nsfw.svg
new file mode 100644
index 00000000..6a70e257
--- /dev/null
+++ b/media/characters/jhusky/taur-side-nsfw.svg
@@ -0,0 +1,1576 @@
+
+
+
diff --git a/media/characters/jhusky/taur-side-sfw.svg b/media/characters/jhusky/taur-side-sfw.svg
new file mode 100644
index 00000000..33852ba6
--- /dev/null
+++ b/media/characters/jhusky/taur-side-sfw.svg
@@ -0,0 +1,1556 @@
+
+
+
diff --git a/presets/characters.js b/presets/characters.js
index d79f5740..1684c881 100644
--- a/presets/characters.js
+++ b/presets/characters.js
@@ -56136,7 +56136,7 @@ characterMakers.push(() => makeCharacter(
))
characterMakers.push(() => makeCharacter(
- { name: "JHusky", species: ["husky"], tags: ["anthro"] },
+ { name: "JHusky", species: ["husky"], tags: ["anthro", "taur"] },
{
anthroFront: {
height: math.unit(6, "feet"),
@@ -56148,6 +56148,30 @@ characterMakers.push(() => makeCharacter(
bottom: 7/481
},
form: "anthro",
+ default: true
+ },
+ taurSideSfw: {
+ height: math.unit(6 + 4/12, "feet"),
+ weight: math.unit(500, "lb"),
+ name: "Side (SFW)",
+ image: {
+ source: "./media/characters/jhusky/taur-side-sfw.svg",
+ extra: 1741/1629,
+ bottom: 196/1937
+ },
+ form: "taur",
+ default: true
+ },
+ taurSideNsfw: {
+ height: math.unit(6 + 4/12, "feet"),
+ weight: math.unit(500, "lb"),
+ name: "Taur (NSFW)",
+ image: {
+ source: "./media/characters/jhusky/taur-side-nsfw.svg",
+ extra: 1741/1629,
+ bottom: 196/1937
+ },
+ form: "taur",
},
},
[
@@ -56167,12 +56191,31 @@ characterMakers.push(() => makeCharacter(
height: math.unit(10000, "feet"),
form: "anthro"
},
+ {
+ name: "Huge",
+ height: math.unit(528, "feet"),
+ form: "taur"
+ },
+ {
+ name: "Macro",
+ height: math.unit(1056, "feet"),
+ default: true,
+ form: "taur"
+ },
+ {
+ name: "Megamacro",
+ height: math.unit(10556, "feet"),
+ form: "taur"
+ },
],
{
"anthro": {
name: "Anthro",
default: true
},
+ "taur": {
+ name: "Taur",
+ },
}
))
//characters