diff --git a/media/attribution.js b/media/attribution.js index 8a761865..5241a935 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -22876,6 +22876,19 @@ const attributionData = { "veluren" ] }, + { + prefix: "./media/characters/elisa-mitchell/", + files: [ + { name: "front.svg", source: "https://www.furaffinity.net/view/41432260/" }, + { name: "maw.svg", source: "https://www.furaffinity.net/view/41432260/" }, + ], + authors: [ + "beathebehemoth" + ], + owners: [ + "beathebehemoth" + ] + }, //characters { prefix: "./media/fiction/halo/halo/", diff --git a/media/characters/elisa-mitchell/front.svg b/media/characters/elisa-mitchell/front.svg new file mode 100644 index 00000000..5d9c478f --- /dev/null +++ b/media/characters/elisa-mitchell/front.svg @@ -0,0 +1,2759 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/media/characters/elisa-mitchell/maw.svg b/media/characters/elisa-mitchell/maw.svg new file mode 100644 index 00000000..f3ed6c26 --- /dev/null +++ b/media/characters/elisa-mitchell/maw.svg @@ -0,0 +1,1025 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index de495d5d..636ad012 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -2445,6 +2445,10 @@ const speciesData = { name: "Sea Dragon", parents: ["dragon", "aquatic"] }, + "brown-bear": { + name: "Brown Bear", + parents: ["bear"] + }, } //species @@ -66776,6 +66780,41 @@ characterMakers.push(() => makeCharacter( } )) +characterMakers.push(() => makeCharacter( + { name: "Elisa Mitchell", species: ["brown-bear", "kaiju"], tags: ["anthro"] }, + { + front: { + height: math.unit(7 + 10/12, "feet"), + weight: math.unit(300, "lb"), + name: "Front", + image: { + source: "./media/characters/elisa-mitchell/front.svg", + extra: 2562/2355, + bottom: 62/2624 + } + }, + maw: { + height: math.unit(2.37, "feet"), + name: "Maw", + image: { + source: "./media/characters/elisa-mitchell/maw.svg" + } + }, + }, + [ + { + name: "Normal", + height: math.unit(7 + 10/12, "feet"), + default: true + }, + { + name: "Macro", + height: math.unit(1490, "feet"), + default: true + }, + ] +)) + //characters function makeCharacters() {