diff --git a/media/attribution.js b/media/attribution.js
index 4067a937..b6724b9f 100644
--- a/media/attribution.js
+++ b/media/attribution.js
@@ -3379,6 +3379,19 @@ const attributionData = {
"shadowblade945"
]
},
+ {
+ prefix: "./media/characters/raindrops/",
+ files: [
+ { name: "front.svg", source: null },
+ { name: "back.svg", source: null },
+ ],
+ authors: [
+ "chephe"
+ ],
+ owners: [
+ "raindropsjfl"
+ ]
+ },
{
prefix: "./media/characters/ranek/",
files: [
@@ -6131,6 +6144,14 @@ const attributionData = {
"name": "takkel",
"url": "http://aminoapps.com/p/h45283",
},
+ "chephe": {
+ "name": "Chephe",
+ "url": "https://www.furaffinity.net/user/chephe",
+ },
+ "raindropsjfl": {
+ "name": "RaindropsJFL",
+ "url": "https://www.furaffinity.net/user/raindropsjfl/",
+ },
}
}
diff --git a/media/characters/raindrops/back.svg b/media/characters/raindrops/back.svg
new file mode 100644
index 00000000..4ba6e173
--- /dev/null
+++ b/media/characters/raindrops/back.svg
@@ -0,0 +1,200 @@
+
+
+
diff --git a/media/characters/raindrops/front.svg b/media/characters/raindrops/front.svg
new file mode 100644
index 00000000..ed0627cf
--- /dev/null
+++ b/media/characters/raindrops/front.svg
@@ -0,0 +1,217 @@
+
+
+
diff --git a/presets/characters.js b/presets/characters.js
index 39de35c4..ab4549f0 100644
--- a/presets/characters.js
+++ b/presets/characters.js
@@ -10643,6 +10643,63 @@ characterMakers["Susan"] = () => {
]
)
};
+
+characterMakers["Raindrops"] = () => {
+ return makeCharacter(
+ "Raindrops",
+ "RaindropsJFL",
+ {
+ front: {
+ height: math.unit(6, "feet"),
+ weight: math.unit(150, "lb"),
+ name: "Front",
+ image: {
+ source: "./media/characters/raindrops/front.svg",
+ extra: 2655/2461 * (1 / (1 - 0.02)),
+ bottom: 0.02
+ }
+ },
+ back: {
+ height: math.unit(6, "feet"),
+ weight: math.unit(150, "lb"),
+ name: "Back",
+ image: {
+ source: "./media/characters/raindrops/back.svg",
+ extra: 2574/2400 * (1 / (1 - 0.03)),
+ bottom: 0.03
+ }
+ },
+ },
+ [
+ {
+ name: "Micro",
+ height: math.unit(6, "inches")
+ },
+ {
+ name: "Normal",
+ height: math.unit(6 + 2/12, "feet")
+ },
+ {
+ name: "Macro",
+ height: math.unit(131, "feet"),
+ default: true
+ },
+ {
+ name: "Megamacro",
+ height: math.unit(15, "miles")
+ },
+ {
+ name: "Gigamacro",
+ height: math.unit(4000, "miles")
+ },
+ {
+ name: "Teramacro",
+ height: math.unit(315000, "miles")
+ },
+ ]
+ )
+};
+
function makeCharacters() {
const results = [];
results.push({