diff --git a/media/attribution.js b/media/attribution.js
index ea710b66..bcba5875 100644
--- a/media/attribution.js
+++ b/media/attribution.js
@@ -21200,6 +21200,21 @@ const attributionData = {
"va0027"
]
},
+ {
+ prefix: "./media/characters/osiris-gryphon/",
+ files: [
+ { name: "front.svg", source: "https://www.furaffinity.net/view/32359292/" },
+ { name: "back.svg", source: "https://www.furaffinity.net/view/32359292/" },
+ { name: "wing.svg", source: "https://www.furaffinity.net/view/32359292/" },
+ { name: "front-lewd.svg", source: "https://www.furaffinity.net/view/32426889/", nsfw: true },
+ ],
+ authors: [
+ "mythaw"
+ ],
+ owners: [
+ "va0027"
+ ]
+ },
//characters
{
prefix: "./media/fiction/halo/halo/",
@@ -29510,6 +29525,10 @@ const attributionData = {
"name": "Xenogear",
"url": "https://www.furaffinity.net/user/xenogear/"
},
+ "mythaw": {
+ "name": "mythaw",
+ "url": "https://www.furaffinity.net/user/mythaw"
+ },
}
}
diff --git a/media/characters/osiris-gryphon/back.svg b/media/characters/osiris-gryphon/back.svg
new file mode 100644
index 00000000..264f79f9
--- /dev/null
+++ b/media/characters/osiris-gryphon/back.svg
@@ -0,0 +1,2292 @@
+
+
+
diff --git a/media/characters/osiris-gryphon/front-lewd.svg b/media/characters/osiris-gryphon/front-lewd.svg
new file mode 100644
index 00000000..af095d74
--- /dev/null
+++ b/media/characters/osiris-gryphon/front-lewd.svg
@@ -0,0 +1,5062 @@
+
+
+
diff --git a/media/characters/osiris-gryphon/front.svg b/media/characters/osiris-gryphon/front.svg
new file mode 100644
index 00000000..2926449f
--- /dev/null
+++ b/media/characters/osiris-gryphon/front.svg
@@ -0,0 +1,4799 @@
+
+
+
diff --git a/media/characters/osiris-gryphon/wing.svg b/media/characters/osiris-gryphon/wing.svg
new file mode 100644
index 00000000..abe44044
--- /dev/null
+++ b/media/characters/osiris-gryphon/wing.svg
@@ -0,0 +1,572 @@
+
+
+
diff --git a/presets/characters.js b/presets/characters.js
index 32174bb7..3b0fb41f 100644
--- a/presets/characters.js
+++ b/presets/characters.js
@@ -2228,6 +2228,10 @@ const speciesData = {
name: "Hippogriff",
parents: ["gryphon", "horse"]
},
+ "peregrine-falcon": {
+ name: "Peregrine Falcon",
+ parents: ["falcon"]
+ },
}
//species
@@ -60001,6 +60005,84 @@ characterMakers.push(() => makeCharacter(
]
))
+characterMakers.push(() => makeCharacter(
+ { name: "Osiris (Gryphon)", species: ["gryphon", "snow-leopard", "peregrine-falcon"], tags: ["anthro"] },
+ {
+ front: {
+ height: math.unit(2, "meters"),
+ weight: math.unit(95, "kg"),
+ name: "Front",
+ image: {
+ source: "./media/characters/osiris-gryphon/front.svg",
+ extra: 1508/1313,
+ bottom: 87/1595
+ }
+ },
+ back: {
+ height: math.unit(2, "meters"),
+ weight: math.unit(95, "kg"),
+ name: "Back",
+ image: {
+ source: "./media/characters/osiris-gryphon/back.svg",
+ extra: 1436/1309,
+ bottom: 64/1500
+ }
+ },
+ frontLewd: {
+ height: math.unit(2, "meters"),
+ weight: math.unit(95, "kg"),
+ name: "Front-lewd",
+ image: {
+ source: "./media/characters/osiris-gryphon/front-lewd.svg",
+ extra: 1508/1313,
+ bottom: 87/1595
+ }
+ },
+ wing: {
+ height: math.unit(6.3333, "feet"),
+ name: "Wing",
+ image: {
+ source: "./media/characters/osiris-gryphon/wing.svg"
+ }
+ },
+ },
+ [
+ {
+ name: "Incognito",
+ height: math.unit(2, "meters")
+ },
+ {
+ name: "Home Size",
+ height: math.unit(30, "meters"),
+ default: true
+ },
+ {
+ name: "Macro",
+ height: math.unit(100, "meters")
+ },
+ {
+ name: "Macro+",
+ height: math.unit(350, "meters")
+ },
+ {
+ name: "Mega",
+ height: math.unit(40, "km")
+ },
+ {
+ name: "Giga",
+ height: math.unit(300, "km")
+ },
+ {
+ name: "Giga+",
+ height: math.unit(2000, "km")
+ },
+ {
+ name: "Terra",
+ height: math.unit(30000, "km")
+ },
+ ]
+))
+
//characters
function makeCharacters() {