diff --git a/media/attribution.js b/media/attribution.js
index 360bf425..7b9bfaac 100644
--- a/media/attribution.js
+++ b/media/attribution.js
@@ -19332,6 +19332,19 @@ const attributionData = {
"yepir"
]
},
+ {
+ prefix: "./media/characters/russec/",
+ files: [
+ { name: "front.svg", source: "https://www.furaffinity.net/view/34170546/" },
+ { name: "back.svg", source: "https://www.furaffinity.net/view/34170546/" },
+ ],
+ authors: [
+ "feve"
+ ],
+ owners: [
+ "russec"
+ ]
+ },
//characters
{
prefix: "./media/fiction/halo/halo/",
@@ -26684,6 +26697,10 @@ const attributionData = {
"name": "Yepir",
"url": "https://twitter.com/yepir16"
},
+ "russec": {
+ "name": "Russec",
+ "url": "https://russec.info"
+ },
}
}
diff --git a/media/characters/russec/back.svg b/media/characters/russec/back.svg
new file mode 100644
index 00000000..031f9e2e
--- /dev/null
+++ b/media/characters/russec/back.svg
@@ -0,0 +1,550 @@
+
+
+
diff --git a/media/characters/russec/front.svg b/media/characters/russec/front.svg
new file mode 100644
index 00000000..0ffdc118
--- /dev/null
+++ b/media/characters/russec/front.svg
@@ -0,0 +1,1033 @@
+
+
+
diff --git a/presets/characters.js b/presets/characters.js
index 4f76e43f..8dd9e38a 100644
--- a/presets/characters.js
+++ b/presets/characters.js
@@ -2017,6 +2017,10 @@ const speciesData = {
name: "Taur",
parents: []
},
+ "continental-giant-rabbit": {
+ name: "Continental Giant Rabbit",
+ parents: ["rabbit"]
+ },
}
//species
@@ -52876,6 +52880,41 @@ characterMakers.push(() => makeCharacter(
]
))
+characterMakers.push(() => makeCharacter(
+ { name: "Russec", species: ["continental-giant-rabbit"], tags: ["anthro"] },
+ {
+ front: {
+ height: math.unit(5 + 4/12, "feet"),
+ name: "Front",
+ image: {
+ source: "./media/characters/russec/front.svg",
+ extra: 1926/1626,
+ bottom: 72/1998
+ }
+ },
+ back: {
+ height: math.unit(5 + 4/12, "feet"),
+ name: "Back",
+ image: {
+ source: "./media/characters/russec/back.svg",
+ extra: 1910/1591,
+ bottom: 48/1958
+ }
+ },
+ },
+ [
+ {
+ name: "Small",
+ height: math.unit(5 + 4/12, "feet")
+ },
+ {
+ name: "Normal",
+ height: math.unit(72, "feet"),
+ default: true
+ },
+ ]
+))
+
//characters
function makeCharacters() {