diff --git a/media/attribution.js b/media/attribution.js
index 3dbde4cc..627e4fa8 100644
--- a/media/attribution.js
+++ b/media/attribution.js
@@ -17792,6 +17792,21 @@ const attributionData = {
"nyterious"
]
},
+ {
+ prefix: "./media/characters/bandel/",
+ files: [
+ { name: "front.svg", source: "https://www.furaffinity.net/view/37825438/" },
+ { name: "back.svg", source: "https://www.furaffinity.net/view/37825438/" },
+ { name: "maw.svg", source: "https://www.furaffinity.net/view/37825438/" },
+ { name: "stomach.svg", source: "https://www.furaffinity.net/view/37825438/" },
+ ],
+ authors: [
+ "riolutiny"
+ ],
+ owners: [
+ "bandel"
+ ]
+ },
//characters
{
prefix: "./media/dildos/chance/",
@@ -24615,6 +24630,14 @@ const attributionData = {
"name": "jerberjer",
"url": "https://www.furaffinity.net/user/jerberjer"
},
+ "bandel": {
+ "name": "Bandel",
+ "url": "https://www.furaffinity.net/user/bandel/"
+ },
+ "riolutiny": {
+ "name": "Riolutiny",
+ "url": "https://www.furaffinity.net/user/riolutiny"
+ },
}
}
diff --git a/media/characters/bandel/back.svg b/media/characters/bandel/back.svg
new file mode 100644
index 00000000..dbeb0c42
--- /dev/null
+++ b/media/characters/bandel/back.svg
@@ -0,0 +1,1778 @@
+
+
+
diff --git a/media/characters/bandel/front.svg b/media/characters/bandel/front.svg
new file mode 100644
index 00000000..ae3a0c29
--- /dev/null
+++ b/media/characters/bandel/front.svg
@@ -0,0 +1,3043 @@
+
+
+
diff --git a/media/characters/bandel/maw.svg b/media/characters/bandel/maw.svg
new file mode 100644
index 00000000..b8c9685d
--- /dev/null
+++ b/media/characters/bandel/maw.svg
@@ -0,0 +1,1214 @@
+
+
+
diff --git a/media/characters/bandel/stomach.svg b/media/characters/bandel/stomach.svg
new file mode 100644
index 00000000..2a555474
--- /dev/null
+++ b/media/characters/bandel/stomach.svg
@@ -0,0 +1,918 @@
+
+
+
diff --git a/presets/characters.js b/presets/characters.js
index 8ebe6b88..97215bdd 100644
--- a/presets/characters.js
+++ b/presets/characters.js
@@ -1852,6 +1852,10 @@ const speciesData = {
name: "Triceratops",
parents: ["dinosaur"]
},
+ "drake": {
+ name: "Drake",
+ parents: ["dragon"]
+ },
}
//species
@@ -47413,6 +47417,53 @@ characterMakers.push(() => makeCharacter(
]
))
+characterMakers.push(() => makeCharacter(
+ { name: "Bandel", species: ["drake"], tags: ["anthro"] },
+ {
+ front: {
+ height: math.unit(7 + 4/12, "feet"),
+ weight: math.unit(252, "lb"),
+ name: "Front",
+ image: {
+ source: "./media/characters/bandel/front.svg",
+ extra: 1946/1775,
+ bottom: 26/1972
+ }
+ },
+ back: {
+ height: math.unit(7 + 4/12, "feet"),
+ weight: math.unit(252, "lb"),
+ name: "Back",
+ image: {
+ source: "./media/characters/bandel/back.svg",
+ extra: 1940/1770,
+ bottom: 25/1965
+ }
+ },
+ maw: {
+ height: math.unit(2.15, "feet"),
+ name: "Maw",
+ image: {
+ source: "./media/characters/bandel/maw.svg"
+ }
+ },
+ stomach: {
+ height: math.unit(1.95, "feet"),
+ name: "Stomach",
+ image: {
+ source: "./media/characters/bandel/stomach.svg"
+ }
+ },
+ },
+ [
+ {
+ name: "Normal",
+ height: math.unit(7 + 4/12, "feet"),
+ default: true
+ },
+ ]
+))
+
//characters
function makeCharacters() {