diff --git a/media/attribution.js b/media/attribution.js
index aa2f3443..5808a1a2 100644
--- a/media/attribution.js
+++ b/media/attribution.js
@@ -22550,6 +22550,19 @@ const attributionData = {
"bigblueghost"
]
},
+ {
+ prefix: "./media/characters/oarven/",
+ files: [
+ { name: "front-nsfw.svg", source: "https://www.furaffinity.net/view/43990292/", nsfw: true },
+ { name: "front-sfw.svg", source: "https://www.furaffinity.net/view/43990292/", nsfw: false },
+ ],
+ authors: [
+ "blackchaos666"
+ ],
+ owners: [
+ "neopuc"
+ ]
+ },
//characters
{
prefix: "./media/fiction/halo/halo/",
diff --git a/media/characters/oarven/front-nsfw.svg b/media/characters/oarven/front-nsfw.svg
new file mode 100644
index 00000000..ac6f0bd3
--- /dev/null
+++ b/media/characters/oarven/front-nsfw.svg
@@ -0,0 +1,7624 @@
+
+
+
diff --git a/media/characters/oarven/front-sfw.svg b/media/characters/oarven/front-sfw.svg
new file mode 100644
index 00000000..c23926a2
--- /dev/null
+++ b/media/characters/oarven/front-sfw.svg
@@ -0,0 +1,7424 @@
+
+
+
diff --git a/presets/characters.js b/presets/characters.js
index 8b5d3ea2..773eaf11 100644
--- a/presets/characters.js
+++ b/presets/characters.js
@@ -2397,6 +2397,10 @@ const speciesData = {
name: "Waterfowl",
parents: ["avian"]
},
+ "earless-monitor-lizard": {
+ name: "Earless Monitor Lizard",
+ parents: ["monitor-lizard"]
+ },
}
//species
@@ -65304,6 +65308,45 @@ characterMakers.push(() => makeCharacter(
]
))
+characterMakers.push(() => makeCharacter(
+ { name: "Oarven", species: ["earless-monitor-lizard"], tags: ["anthro"] },
+ {
+ frontNsfw: {
+ height: math.unit(6, "feet"),
+ weight: math.unit(250, "lb"),
+ preyCapacity: math.unit(0.05, "people"),
+ name: "Front (NSFW)",
+ image: {
+ source: "./media/characters/oarven/front-nsfw.svg",
+ extra: 1795/1783,
+ bottom: 142/1937
+ }
+ },
+ frontSfw: {
+ height: math.unit(6, "feet"),
+ weight: math.unit(250, "lb"),
+ preyCapacity: math.unit(0.05, "people"),
+ name: "Front (SFW)",
+ image: {
+ source: "./media/characters/oarven/front-sfw.svg",
+ extra: 1795/1783,
+ bottom: 142/1937
+ }
+ },
+ },
+ [
+ {
+ name: "Megamacro",
+ height: math.unit(5, "miles"),
+ default: true
+ },
+ {
+ name: "Maximum Height",
+ height: math.unit(5, "AUs")
+ },
+ ]
+))
+
//characters
function makeCharacters() {