diff --git a/media/LICENSES.md b/media/LICENSES.md
index 94142999..3494bee6 100644
--- a/media/LICENSES.md
+++ b/media/LICENSES.md
@@ -787,6 +787,30 @@ https://www.furaffinity.net/view/21787301/
**(other characters also to be added; FA is down right now!)**
+## Tails
+
+**t.me/ShingekiSkunk**
+
+(no link)
+
+* front.svg
+
+## Rainy
+
+**t.me/Rileykit**
+
+(no link)
+
+* front.svg
+
+## Rainier
+
+**https://www.furaffinity.net/user/ovens**
+
+(no link)
+
+* front.svg
+
# Naturals
* front.svg
diff --git a/media/characters/rainier/front.svg b/media/characters/rainier/front.svg
new file mode 100644
index 00000000..550c9a81
--- /dev/null
+++ b/media/characters/rainier/front.svg
@@ -0,0 +1,60 @@
+
+
+
diff --git a/media/characters/rainy/front.svg b/media/characters/rainy/front.svg
new file mode 100644
index 00000000..455e32bf
--- /dev/null
+++ b/media/characters/rainy/front.svg
@@ -0,0 +1,69 @@
+
+
+
diff --git a/media/characters/tails/front.svg b/media/characters/tails/front.svg
new file mode 100644
index 00000000..bffbedc0
--- /dev/null
+++ b/media/characters/tails/front.svg
@@ -0,0 +1,88 @@
+
+
+
diff --git a/presets/characters.js b/presets/characters.js
index 5fe3ed97..9236fb19 100644
--- a/presets/characters.js
+++ b/presets/characters.js
@@ -3604,6 +3604,75 @@ characterMakers["Huoyan"] = () => {
)
};
+characterMakers["Tails"] = () => {
+ return makeCharacter(
+ "Tails",
+ "Rainier",
+ {
+ front: {
+ height: math.unit(5 + 3/4, "feet"),
+ weight: math.unit(120, "lbs"),
+ name: "Front",
+ image: {
+ source: "./media/characters/tails/front.svg"
+ }
+ }
+ },
+ [
+ {
+ name: "Normal",
+ height: math.unit(5 + 3/4, "feet")
+ }
+ ]
+ )
+};
+
+characterMakers["Rainy"] = () => {
+ return makeCharacter(
+ "Rainy",
+ "Rainier",
+ {
+ front: {
+ height: math.unit(4, "feet"),
+ weight: math.unit(50, "lbs"),
+ name: "Front",
+ image: {
+ source: "./media/characters/rainy/front.svg"
+ }
+ }
+ },
+ [
+ {
+ name: "Macro",
+ height: math.unit(800, "feet")
+ }
+ ]
+ )
+};
+
+characterMakers["Rainier"] = () => {
+ return makeCharacter(
+ "Rainier",
+ "Rainier",
+ {
+ front: {
+ height: math.unit(6, "feet"),
+ weight: math.unit(150, "lbs"),
+ name: "Front",
+ image: {
+ source: "./media/characters/rainier/front.svg"
+ }
+ }
+ },
+ [
+ {
+ name: "Micro",
+ height: math.unit(2, "mm")
+ }
+ ]
+ )
+};
+
function makeCharacters() {
const results = [];
results.push({