diff --git a/media/attribution.js b/media/attribution.js
index a906a0a2..a9011fcb 100644
--- a/media/attribution.js
+++ b/media/attribution.js
@@ -3289,7 +3289,9 @@ const attributionData = {
{
prefix: "./media/characters/tene/",
files: [
- { name: "front.svg", source: "https://www.furaffinity.net/view/21181722/" }
+ { name: "front.svg", source: "https://www.furaffinity.net/view/21181722/" },
+ { name: "sitting.svg", source: "https://www.furaffinity.net/view/21181722/" },
+ { name: "stomping.svg", source: "https://www.furaffinity.net/view/21181722/" },
],
authors: [
"claws-and-paws"
@@ -3298,6 +3300,18 @@ const attributionData = {
"tenebrisdrox"
]
},
+ {
+ prefix: "./media/characters/tene/",
+ files: [
+ { name: "feral.svg", source: "https://www.furaffinity.net/view/16328827/" }
+ ],
+ authors: [
+ "aenykings"
+ ],
+ owners: [
+ "tenebrisdrox"
+ ]
+ },
{
prefix: "./media/characters/tiberius/",
files: [
@@ -4919,6 +4933,10 @@ const attributionData = {
"name": "Spazman",
"url": "https://www.furaffinity.net/user/spazman/",
},
+ "aenykings": {
+ "name": "aenykings",
+ "url": "http://www.furaffinity.net/user/aenykings/",
+ },
}
}
diff --git a/media/characters/tene/feral.svg b/media/characters/tene/feral.svg
new file mode 100644
index 00000000..f3803b73
--- /dev/null
+++ b/media/characters/tene/feral.svg
@@ -0,0 +1,237 @@
+
+
+
diff --git a/media/characters/tene/sitting.svg b/media/characters/tene/sitting.svg
new file mode 100644
index 00000000..10fad43c
--- /dev/null
+++ b/media/characters/tene/sitting.svg
@@ -0,0 +1,70 @@
+
+
+
diff --git a/media/characters/tene/stomping.svg b/media/characters/tene/stomping.svg
new file mode 100644
index 00000000..a966563e
--- /dev/null
+++ b/media/characters/tene/stomping.svg
@@ -0,0 +1,108 @@
+
+
+
diff --git a/presets/characters.js b/presets/characters.js
index c7599de6..a2571ec1 100644
--- a/presets/characters.js
+++ b/presets/characters.js
@@ -7837,6 +7837,36 @@ characterMakers["Tene"] = () => {
bottom: 0.022
}
},
+ stomping: {
+ height: math.unit(2.025, "meters"),
+ weight: math.unit(120, "lb"),
+ name: "Stomping",
+ image: {
+ source: "./media/characters/tene/stomping.svg",
+ extra: 938/873 * (1 / (1 - 0.01)),
+ bottom: 0.01
+ }
+ },
+ sitting: {
+ height: math.unit(1, "meter"),
+ weight: math.unit(120, "lb"),
+ name: "Sitting",
+ image: {
+ source: "./media/characters/tene/sitting.svg",
+ extra: 437/415 * (1 / (1 - 0.1)),
+ bottom: 0.1
+ }
+ },
+ feral: {
+ height: math.unit(3.9, "feet"),
+ weight: math.unit(250, "lb"),
+ name: "Feral",
+ image: {
+ source: "./media/characters/tene/feral.svg",
+ extra: 717/458 * (1 / (1 - 0.179)),
+ bottom: 0.179
+ }
+ },
},
[
{