diff --git a/media/attribution.js b/media/attribution.js index c015c1d8..94c2d9ea 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -15863,6 +15863,18 @@ const attributionData = { "jpenguini" ] }, + { + prefix: "./media/characters/dechroma/", + files: [ + { name: "front.svg", source: "https://www.furaffinity.net/view/31875373" } + ], + authors: [ + "stupidshepherd" + ], + owners: [ + "ichiinu" + ] + }, //characters { prefix: "./media/dildos/chance/", @@ -21878,6 +21890,10 @@ const attributionData = { "name": "Bento Box", "url": "https://twitter.com/BentoBox_Art/" }, + "stupidshepherd": { + "name": "StupidShepherd", + "url": "https://www.furaffinity.net/user/stupidshepherd" + }, } } diff --git a/media/characters/dechroma/front.svg b/media/characters/dechroma/front.svg new file mode 100644 index 00000000..442e0bcb --- /dev/null +++ b/media/characters/dechroma/front.svg @@ -0,0 +1,1889 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index 322dc964..f64f4a22 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -41630,6 +41630,29 @@ characterMakers.push(() => makeCharacter( ] )) +characterMakers.push(() => makeCharacter( + { name: "Dechroma", species: ["dragon", "plant"], tags: ["anthro"] }, + { + front: { + height: math.unit(1.7, "feet"), + weight: math.unit(50, "lb"), + name: "Front", + image: { + source: "./media/characters/dechroma/front.svg", + extra: 1095/859, + bottom: 64/1159 + } + }, + }, + [ + { + name: "Normal", + height: math.unit(1.7, "feet"), + default: true + }, + ] +)) + //characters function makeCharacters() {