diff --git a/media/attribution.js b/media/attribution.js
index 0576564b..e173674d 100644
--- a/media/attribution.js
+++ b/media/attribution.js
@@ -2523,6 +2523,20 @@ const attributionData = {
"bossvoss"
]
},
+ {
+ prefix: "./media/characters/keset-vanrel/",
+ files: [
+ { name: "front.svg", source: null },
+ { name: "hand.svg", source: null },
+ { name: "foot.svg", source: null },
+ ],
+ authors: [
+ "buckdasystem"
+ ],
+ owners: [
+ "kuipaws"
+ ]
+ },
{
prefix: "./media/characters/kimiko/",
files: [
@@ -2572,6 +2586,19 @@ const attributionData = {
"koragos"
]
},
+ {
+ prefix: "./media/characters/kuiper-vanrel/",
+ files: [
+ { name: "front.svg", source: null },
+ { name: "foot.svg", source: null },
+ ],
+ authors: [
+ "buckdasystem"
+ ],
+ owners: [
+ "kuipaws"
+ ]
+ },
{
prefix: "./media/characters/kuro-shi-uchū/",
files: [
@@ -3984,7 +4011,7 @@ const attributionData = {
files: [
{ name: "front.svg", source: "https://www.furaffinity.net/view/30583316/" },
{ name: "side.svg", source: "https://www.furaffinity.net/view/30583316/" },
- { name: "paw.svg", source: "https://www.furaffinity.net/view/30583316/" },
+ { name: "beans.svg", source: "https://www.furaffinity.net/view/30583316/" },
],
authors: [
"buckdasystem"
diff --git a/media/characters/keset-vanrel/foot.svg b/media/characters/keset-vanrel/foot.svg
new file mode 100644
index 00000000..d0a253cf
--- /dev/null
+++ b/media/characters/keset-vanrel/foot.svg
@@ -0,0 +1,44 @@
+
+
+
diff --git a/media/characters/keset-vanrel/front.svg b/media/characters/keset-vanrel/front.svg
new file mode 100644
index 00000000..01416631
--- /dev/null
+++ b/media/characters/keset-vanrel/front.svg
@@ -0,0 +1,231 @@
+
+
+
diff --git a/media/characters/keset-vanrel/hand.svg b/media/characters/keset-vanrel/hand.svg
new file mode 100644
index 00000000..71875f5e
--- /dev/null
+++ b/media/characters/keset-vanrel/hand.svg
@@ -0,0 +1,37 @@
+
+
+
diff --git a/media/characters/kuiper-vanrel/foot.svg b/media/characters/kuiper-vanrel/foot.svg
new file mode 100644
index 00000000..014fc622
--- /dev/null
+++ b/media/characters/kuiper-vanrel/foot.svg
@@ -0,0 +1,40 @@
+
+
+
diff --git a/media/characters/kuiper-vanrel/front.svg b/media/characters/kuiper-vanrel/front.svg
new file mode 100644
index 00000000..0c09b872
--- /dev/null
+++ b/media/characters/kuiper-vanrel/front.svg
@@ -0,0 +1,241 @@
+
+
+
diff --git a/presets/characters.js b/presets/characters.js
index c0860aca..0ecd8381 100644
--- a/presets/characters.js
+++ b/presets/characters.js
@@ -10249,7 +10249,7 @@ characterMakers["Quincy"] = () => {
characterMakers["Vanrel"] = () => {
return makeCharacter(
"Vanrel",
- "Fuzzypaws",
+ "KuiPaws",
{
front: {
height: math.unit(4 + 7/12, "feet"),
@@ -10289,6 +10289,78 @@ characterMakers["Vanrel"] = () => {
)
};
+characterMakers["Kuiper Vanrel"] = () => {
+ return makeCharacter(
+ "Kuiper Vanrel",
+ "KuiPaws",
+ {
+ front: {
+ height: math.unit(7 + 5/12, "feet"),
+ weight: math.unit(150, "lb"),
+ name: "Front",
+ image: {
+ source: "./media/characters/kuiper-vanrel/front.svg",
+ extra: 1118/1068 * (1 / (1 - 0.09)),
+ bottom: 0.09
+ }
+ },
+ foot: {
+ height: math.unit(0.55, "meters"),
+ name: "Foot",
+ image: {
+ source: "./media/characters/kuiper-vanrel/foot.svg",
+ }
+ },
+ },
+ [
+ {
+ name: "Normal",
+ height: math.unit(7 + 5/12, "feet"),
+ default: true
+ },
+ ]
+ )
+};
+
+characterMakers["Keset Vanrel"] = () => {
+ return makeCharacter(
+ "Keset Vanrel",
+ "KuiPaws",
+ {
+ front: {
+ height: math.unit(8 + 5/12, "feet"),
+ weight: math.unit(150, "lb"),
+ name: "Front",
+ image: {
+ source: "./media/characters/keset-vanrel/front.svg",
+ extra: 1150/1084 * (1 / (1 - 0.05)),
+ bottom: 0.05
+ }
+ },
+ hand: {
+ height: math.unit(0.6, "meters"),
+ name: "Hand",
+ image: {
+ source: "./media/characters/keset-vanrel/hand.svg"
+ }
+ },
+ foot: {
+ height: math.unit(0.94978, "meters"),
+ name: "Foot",
+ image: {
+ source: "./media/characters/keset-vanrel/foot.svg"
+ }
+ },
+ },
+ [
+ {
+ name: "Normal",
+ height: math.unit(8 + 5/12, "feet")
+ },
+ ]
+ )
+};
+
function makeCharacters() {
const results = [];
results.push({