diff --git a/media/attribution.js b/media/attribution.js
index 59103924..6394d1b0 100644
--- a/media/attribution.js
+++ b/media/attribution.js
@@ -7756,6 +7756,19 @@ const attributionData = {
"ozzie-gt"
]
},
+ {
+ prefix: "./media/characters/ceres/",
+ files: [
+ { name: "front.svg", source: "https://www.furaffinity.net/view/19731950/" },
+ { name: "back.svg", source: "https://www.furaffinity.net/view/19731950/" },
+ ],
+ authors: [
+ "fidchell"
+ ],
+ owners: [
+ "radarn"
+ ]
+ },
//characters
{
prefix: "./media/food/animals/",
@@ -7838,6 +7851,20 @@ const attributionData = {
"anonymous"
]
},
+ {
+ prefix: "./media/games/halo/halo/",
+ files: [
+ { name: "side.svg", source: null },
+ { name: "edge.svg", source: null },
+ { name: "angled.svg", source: null },
+ ],
+ authors: [
+ "chemicalcrux"
+ ],
+ owners: [
+ "halo"
+ ]
+ },
{
prefix: "./media/landmarks/",
files: [
@@ -10674,6 +10701,14 @@ const attributionData = {
"name": "Ozzie_gt",
"url": "https://www.furaffinity.net/user/ozziegt/",
},
+ "halo": {
+ "name": "Halo",
+ "url": "https://en.wikipedia.org/wiki/Halo_(franchise)",
+ },
+ "radarn": {
+ "name": "Radarn",
+ "url": "https://www.furaffinity.net/user/radarn/",
+ },
}
}
diff --git a/media/characters/ceres/back.svg b/media/characters/ceres/back.svg
new file mode 100644
index 00000000..b6a1a664
--- /dev/null
+++ b/media/characters/ceres/back.svg
@@ -0,0 +1,195 @@
+
+
+
diff --git a/media/characters/ceres/front.svg b/media/characters/ceres/front.svg
new file mode 100644
index 00000000..f36d79f9
--- /dev/null
+++ b/media/characters/ceres/front.svg
@@ -0,0 +1,317 @@
+
+
+
diff --git a/presets/characters.js b/presets/characters.js
index 51b17b3c..ff0182e3 100644
--- a/presets/characters.js
+++ b/presets/characters.js
@@ -18821,6 +18821,41 @@ characterMakers["Mera"] = () => {
)
};
+characterMakers["Ceres"] = () => {
+ return makeCharacter(
+ "Ceres",
+ "Radarn",
+ {
+ front: {
+ height: math.unit(6 + 7/12, "feet"),
+ weight: math.unit(160, "lb"),
+ name: "Front",
+ image: {
+ source: "./media/characters/ceres/front.svg",
+ extra: 1023/950,
+ bottom: 0.027
+ }
+ },
+ back: {
+ height: math.unit(6 + 7/12, "feet"),
+ weight: math.unit(160, "lb"),
+ name: "Back",
+ image: {
+ source: "./media/characters/ceres/back.svg",
+ extra: 1023/950
+ }
+ },
+ },
+ [
+ {
+ name: "Normal",
+ height: math.unit(6 + 7/12, "feet"),
+ default: true
+ },
+ ]
+ )
+};
+
//characters
function makeCharacters() {