diff --git a/media/attribution.js b/media/attribution.js index 97caa941..5d0a3e07 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -17152,6 +17152,18 @@ const attributionData = { "kuzco" ] }, + { + prefix: "./media/characters/ceruleus/", + files: [ + { name: "side.svg", source: "https://www.furaffinity.net/view/31223345/ " } + ], + authors: [ + "milkyfleur" + ], + owners: [ + "gyiyga" + ] + }, //characters { prefix: "./media/dildos/chance/", @@ -23669,6 +23681,10 @@ const attributionData = { "name": "Shadify", "url": "https://www.furaffinity.net/user/shadify" }, + "milkyfleur": { + "name": "Milkyfleur", + "url": "https://www.furaffinity.net/user/milkyfleur/" + }, } } diff --git a/media/characters/ceruleus/side.svg b/media/characters/ceruleus/side.svg new file mode 100644 index 00000000..5b559950 --- /dev/null +++ b/media/characters/ceruleus/side.svg @@ -0,0 +1,1352 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index e0789cd8..7d4765dd 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -45278,6 +45278,29 @@ characterMakers.push(() => makeCharacter( ] )) +characterMakers.push(() => makeCharacter( + { name: "Ceruleus", species: ["fox", "dragon"], tags: ["feral"] }, + { + side: { + height: math.unit(2, "meters"), + weight: math.unit(300, "kg"), + name: "Side", + image: { + source: "./media/characters/ceruleus/side.svg", + extra: 1068/974, + bottom: 126/1194 + } + }, + }, + [ + { + name: "Normal", + height: math.unit(16, "meters"), + default: true + }, + ] +)) + //characters function makeCharacters() {