diff --git a/media/attribution.js b/media/attribution.js index 1508a628..e5fb0920 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -18986,6 +18986,18 @@ const attributionData = { "natageru" ] }, + { + prefix: "./media/characters/celeste/", + files: [ + { name: "side.svg", source: "https://www.furaffinity.net/view/39304014" } + ], + authors: [ + "cinnasaur" + ], + owners: [ + "myriad" + ] + }, //characters { prefix: "./media/fiction/halo/halo/", @@ -26157,6 +26169,10 @@ const attributionData = { "name": "natageru", "url": "https://twitter.com/natageru/" }, + "cinnasaur": { + "name": "cinnasaur", + "url": "https://www.furaffinity.net/user/cinnasaur/" + }, } } diff --git a/media/characters/celeste/side.svg b/media/characters/celeste/side.svg new file mode 100644 index 00000000..c97daef7 --- /dev/null +++ b/media/characters/celeste/side.svg @@ -0,0 +1,1655 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index 531c49b4..0cd07f49 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -51556,6 +51556,53 @@ characterMakers.push(() => makeCharacter( ] )) +characterMakers.push(() => makeCharacter( + { name: "Celeste", species: ["raptor", "alien"], tags: ["feral"] }, + { + side: { + height: math.unit(0.6, "meters"), + weight: math.unit(24, "kg"), + name: "Side", + image: { + source: "./media/characters/celeste/side.svg", + extra: 810/517, + bottom: 53/863 + } + }, + }, + [ + { + name: "Velociraptor", + height: math.unit(0.6, "meters"), + default: true + }, + { + name: "Utahraptor", + height: math.unit(1.8, "meters") + }, + { + name: "Gallimimus", + height: math.unit(4.0, "meters") + }, + { + name: "Large", + height: math.unit(20, "meters") + }, + { + name: "Planetary", + height: math.unit(50, "megameters") + }, + { + name: "Stellar", + height: math.unit(1.5, "gigameters") + }, + { + name: "Galactic", + height: math.unit(100, "exameters") + }, + ] +)) + //characters function makeCharacters() {