diff --git a/media/attribution.js b/media/attribution.js index 650a1c88..ee25c50a 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -20014,6 +20014,19 @@ const attributionData = { "immaturecontent" ] }, + { + prefix: "./media/characters/django/", + files: [ + { name: "front.svg", source: "https://twitter.com/CattoUnchained/status/1481722659981471751" }, + { name: "side.svg", source: "https://twitter.com/CattoUnchained/status/1481722659981471751" } + ], + authors: [ + "mr-labrador" + ], + owners: [ + "cattounchained" + ] + }, //characters { prefix: "./media/fiction/halo/halo/", @@ -27940,6 +27953,14 @@ const attributionData = { "name": "ShenzaiBird", "url": "https://www.furaffinity.net/user/shenzaibird" }, + "mr-labrador": { + "name": "Mr. Labrador", + "url": "https://twitter.com/mr_labrador" + }, + "cattounchained": { + "name": "Django", + "url": "https://twitter.com/CattoUnchained" + }, } } diff --git a/media/characters/django/front.svg b/media/characters/django/front.svg new file mode 100644 index 00000000..6407a6a7 --- /dev/null +++ b/media/characters/django/front.svg @@ -0,0 +1,1139 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/media/characters/django/side.svg b/media/characters/django/side.svg new file mode 100644 index 00000000..af42911f --- /dev/null +++ b/media/characters/django/side.svg @@ -0,0 +1,629 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index 2e6faacf..66cec73c 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -2089,6 +2089,10 @@ const speciesData = { name: "Bombay Cat", parents: ["housecat"] }, + "maine-coon": { + name: "Maine Coon", + parents: ["housecat"] + }, } //species @@ -54987,6 +54991,51 @@ characterMakers.push(() => makeCharacter( ] )) +characterMakers.push(() => makeCharacter( + { name: "Django", species: ["maine-coon"], tags: ["anthro"] }, + { + front: { + height: math.unit(9 + 6/12, "feet"), + weight: math.unit(1100, "lb"), + name: "Front", + image: { + source: "./media/characters/django/front.svg", + extra: 1231/1136, + bottom: 34/1265 + } + }, + side: { + height: math.unit(9 + 6/12, "feet"), + weight: math.unit(1100, "lb"), + name: "Side", + image: { + source: "./media/characters/django/side.svg", + extra: 1267/1174, + bottom: 9/1276 + } + }, + }, + [ + { + name: "Normal", + height: math.unit(9 + 6/12, "feet"), + default: true + }, + { + name: "Macro 1", + height: math.unit(50, "feet") + }, + { + name: "Macro 2", + height: math.unit(500, "feet") + }, + { + name: "Mega Macro", + height: math.unit(5300, "feet") + }, + ] +)) + //characters function makeCharacters() {