diff --git a/media/attribution.js b/media/attribution.js index 5a4d5bb0..75582bac 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -19586,6 +19586,18 @@ const attributionData = { "daurine" ] }, + { + prefix: "./media/characters/cilenomon/", + files: [ + { name: "front.svg", source: null, nsfw: true } + ], + authors: [ + "dafka" + ], + owners: [ + "cilenomon" + ] + }, //characters { prefix: "./media/fiction/halo/halo/", @@ -27227,6 +27239,10 @@ const attributionData = { "name": "Daurine Arima", "url": "https://twitter.com/DaurinearimaR" }, + "dafka": { + "name": "DaFka", + "url": "https://www.furaffinity.net/user/dafka/" + }, } } diff --git a/media/characters/cilenomon/front.svg b/media/characters/cilenomon/front.svg new file mode 100644 index 00000000..fa28149e --- /dev/null +++ b/media/characters/cilenomon/front.svg @@ -0,0 +1,1414 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index 24172065..e2b29d35 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -53542,6 +53542,41 @@ characterMakers.push(() => makeCharacter( ] )) +characterMakers.push(() => makeCharacter( + { name: "Cilenomon", species: ["slime"], tags: ["anthro"] }, + { + front: { + height: math.unit(2.3, "meters"), + name: "Front", + image: { + source: "./media/characters/cilenomon/front.svg", + extra: 1963/1778, + bottom: 54/2017 + + } + }, + }, + [ + { + name: "Normal", + height: math.unit(2.3, "meters"), + default: true + }, + { + name: "Big", + height: math.unit(5, "meters") + }, + { + name: "Macro", + height: math.unit(30, "meters") + }, + { + name: "True", + height: math.unit(1, "universe") + }, + ] +)) + //characters function makeCharacters() {