diff --git a/media/attribution.js b/media/attribution.js
index 28a9e03f..c2902737 100644
--- a/media/attribution.js
+++ b/media/attribution.js
@@ -22577,6 +22577,23 @@ const attributionData = {
"kavaeric"
]
},
+ {
+ prefix: "./media/characters/ani'szi/",
+ files: [
+ { name: "side.svg", source: null },
+ { name: "head.svg", source: null },
+ { name: "jaws.svg", source: null },
+ { name: "bust.svg", source: null },
+ { name: "back.svg", source: null },
+ { name: "eye.svg", source: null },
+ ],
+ authors: [
+ "layazere"
+ ],
+ owners: [
+ "brekna"
+ ]
+ },
//characters
{
prefix: "./media/fiction/halo/halo/",
@@ -31249,6 +31266,14 @@ const attributionData = {
"name": "austfox",
"url": "https://grabcad.com/austfox-1"
},
+ "brekna": {
+ "name": "Brekna",
+ "url": "https://www.furaffinity.net/user/benedict-blitz"
+ },
+ "layazere": {
+ "name": "Laya'zere",
+ "url": "https://www.furaffinity.net/user/uragiunderground/"
+ },
}
}
diff --git a/media/characters/ani'szi/back.svg b/media/characters/ani'szi/back.svg
new file mode 100644
index 00000000..7cc953eb
--- /dev/null
+++ b/media/characters/ani'szi/back.svg
@@ -0,0 +1,1541 @@
+
+
+
diff --git a/media/characters/ani'szi/bust.svg b/media/characters/ani'szi/bust.svg
new file mode 100644
index 00000000..4c4afe86
--- /dev/null
+++ b/media/characters/ani'szi/bust.svg
@@ -0,0 +1,389 @@
+
+
+
diff --git a/media/characters/ani'szi/eye.svg b/media/characters/ani'szi/eye.svg
new file mode 100644
index 00000000..bf1c9113
--- /dev/null
+++ b/media/characters/ani'szi/eye.svg
@@ -0,0 +1,722 @@
+
+
+
diff --git a/media/characters/ani'szi/head.svg b/media/characters/ani'szi/head.svg
new file mode 100644
index 00000000..d09fd040
--- /dev/null
+++ b/media/characters/ani'szi/head.svg
@@ -0,0 +1,733 @@
+
+
+
diff --git a/media/characters/ani'szi/jaws.svg b/media/characters/ani'szi/jaws.svg
new file mode 100644
index 00000000..87adb980
--- /dev/null
+++ b/media/characters/ani'szi/jaws.svg
@@ -0,0 +1,765 @@
+
+
+
diff --git a/media/characters/ani'szi/side.svg b/media/characters/ani'szi/side.svg
new file mode 100644
index 00000000..898dfd6c
--- /dev/null
+++ b/media/characters/ani'szi/side.svg
@@ -0,0 +1,2421 @@
+
+
+
diff --git a/presets/characters.js b/presets/characters.js
index 9d8df7df..138e6bac 100644
--- a/presets/characters.js
+++ b/presets/characters.js
@@ -2405,6 +2405,14 @@ const speciesData = {
name: "Aerosynth",
parents: ["aeromorph", "synth"]
},
+ "phenx": {
+ name: "Phenx",
+ parents: ["uragi"]
+ },
+ "uragi": {
+ name: "Uragi",
+ parents: ["avian", "bear"]
+ },
}
//species
@@ -65391,6 +65399,64 @@ characterMakers.push(() => makeCharacter(
]
))
+characterMakers.push(() => makeCharacter(
+ { name: "Ani'szi", species: ["phenx"], tags: ["taur"] },
+ {
+ side: {
+ height: math.unit(18 + 4/12, "feet"),
+ weight: math.unit(13000, "kg"),
+ name: "Side",
+ image: {
+ source: "./media/characters/ani'szi/side.svg",
+ extra: 468/459,
+ bottom: 60/528
+ }
+ },
+ head: {
+ height: math.unit(4.8, "feet"),
+ name: "Head",
+ image: {
+ source: "./media/characters/ani'szi/head.svg"
+ }
+ },
+ jaws: {
+ height: math.unit(2.25, "feet"),
+ name: "Jaws",
+ image: {
+ source: "./media/characters/ani'szi/jaws.svg"
+ }
+ },
+ bust: {
+ height: math.unit(8.9, "feet"),
+ name: "Bust",
+ image: {
+ source: "./media/characters/ani'szi/bust.svg"
+ }
+ },
+ back: {
+ height: math.unit(13.53, "feet"),
+ name: "Back",
+ image: {
+ source: "./media/characters/ani'szi/back.svg"
+ }
+ },
+ eye: {
+ height: math.unit(0.44, "feet"),
+ name: "Eye",
+ image: {
+ source: "./media/characters/ani'szi/eye.svg"
+ }
+ },
+ },
+ [
+ {
+ name: "Normal",
+ height: math.unit(18 + 4/12, "feet"),
+ default: true
+ },
+ ]
+))
+
//characters
function makeCharacters() {