diff --git a/media/attribution.js b/media/attribution.js
index 53843401..91752a53 100644
--- a/media/attribution.js
+++ b/media/attribution.js
@@ -20186,6 +20186,19 @@ const attributionData = {
"myriad"
]
},
+ {
+ prefix: "./media/characters/celeste-kitsune/",
+ files: [
+ { name: "front.svg", source: null },
+ { name: "side.svg", source: null },
+ ],
+ authors: [
+ "fripsite"
+ ],
+ owners: [
+ "celesteaeon"
+ ]
+ },
//characters
{
prefix: "./media/fiction/halo/halo/",
@@ -28156,6 +28169,14 @@ const attributionData = {
"name": "PrincessNapped",
"url": "https://twitter.com/PrincessNapped"
},
+ "fripsite": {
+ "name": "Fripsite",
+ "url": "https://www.pixiv.net/en/users/21175893"
+ },
+ "celesteaeon": {
+ "name": "celesteaeon",
+ "url": "https://twitter.com/celesteaeon"
+ },
}
}
diff --git a/media/characters/celeste-kitsune/front.svg b/media/characters/celeste-kitsune/front.svg
new file mode 100644
index 00000000..1e200c51
--- /dev/null
+++ b/media/characters/celeste-kitsune/front.svg
@@ -0,0 +1,1364 @@
+
+
+
diff --git a/media/characters/celeste-kitsune/side.svg b/media/characters/celeste-kitsune/side.svg
new file mode 100644
index 00000000..51299e87
--- /dev/null
+++ b/media/characters/celeste-kitsune/side.svg
@@ -0,0 +1,746 @@
+
+
+
diff --git a/presets/characters.js b/presets/characters.js
index c959d3ae..921e9520 100644
--- a/presets/characters.js
+++ b/presets/characters.js
@@ -55582,6 +55582,39 @@ characterMakers.push(() => makeCharacter(
}
))
+characterMakers.push(() => makeCharacter(
+ { name: "Celeste (Kitsune)", species: ["kitsune"], tags: ["anthro"] },
+ {
+ front: {
+ height: math.unit(6, "feet"),
+ weight: math.unit(115, "lb"),
+ name: "Front",
+ image: {
+ source: "./media/characters/celeste-kitsune/front.svg",
+ extra: 393/366,
+ bottom: 7/400
+ }
+ },
+ side: {
+ height: math.unit(6, "feet"),
+ weight: math.unit(115, "lb"),
+ name: "Side",
+ image: {
+ source: "./media/characters/celeste-kitsune/side.svg",
+ extra: 818/765,
+ bottom: 40/858
+ }
+ },
+ },
+ [
+ {
+ name: "Megamacro",
+ height: math.unit(1500, "miles"),
+ default: true
+ },
+ ]
+))
+
//characters
function makeCharacters() {