diff --git a/media/attribution.js b/media/attribution.js
index 216a6b21..af611931 100644
--- a/media/attribution.js
+++ b/media/attribution.js
@@ -1818,6 +1818,19 @@ const attributionData = {
"little-big-x110"
]
},
+ {
+ prefix: "./media/characters/dydros/",
+ files: [
+ { name: "front.svg", source: "https://www.furaffinity.net/view/34813689/" },
+ { name: "back.svg", source: "https://www.furaffinity.net/view/34813689/" },
+ ],
+ authors: [
+ "datcyberdrake"
+ ],
+ owners: [
+ "datcyberdrake"
+ ]
+ },
{
prefix: "./media/characters/ebony/",
files: [
@@ -5379,6 +5392,10 @@ const attributionData = {
"name": "Dracodare",
"url": "https://meow.social/@Dracodare",
},
+ "datcyberdrake": {
+ "name": "DatCyberDrake",
+ "url": "https://twitter.com/datcyberdrake/",
+ },
}
}
diff --git a/media/characters/dydros/back.svg b/media/characters/dydros/back.svg
new file mode 100644
index 00000000..8c010ed6
--- /dev/null
+++ b/media/characters/dydros/back.svg
@@ -0,0 +1,221 @@
+
+
+
diff --git a/media/characters/dydros/front.svg b/media/characters/dydros/front.svg
new file mode 100644
index 00000000..cfc1262b
--- /dev/null
+++ b/media/characters/dydros/front.svg
@@ -0,0 +1,180 @@
+
+
+
diff --git a/presets/characters.js b/presets/characters.js
index 8999e93f..6f2e4960 100644
--- a/presets/characters.js
+++ b/presets/characters.js
@@ -8995,6 +8995,41 @@ characterMakers["Nomaxice"] = () => {
)
};
+characterMakers["Dydros"] = () => {
+ return makeCharacter(
+ "Dydros",
+ "DatCyberDragon",
+ {
+ front: {
+ height: math.unit(12, "feet"),
+ weight: math.unit(1.5, "tons"),
+ name: "Front",
+ image: {
+ source: "./media/characters/dydros/front.svg",
+ extra: 863/800 * (1 / (1 - 0.015)),
+ bottom: 0.015
+ }
+ },
+ back: {
+ height: math.unit(12, "feet"),
+ weight: math.unit(1.5, "tons"),
+ name: "Back",
+ image: {
+ source: "./media/characters/dydros/back.svg",
+ extra: 900/843 * (1 / (1 - 0.005)),
+ bottom: 0.005
+ }
+ },
+ },
+ [
+ {
+ name: "Normal",
+ height: math.unit(12, "feet"),
+ default: true
+ },
+ ]
+ )
+};
function makeCharacters() {
const results = [];
results.push({