diff --git a/media/attribution.js b/media/attribution.js
index 88597d5b..126f243c 100644
--- a/media/attribution.js
+++ b/media/attribution.js
@@ -9223,6 +9223,19 @@ const attributionData = {
"fromjaf"
]
},
+ {
+ prefix: "./media/characters/selicia/",
+ files: [
+ { name: "side.svg", source: "https://www.furaffinity.net/view/9421226/" },
+ { name: "maw.svg", source: "https://www.furaffinity.net/view/9421226/" },
+ ],
+ authors: [
+ "vorelord"
+ ],
+ owners: [
+ "chomanderjake"
+ ]
+ },
//characters
{
prefix: "./media/fiction/halo/halo/",
@@ -12799,6 +12812,10 @@ const attributionData = {
"name": "fromjaf",
"url": "https://twitter.com/fromjaf",
},
+ "chomanderjake": {
+ "name": "chomanderjake",
+ "url": "https://www.furaffinity.net/user/chomanderjake",
+ },
}
}
diff --git a/media/characters/selicia/maw.svg b/media/characters/selicia/maw.svg
new file mode 100644
index 00000000..31cf2953
--- /dev/null
+++ b/media/characters/selicia/maw.svg
@@ -0,0 +1,118 @@
+
+
+
diff --git a/media/characters/selicia/side.svg b/media/characters/selicia/side.svg
new file mode 100644
index 00000000..f9e2ed5a
--- /dev/null
+++ b/media/characters/selicia/side.svg
@@ -0,0 +1,208 @@
+
+
+
diff --git a/presets/characters.js b/presets/characters.js
index 027c0bb7..d1bc53b4 100644
--- a/presets/characters.js
+++ b/presets/characters.js
@@ -2842,21 +2842,21 @@ characterMakers.push(() => makeCharacter(
{
side: {
height: math.unit(12, "feet"),
- weight: math.unit(3000, "lbs"),
+ weight: math.unit(2000, "kg"),
name: "Side",
image: {
source: "./media/characters/scott/side.svg",
- extra: 1,
+ extra: 754/724,
bottom: 0.069
}
},
upright: {
height: math.unit(12, "feet"),
- weight: math.unit(3000, "lbs"),
+ weight: math.unit(2000, "kg"),
name: "Upright",
image: {
source: "./media/characters/scott/upright.svg",
- extra: 1,
+ extra: 3881/3722,
bottom: 0.05
}
},
@@ -21239,6 +21239,36 @@ characterMakers.push(() => makeCharacter(
]
))
+characterMakers.push(() => makeCharacter(
+ { name: "Selicia" },
+ {
+ side: {
+ height: math.unit(11, "feet"),
+ weight: math.unit(1750, "kg"),
+ name: "Side",
+ image: {
+ source: "./media/characters/selicia/side.svg",
+ extra: 440/396,
+ bottom: 24.8/465.979
+ }
+ },
+ maw: {
+ height: math.unit(4.665, "feet"),
+ name: "Maw",
+ image: {
+ source: "./media/characters/selicia/maw.svg"
+ }
+ },
+ },
+ [
+ {
+ name: "Normal",
+ height: math.unit(11, "feet"),
+ default: true
+ },
+ ]
+))
+
//characters
function makeCharacters() {