diff --git a/media/attribution.js b/media/attribution.js index f40f3a0d..4aa06a1a 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -13815,6 +13815,19 @@ const attributionData = { "aquwardly-homosexual" ] }, + { + prefix: "./media/characters/colton/", + files: [ + { name: "front.svg", source: "https://www.furaffinity.net/view/33219080/" }, + ], + authors: [ + "starstruck-studios" + ], + owners: [ + "starstruck-studios", + "followerofdionysus" + ] + }, //characters { prefix: "./media/dildos/chance/", diff --git a/media/characters/colton/front.svg b/media/characters/colton/front.svg new file mode 100644 index 00000000..928448ca --- /dev/null +++ b/media/characters/colton/front.svg @@ -0,0 +1,539 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index dd519ff3..ef6cbdfd 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -35997,6 +35997,28 @@ characterMakers.push(() => makeCharacter( ] )) +characterMakers.push(() => makeCharacter( + { name: "Colton", species: ["bat", "imp", "deity"], tags: ["anthro"] }, + { + front: { + height: math.unit(9, "feet"), + name: "Front", + image: { + source: "./media/characters/colton/front.svg", + extra: 1589/1326, + bottom: 139/1728 + } + }, + }, + [ + { + name: "Normal", + height: math.unit(9, "feet"), + default: true + }, + ] +)) + //characters function makeCharacters() {