diff --git a/media/attribution.js b/media/attribution.js index 7c3cdde9..8a47077f 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -12972,6 +12972,19 @@ const attributionData = { "ovenotter" ] }, + { + prefix: "./media/characters/devourer/", + files: [ + { name: "front.svg", source: "https://www.furaffinity.net/view/38048481/" }, + { name: "maw.svg", source: "https://www.furaffinity.net/view/38048481/" } + ], + authors: [ + "huniiheart" + ], + owners: [ + "devourer" + ] + }, //characters { prefix: "./media/dildos/chance/", @@ -17883,6 +17896,14 @@ const attributionData = { "name": "NovaArksenth", "url": "https://twitter.com/NovaArksenth" }, + "devourer": { + "name": "Devourer", + "url": "https://twitter.com/Devourer_ITA" + }, + "huniiheart": { + "name": "HuniiHeart", + "url": "https://twitter.com/HuniiHeart" + }, } } diff --git a/media/characters/devourer/front.svg b/media/characters/devourer/front.svg new file mode 100644 index 00000000..e1640fdc --- /dev/null +++ b/media/characters/devourer/front.svg @@ -0,0 +1,706 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/media/characters/devourer/maw.svg b/media/characters/devourer/maw.svg new file mode 100644 index 00000000..52247ca8 --- /dev/null +++ b/media/characters/devourer/maw.svg @@ -0,0 +1,340 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index ae5a6f09..c410692a 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -33931,6 +33931,40 @@ characterMakers.push(() => makeCharacter( ] )) +characterMakers.push(() => makeCharacter( + { name: "Devourer", species: ["dragon", "monster"], tags: ["anthro"] }, + { + front: { + height: math.unit(5, "meters"), + weight: math.unit(292000000000000, "kg"), + name: "Front", + image: { + source: "./media/characters/devourer/front.svg", + extra: 1800/1733, + bottom: 211/2011 + } + }, + maw: { + height: math.unit(1.1, "meter"), + name: "Maw", + image: { + source: "./media/characters/devourer/maw.svg" + } + }, + }, + [ + { + name: "Small", + height: math.unit(3, "meters") + }, + { + name: "Large", + height: math.unit(5, "meters"), + default: true + }, + ] +)) + //characters function makeCharacters() {