diff --git a/media/attribution.js b/media/attribution.js
index 478f88e3..a63d6aeb 100644
--- a/media/attribution.js
+++ b/media/attribution.js
@@ -22729,6 +22729,22 @@ const attributionData = {
"frostfire"
]
},
+ {
+ prefix: "./media/characters/valeroo/",
+ files: [
+ { name: "front.svg", source: "https://twitter.com/FurryViza/status/1495182351986565122" },
+ { name: "back.svg", source: "https://twitter.com/FurryViza/status/1495182351986565122" },
+ { name: "head.svg", source: "https://twitter.com/FurryViza/status/1495182351986565122" },
+ { name: "hand.svg", source: "https://twitter.com/FurryViza/status/1495182351986565122" },
+ { name: "foot.svg", source: "https://twitter.com/FurryViza/status/1495182351986565122" },
+ ],
+ authors: [
+ "furryviza"
+ ],
+ owners: [
+ "valeroo"
+ ]
+ },
//characters
{
prefix: "./media/fiction/halo/halo/",
@@ -31440,6 +31456,14 @@ const attributionData = {
"name": "FrostFire",
"url": "https://twitter.com/F_for_Frostie"
},
+ "furryviza": {
+ "name": "FurryViza",
+ "url": "https://twitter.com/FurryViza"
+ },
+ "valeroo": {
+ "name": "Valeroo",
+ "url": "https://twitter.com/valeron1120"
+ },
}
}
diff --git a/media/characters/valeroo/back.svg b/media/characters/valeroo/back.svg
new file mode 100644
index 00000000..8c96322d
--- /dev/null
+++ b/media/characters/valeroo/back.svg
@@ -0,0 +1,1654 @@
+
+
+
diff --git a/media/characters/valeroo/foot.svg b/media/characters/valeroo/foot.svg
new file mode 100644
index 00000000..3ea6f010
--- /dev/null
+++ b/media/characters/valeroo/foot.svg
@@ -0,0 +1,515 @@
+
+
+
diff --git a/media/characters/valeroo/front.svg b/media/characters/valeroo/front.svg
new file mode 100644
index 00000000..311186c8
--- /dev/null
+++ b/media/characters/valeroo/front.svg
@@ -0,0 +1,1563 @@
+
+
+
diff --git a/media/characters/valeroo/hand.svg b/media/characters/valeroo/hand.svg
new file mode 100644
index 00000000..62b26174
--- /dev/null
+++ b/media/characters/valeroo/hand.svg
@@ -0,0 +1,460 @@
+
+
+
diff --git a/media/characters/valeroo/head.svg b/media/characters/valeroo/head.svg
new file mode 100644
index 00000000..9a056610
--- /dev/null
+++ b/media/characters/valeroo/head.svg
@@ -0,0 +1,2038 @@
+
+
+
diff --git a/presets/characters.js b/presets/characters.js
index 251c2ee7..1b12c562 100644
--- a/presets/characters.js
+++ b/presets/characters.js
@@ -66064,6 +66064,60 @@ characterMakers.push(() => makeCharacter(
]
))
+characterMakers.push(() => makeCharacter(
+ { name: "Valeroo", species: ["kangaroo"], tags: ["anthro"] },
+ {
+ front: {
+ height: math.unit(5 + 2/12, "feet"),
+ weight: math.unit(122, "lb"),
+ name: "Front",
+ image: {
+ source: "./media/characters/valeroo/front.svg",
+ extra: 1789/1534,
+ bottom: 66/1855
+ }
+ },
+ back: {
+ height: math.unit(5 + 2/12, "feet"),
+ weight: math.unit(122, "lb"),
+ name: "Back",
+ image: {
+ source: "./media/characters/valeroo/back.svg",
+ extra: 1848/1588,
+ bottom: 68/1916
+ }
+ },
+ head: {
+ height: math.unit(1.87, "feet"),
+ name: "Head",
+ image: {
+ source: "./media/characters/valeroo/head.svg"
+ }
+ },
+ hand: {
+ height: math.unit(0.82, "feet"),
+ name: "Hand",
+ image: {
+ source: "./media/characters/valeroo/hand.svg"
+ }
+ },
+ foot: {
+ height: math.unit(2.42, "feet"),
+ name: "Foot",
+ image: {
+ source: "./media/characters/valeroo/foot.svg"
+ }
+ },
+ },
+ [
+ {
+ name: "Normal",
+ height: math.unit(5 + 2/12, "feet"),
+ default: true
+ },
+ ]
+))
+
//characters
function makeCharacters() {