diff --git a/media/attribution.js b/media/attribution.js
index 9a063b06..9453f7c9 100644
--- a/media/attribution.js
+++ b/media/attribution.js
@@ -5968,6 +5968,31 @@ const attributionData = {
"jasmith"
]
},
+ {
+ prefix: "./media/characters/cafat/",
+ files: [
+ { name: "side.svg", source: "https://t.me/addstickers/Fhaalen" },
+ { name: "side-full.svg", source: "https://t.me/addstickers/Fhaalen" },
+ ],
+ authors: [
+ "kuppy"
+ ],
+ owners: [
+ "dalken"
+ ]
+ },
+ {
+ prefix: "./media/characters/verin-raharra/",
+ files: [
+ { name: "front.svg", source: "https://www.furaffinity.net/view/34610806/" }
+ ],
+ authors: [
+ "riolu4aural"
+ ],
+ owners: [
+ "virgo113"
+ ]
+ },
//characters
{
prefix: "./media/landmarks/",
@@ -8225,6 +8250,22 @@ const attributionData = {
"name": "Nix Noble",
"url": "http://aminoapps.com/p/m82qof",
},
+ "kuppy": {
+ "name": "Kuppy",
+ "url": "https://www.furaffinity.net/user/kuppy/",
+ },
+ "dalken": {
+ "name": "Dalken",
+ "url": "https://www.furaffinity.net/user/dalken/",
+ },
+ "virgo113": {
+ "name": "Virgo113",
+ "url": "https://www.furaffinity.net/user/virgo113/",
+ },
+ "riolu4aural": {
+ "name": "Riolu4aural",
+ "url": "https://www.deviantart.com/riolu4aural",
+ },
}
}
diff --git a/media/characters/cafat/side-full.svg b/media/characters/cafat/side-full.svg
new file mode 100644
index 00000000..8027160a
--- /dev/null
+++ b/media/characters/cafat/side-full.svg
@@ -0,0 +1,234 @@
+
+
+
diff --git a/media/characters/cafat/side.svg b/media/characters/cafat/side.svg
new file mode 100644
index 00000000..f4d33ff7
--- /dev/null
+++ b/media/characters/cafat/side.svg
@@ -0,0 +1,256 @@
+
+
+
diff --git a/media/characters/verin-raharra/front.svg b/media/characters/verin-raharra/front.svg
new file mode 100644
index 00000000..a2c62210
--- /dev/null
+++ b/media/characters/verin-raharra/front.svg
@@ -0,0 +1,1009 @@
+
+
+
diff --git a/presets/characters.js b/presets/characters.js
index 770776bd..3d57cd65 100644
--- a/presets/characters.js
+++ b/presets/characters.js
@@ -14290,6 +14290,72 @@ characterMakers["Jack"] = () => {
)
};
+characterMakers["Cafat"] = () => {
+ return makeCharacter(
+ "Cafat",
+ "Dalken",
+ {
+ side: {
+ height: math.unit(5, "feet"),
+ weight: math.unit(170, "lb"),
+ name: "Side",
+ image: {
+ source: "./media/characters/cafat/side.svg",
+ bottom: 0.01
+ }
+ },
+ sideFull: {
+ height: math.unit(5, "feet"),
+ weight: math.unit(170, "lb"),
+ name: "Side (Full)",
+ image: {
+ source: "./media/characters/cafat/side-full.svg",
+ bottom: 0.01
+ }
+ },
+ },
+ [
+ {
+ name: "Small",
+ height: math.unit(5, "feet"),
+ default: true
+ },
+ {
+ name: "Large",
+ height: math.unit(15.5, "feet")
+ },
+ ]
+ )
+};
+
+characterMakers["Verin Raharra"] = () => {
+ return makeCharacter(
+ "Verin Raharra",
+ "Virgo113",
+ {
+ front: {
+ height: math.unit(6, "feet"),
+ weight: math.unit(150, "lb"),
+ name: "Front",
+ image: {
+ source: "./media/characters/verin-raharra/front.svg",
+ extra: 5019/4835,
+ bottom: 0.023
+ }
+ },
+ },
+ [
+ {
+ name: "Normal",
+ height: math.unit(7 + 5/12, "feet")
+ },
+ {
+ name: "Upsized",
+ height: math.unit(20, "feet")
+ },
+ ]
+ )
+};
//characters
function makeCharacters() {