diff --git a/media/attribution.js b/media/attribution.js
index 24ee2c3e..b1f2bb91 100644
--- a/media/attribution.js
+++ b/media/attribution.js
@@ -8670,6 +8670,19 @@ const attributionData = {
"neopuc"
]
},
+ {
+ prefix: "./media/characters/reban/",
+ files: [
+ { name: "front.svg", source: "https://www.furaffinity.net/view/6510991/" },
+ { name: "dick.svg", source: "https://www.furaffinity.net/view/6510991/" }
+ ],
+ authors: [
+ "thewhitefalcon"
+ ],
+ owners: [
+ "neopuc"
+ ]
+ },
//characters
{
prefix: "./media/fiction/halo/halo/",
@@ -11980,6 +11993,10 @@ const attributionData = {
"name": "mutant-serpentina",
"url": "https://www.furaffinity.net/user/mutant-serpentina",
},
+ "thewhitefalcon": {
+ "name": "thewhitefalcon",
+ "url": "https://www.furaffinity.net/user/thewhitefalcon",
+ },
}
}
diff --git a/media/characters/reban/dick.svg b/media/characters/reban/dick.svg
new file mode 100644
index 00000000..cca05aa8
--- /dev/null
+++ b/media/characters/reban/dick.svg
@@ -0,0 +1,72 @@
+
+
+
diff --git a/media/characters/reban/front.svg b/media/characters/reban/front.svg
new file mode 100644
index 00000000..17318bfd
--- /dev/null
+++ b/media/characters/reban/front.svg
@@ -0,0 +1,624 @@
+
+
+
diff --git a/presets/characters.js b/presets/characters.js
index 7d89291d..45a8ebc5 100644
--- a/presets/characters.js
+++ b/presets/characters.js
@@ -19460,7 +19460,8 @@ characterMakers.push(() => makeCharacter(
},
{
name: "Macro",
- height: math.unit(2000, "feet")
+ height: math.unit(2000, "feet"),
+ default: true
},
{
name: "Megamacro",
@@ -19468,6 +19469,44 @@ characterMakers.push(() => makeCharacter(
},
]
))
+
+characterMakers.push(() => makeCharacter(
+ { name: "Reban" },
+ {
+ front: {
+ height: math.unit(7 + 2/12, "feet"),
+ weight: math.unit(300, "lb"),
+ name: "Front",
+ image: {
+ source: "./media/characters/reban/front.svg",
+ extra: 516/487,
+ bottom: 42.82/558.356
+ }
+ },
+ dick: {
+ height: math.unit(7/5, "feet"),
+ name: "Dick",
+ image: {
+ source: "./media/characters/reban/dick.svg"
+ }
+ },
+ },
+ [
+ {
+ name: "Natural Height",
+ height: math.unit(7 + 2/12, "feet")
+ },
+ {
+ name: "Macro",
+ height: math.unit(500, "feet"),
+ default: true
+ },
+ {
+ name: "Canon Height",
+ height: math.unit(50, "AU")
+ },
+ ]
+))
//characters
function makeCharacters() {