diff --git a/media/attribution.js b/media/attribution.js
index 16944fdb..7653281a 100644
--- a/media/attribution.js
+++ b/media/attribution.js
@@ -1635,6 +1635,19 @@ const attributionData = {
"danny-gryphon"
]
},
+ {
+ prefix: "./media/characters/dominic/",
+ files: [
+ { name: "front.svg", source: "https://www.furaffinity.net/view/29943695/" },
+ { name: "back.svg", source: "https://www.furaffinity.net/view/29943695/" }
+ ],
+ authors: [
+ "verscilith"
+ ],
+ owners: [
+ "hypocriticaldragon"
+ ]
+ },
{
prefix: "./media/characters/dr-clay/",
files: [
@@ -3849,6 +3862,14 @@ const attributionData = {
"name": "EmieChii",
"url": "https://www.furaffinity.net/user/emiechii/",
},
+ "verscilith": {
+ "name": "Verscilith",
+ "url": "https://www.furaffinity.net/user/verscilith",
+ },
+ "hypocriticaldragon": {
+ "name": "HypocriticalDragon",
+ "url": "https://www.furaffinity.net/user/hypocriticaldragon/",
+ },
}
}
diff --git a/media/characters/dominic/back.svg b/media/characters/dominic/back.svg
new file mode 100644
index 00000000..6da0a23d
--- /dev/null
+++ b/media/characters/dominic/back.svg
@@ -0,0 +1,487 @@
+
+
+
diff --git a/media/characters/dominic/front.svg b/media/characters/dominic/front.svg
new file mode 100644
index 00000000..9b73183d
--- /dev/null
+++ b/media/characters/dominic/front.svg
@@ -0,0 +1,407 @@
+
+
+
diff --git a/presets/characters.js b/presets/characters.js
index 1b17e965..1ffe76f9 100644
--- a/presets/characters.js
+++ b/presets/characters.js
@@ -7385,6 +7385,78 @@ characterMakers["Fleta"] = () => {
)
};
+characterMakers["Dominic"] = () => {
+ return makeCharacter(
+ "Dominic",
+ "HypoTheDerg",
+ {
+ front: {
+ height: math.unit(6, "feet"),
+ weight: math.unit(225, "lb"),
+ name: "Front",
+ image: {
+ source: "./media/characters/dominic/front.svg",
+ extra: 1770/1620 * (1 / (1 - 0.025)),
+ bottom: 0.025
+ }
+ },
+ back: {
+ height: math.unit(6, "feet"),
+ weight: math.unit(225, "lb"),
+ name: "Back",
+ image: {
+ source: "./media/characters/dominic/back.svg",
+ extra: 1745/1620 * (1 / (1 - 0.065)),
+ bottom: 0.065
+ }
+ },
+ },
+ [
+ {
+ name: "Nano",
+ height: math.unit(0.1, "mm")
+ },
+ {
+ name: "Micro-",
+ height: math.unit(1, "mm")
+ },
+ {
+ name: "Micro",
+ height: math.unit(4, "inches")
+ },
+ {
+ name: "Normal",
+ height: math.unit(6 + 4/12, "feet"),
+ default: true
+ },
+ {
+ name: "Macro",
+ height: math.unit(115, "feet")
+ },
+ {
+ name: "Macro+",
+ height: math.unit(955, "feet")
+ },
+ {
+ name: "Megamacro",
+ height: math.unit(8990, "feet")
+ },
+ {
+ name: "Gigmacro",
+ height: math.unit(9310, "miles")
+ },
+ {
+ name: "Teramacro",
+ height: math.unit(1567005010, "miles")
+ },
+ {
+ name: "Examacro",
+ height: math.unit(1425, "parsecs")
+ },
+ ]
+ )
+};
+
function makeCharacters() {
const results = [];
results.push({