diff --git a/media/attribution.js b/media/attribution.js
index e77177e8..cafb979a 100644
--- a/media/attribution.js
+++ b/media/attribution.js
@@ -16342,6 +16342,24 @@ const attributionData = {
"gummybirbs"
]
},
+ {
+ prefix: "./media/characters/sarel/",
+ files: [
+ { name: "front.svg", source: "https://www.furaffinity.net/view/32484549/" },
+ { name: "back.svg", source: "https://www.furaffinity.net/view/32484549/" },
+ { name: "chozoan.svg", source: "https://www.furaffinity.net/view/32484549/" },
+ { name: "current.svg", source: "https://www.furaffinity.net/view/32484549/" },
+ { name: "head.svg", source: "https://www.furaffinity.net/view/32484549/" },
+ { name: "claws.svg", source: "https://www.furaffinity.net/view/32484549/" },
+ { name: "claws-alt.svg", source: "https://www.furaffinity.net/view/32484549/" },
+ ],
+ authors: [
+ "hr-bananabird"
+ ],
+ owners: [
+ "zai-sarel"
+ ]
+ },
//characters
{
prefix: "./media/dildos/chance/",
@@ -22521,6 +22539,14 @@ const attributionData = {
"name": "GummyBirbs",
"url": "https://www.furaffinity.net/user/gummybirbs/"
},
+ "hr-bananabird": {
+ "name": "hr.",
+ "url": "https://twitter.com/hr_bananabird"
+ },
+ "zai-sarel": {
+ "name": "Zai Sarel",
+ "url": "https://twitter.com/zai_sarel"
+ },
}
}
diff --git a/media/characters/sarel/back.svg b/media/characters/sarel/back.svg
new file mode 100644
index 00000000..c7329f9d
--- /dev/null
+++ b/media/characters/sarel/back.svg
@@ -0,0 +1,943 @@
+
+
+
diff --git a/media/characters/sarel/chozoan.svg b/media/characters/sarel/chozoan.svg
new file mode 100644
index 00000000..2b2dd4d0
--- /dev/null
+++ b/media/characters/sarel/chozoan.svg
@@ -0,0 +1,1321 @@
+
+
+
diff --git a/media/characters/sarel/claws-alt.svg b/media/characters/sarel/claws-alt.svg
new file mode 100644
index 00000000..7c445a0b
--- /dev/null
+++ b/media/characters/sarel/claws-alt.svg
@@ -0,0 +1,40 @@
+
+
+
diff --git a/media/characters/sarel/claws.svg b/media/characters/sarel/claws.svg
new file mode 100644
index 00000000..ed9cb768
--- /dev/null
+++ b/media/characters/sarel/claws.svg
@@ -0,0 +1,38 @@
+
+
+
diff --git a/media/characters/sarel/current.svg b/media/characters/sarel/current.svg
new file mode 100644
index 00000000..610b5bdd
--- /dev/null
+++ b/media/characters/sarel/current.svg
@@ -0,0 +1,1267 @@
+
+
+
diff --git a/media/characters/sarel/front.svg b/media/characters/sarel/front.svg
new file mode 100644
index 00000000..c960522e
--- /dev/null
+++ b/media/characters/sarel/front.svg
@@ -0,0 +1,1387 @@
+
+
+
diff --git a/media/characters/sarel/head.svg b/media/characters/sarel/head.svg
new file mode 100644
index 00000000..076e9c7a
--- /dev/null
+++ b/media/characters/sarel/head.svg
@@ -0,0 +1,346 @@
+
+
+
diff --git a/presets/characters.js b/presets/characters.js
index 909e3ac9..a19ffd94 100644
--- a/presets/characters.js
+++ b/presets/characters.js
@@ -1751,6 +1751,14 @@ const speciesData = {
name: "Belted Kingfisher",
parents: ["avian"]
},
+ "omnifalcon": {
+ name: "Omnifalcon",
+ parents: ["gryphon", "falcon", "harpy-eagle"]
+ },
+ "falcon": {
+ name: "Falcon",
+ parents: ["avian"]
+ },
}
//species
@@ -42927,6 +42935,76 @@ characterMakers.push(() => makeCharacter(
]
))
+characterMakers.push(() => makeCharacter(
+ { name: "Sarel", species: ["omnifalcon"], tags: ["anthro"] },
+ {
+ front: {
+ height: math.unit(5.67, "feet"),
+ weight: math.unit(135, "lb"),
+ name: "Front",
+ image: {
+ source: "./media/characters/sarel/front.svg",
+ extra: 865/788,
+ bottom: 97/962
+ }
+ },
+ back: {
+ height: math.unit(5.67, "feet"),
+ weight: math.unit(135, "lb"),
+ name: "Back",
+ image: {
+ source: "./media/characters/sarel/back.svg",
+ extra: 857/777,
+ bottom: 32/889
+ }
+ },
+ chozoan: {
+ height: math.unit(5.67, "feet"),
+ weight: math.unit(135, "lb"),
+ name: "Chozoan",
+ image: {
+ source: "./media/characters/sarel/chozoan.svg",
+ extra: 865/788,
+ bottom: 97/962
+ }
+ },
+ current: {
+ height: math.unit(5.67, "feet"),
+ weight: math.unit(135, "lb"),
+ name: "Current",
+ image: {
+ source: "./media/characters/sarel/current.svg",
+ extra: 865/788,
+ bottom: 97/962
+ }
+ },
+ head: {
+ height: math.unit(1.77, "feet"),
+ name: "Head",
+ image: {
+ source: "./media/characters/sarel/head.svg"
+ }
+ },
+ claws: {
+ height: math.unit(1.8, "feet"),
+ name: "Claws",
+ image: {
+ source: "./media/characters/sarel/claws.svg"
+ }
+ },
+ clawsAlt: {
+ height: math.unit(1.8, "feet"),
+ name: "Claws-alt",
+ image: {
+ source: "./media/characters/sarel/claws-alt.svg"
+ }
+ },
+ },
+ [
+
+ ]
+))
+
//characters
function makeCharacters() {