diff --git a/media/attribution.js b/media/attribution.js
index aae0e8f2..ac591f6b 100644
--- a/media/attribution.js
+++ b/media/attribution.js
@@ -1111,6 +1111,18 @@ const attributionData = {
"chemicalcrux"
]
},
+ {
+ prefix: "./media/characters/abbott-absol/",
+ files: [
+ { name: "front.svg", source: "https://www.furaffinity.net/view/19023011/" }
+ ],
+ authors: [
+ "shiki-shaka"
+ ],
+ owners: [
+ "hawkeyedelite"
+ ]
+ },
{
prefix: "./media/characters/abysgar/",
files: [
@@ -2620,6 +2632,18 @@ const attributionData = {
"bossvoss"
]
},
+ {
+ prefix: "./media/characters/vanrel/",
+ files: [
+ { name: "front.svg", source: null }
+ ],
+ authors: [
+ "buckdasystem"
+ ],
+ owners: [
+ "kuipaws"
+ ]
+ },
{
prefix: "./media/characters/vector-wuff/",
files: [
@@ -3962,6 +3986,22 @@ const attributionData = {
"name": "dimensions.guide",
"url": "https://www.dimensions.guide/",
},
+ "buckdasystem": {
+ "name": "BuckdaSystem",
+ "url": "https://www.furaffinity.net/user/Buckdasystem",
+ },
+ "kuipaws": {
+ "name": "KuiPaws",
+ "url": "https://www.furaffinity.net/user/kuipaws",
+ },
+ "shiki-shaka": {
+ "name": "Shiki_Shaka",
+ "url": "https://www.furaffinity.net/user/shikishaka",
+ },
+ "hawkeyedelite": {
+ "name": "HawkeyedElite",
+ "url": "https://www.furaffinity.net/user/hawkeyedelite/",
+ },
}
}
diff --git a/media/characters/abbott-absol/front.svg b/media/characters/abbott-absol/front.svg
new file mode 100644
index 00000000..4aae40db
--- /dev/null
+++ b/media/characters/abbott-absol/front.svg
@@ -0,0 +1,145 @@
+
+
+
diff --git a/media/characters/vanrel/front.svg b/media/characters/vanrel/front.svg
new file mode 100644
index 00000000..7e4251ac
--- /dev/null
+++ b/media/characters/vanrel/front.svg
@@ -0,0 +1,218 @@
+
+
+
diff --git a/presets/characters.js b/presets/characters.js
index 72f3d37a..d6b2793b 100644
--- a/presets/characters.js
+++ b/presets/characters.js
@@ -7514,6 +7514,64 @@ characterMakers["Axel Lycan"] = () => {
)
};
+characterMakers["Vanrel"] = () => {
+ return makeCharacter(
+ "Vanrel",
+ "Vanrel",
+ {
+ front: {
+ height: math.unit(5 + 9/12, "feet"),
+ weight: math.unit(175, "lb"),
+ name: "Front",
+ image: {
+ source: "./media/characters/vanrel/front.svg",
+ extra: 1086/1010
+ }
+ },
+ },
+ [
+ {
+ name: "Normal",
+ height: math.unit(5 + 9/12, "feet"),
+ default: true
+ },
+ ]
+ )
+};
+
+characterMakers["Abbott Absol"] = () => {
+ return makeCharacter(
+ "Abbott Absol",
+ "Abbott Absol",
+ {
+ front: {
+ height: math.unit(6, "feet"),
+ weight: math.unit(103, "lb"),
+ name: "Front",
+ image: {
+ source: "./media/characters/abbott-absol/front.svg",
+ extra: 2010/1842
+ }
+ },
+ },
+ [
+ {
+ name: "Megamicro",
+ height: math.unit(0.01, "mm")
+ },
+ {
+ name: "Micro",
+ height: math.unit(1, "inch")
+ },
+ {
+ name: "Normal",
+ height: math.unit(6, "feet"),
+ default: true
+ },
+ ]
+ )
+};
+
function makeCharacters() {
const results = [];
results.push({