diff --git a/media/attribution.js b/media/attribution.js
index 7b1ba147..08a80dcb 100644
--- a/media/attribution.js
+++ b/media/attribution.js
@@ -14153,6 +14153,30 @@ const attributionData = {
"grocklekaug"
]
},
+ {
+ prefix: "./media/characters/alistair/",
+ files: [
+ { name: "front.svg", source: "https://www.furaffinity.net/view/31713472" }
+ ],
+ authors: [
+ "razzbeary"
+ ],
+ owners: [
+ "gyiyga"
+ ]
+ },
+ {
+ prefix: "./media/characters/haruka/",
+ files: [
+ { name: "front.svg", source: "https://www.furaffinity.net/view/34047245/" }
+ ],
+ authors: [
+ "bri-lewd"
+ ],
+ owners: [
+ "inukazane"
+ ]
+ },
//characters
{
prefix: "./media/dildos/chance/",
@@ -19396,6 +19420,18 @@ const attributionData = {
"name": "GrockleKaug",
"url": "https://twitter.com/GrockleKaug"
},
+ "bri-lewd": {
+ "name": "B.R.I.",
+ "url": "https://twitter.com/bri_lewd"
+ },
+ "inukazane": {
+ "name": "inukazane",
+ "url": "https://www.furaffinity.net/user/inukazane/"
+ },
+ "razzbeary": {
+ "name": "razzbeary",
+ "url": "https://www.furaffinity.net/user/razzbeary/"
+ },
}
}
diff --git a/media/characters/alistair/front.svg b/media/characters/alistair/front.svg
new file mode 100644
index 00000000..b2bcb123
--- /dev/null
+++ b/media/characters/alistair/front.svg
@@ -0,0 +1,757 @@
+
+
+
diff --git a/media/characters/haruka/front.svg b/media/characters/haruka/front.svg
new file mode 100644
index 00000000..0028c0a9
--- /dev/null
+++ b/media/characters/haruka/front.svg
@@ -0,0 +1,1198 @@
+
+
+
diff --git a/presets/characters.js b/presets/characters.js
index c7ec8636..cdcc64f8 100644
--- a/presets/characters.js
+++ b/presets/characters.js
@@ -36865,6 +36865,10 @@ characterMakers.push(() => makeCharacter(
height: math.unit(15, "feet"),
default: true
},
+ {
+ name: "Large",
+ height: math.unit(150, "feet")
+ },
{
name: "Macro",
height: math.unit(1876, "feet")
@@ -36885,6 +36889,55 @@ characterMakers.push(() => makeCharacter(
name: "Galactic",
height: math.unit(1.4e5, "km")
},
+ {
+ name: "Godlike",
+ height: math.unit(9.8e280, "galaxies")
+ },
+ ]
+))
+
+characterMakers.push(() => makeCharacter(
+ { name: "Alistair", species: ["dragon"], tags: ["anthro"] },
+ {
+ front: {
+ height: math.unit(11, "meters"),
+ weight: math.unit(20, "tonnes"),
+ name: "Front",
+ image: {
+ source: "./media/characters/alistair/front.svg",
+ extra: 1265/1009,
+ bottom: 93/1358
+ }
+ },
+ },
+ [
+ {
+ name: "Normal",
+ height: math.unit(11, "meters"),
+ default: true
+ },
+ ]
+))
+
+characterMakers.push(() => makeCharacter(
+ { name: "Haruka", species: ["raptor"], tags: ["anthro"] },
+ {
+ front: {
+ height: math.unit(5 + 8/12, "feet"),
+ name: "Front",
+ image: {
+ source: "./media/characters/haruka/front.svg",
+ extra: 2012/1952,
+ bottom: 0/2012
+ }
+ },
+ },
+ [
+ {
+ name: "Normal",
+ height: math.unit(5 + 8/12, "feet"),
+ default: true
+ },
]
))