diff --git a/media/attribution.js b/media/attribution.js
index 9aa68baf..db0313fa 100644
--- a/media/attribution.js
+++ b/media/attribution.js
@@ -20480,6 +20480,19 @@ const attributionData = {
"marks-barks"
]
},
+ {
+ prefix: "./media/characters/rebecca-becky-houston/",
+ files: [
+ { name: "front-nude.svg", source: "https://www.furaffinity.net/view/45788285/" },
+ { name: "front-dressed.svg", source: "https://www.furaffinity.net/view/45788195/" },
+ ],
+ authors: [
+ "beathebehemoth"
+ ],
+ owners: [
+ "anotherdangernoodle"
+ ]
+ },
//characters
{
prefix: "./media/fiction/halo/halo/",
diff --git a/media/characters/rebecca-becky-houston/front-dressed.svg b/media/characters/rebecca-becky-houston/front-dressed.svg
new file mode 100644
index 00000000..0c02d5ab
--- /dev/null
+++ b/media/characters/rebecca-becky-houston/front-dressed.svg
@@ -0,0 +1,2127 @@
+
+
+
diff --git a/media/characters/rebecca-becky-houston/front-nude.svg b/media/characters/rebecca-becky-houston/front-nude.svg
new file mode 100644
index 00000000..72bba9ef
--- /dev/null
+++ b/media/characters/rebecca-becky-houston/front-nude.svg
@@ -0,0 +1,2670 @@
+
+
+
diff --git a/presets/characters.js b/presets/characters.js
index bd952880..e30d5f4e 100644
--- a/presets/characters.js
+++ b/presets/characters.js
@@ -56766,6 +56766,41 @@ characterMakers.push(() => makeCharacter(
]
))
+characterMakers.push(() => makeCharacter(
+ { name: "Rebecca 'Becky' Houston", species: ["gryphon"], tags: ["anthro"] },
+ {
+ frontNude: {
+ height: math.unit(6, "feet"),
+ name: "Front (Nude)",
+ image: {
+ source: "./media/characters/rebecca-becky-houston/front-nude.svg",
+ extra: 1384/1321,
+ bottom: 57/1441
+ }
+ },
+ frontDressed: {
+ height: math.unit(6, "feet"),
+ name: "Front (Dressed)",
+ image: {
+ source: "./media/characters/rebecca-becky-houston/front-dressed.svg",
+ extra: 1384/1321,
+ bottom: 57/1441
+ }
+ },
+ },
+ [
+ {
+ name: "Normal",
+ height: math.unit(6, "feet"),
+ default: true
+ },
+ {
+ name: "Maximum",
+ height: math.unit(1776, "feet")
+ },
+ ]
+))
+
//characters
function makeCharacters() {