diff --git a/media/attribution.js b/media/attribution.js index c8cd4dc2..25d01d0b 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -17882,6 +17882,19 @@ const attributionData = { "inukazane" ] }, + { + prefix: "./media/characters/agatha/", + files: [ + { name: "front.svg", source: "https://www.furaffinity.net/view/37033205/" }, + { name: "back.svg", source: "https://www.furaffinity.net/view/37033205/" }, + ], + authors: [ + "redband-jackalope" + ], + owners: [ + "inukazane" + ] + }, //characters { prefix: "./media/dildos/chance/", diff --git a/media/characters/agatha/back.svg b/media/characters/agatha/back.svg new file mode 100644 index 00000000..c1f822fe --- /dev/null +++ b/media/characters/agatha/back.svg @@ -0,0 +1,972 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/media/characters/agatha/front.svg b/media/characters/agatha/front.svg new file mode 100644 index 00000000..d2b45874 --- /dev/null +++ b/media/characters/agatha/front.svg @@ -0,0 +1,731 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index b59fc189..4e8a4b1a 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -1868,6 +1868,10 @@ const speciesData = { name: "Leporidae", parents: ["mammal"] }, + "leopard-gecko": { + name: "Leopard Gecko", + parents: ["gecko"] + }, } //species @@ -47654,6 +47658,41 @@ characterMakers.push(() => makeCharacter( ] )) +characterMakers.push(() => makeCharacter( + { name: "Agatha", species: ["leopard-gecko"], tags: ["anthro"] }, + { + front: { + height: math.unit(4 + 6/12, "feet"), + name: "Front", + image: { + source: "./media/characters/agatha/front.svg", + extra: 947/933, + bottom: 42/989 + } + }, + back: { + height: math.unit(4 + 6/12, "feet"), + name: "Back", + image: { + source: "./media/characters/agatha/back.svg", + extra: 935/922, + bottom: 48/983 + } + }, + }, + [ + { + name: "Normal", + height: math.unit(4 + 6 /12, "feet"), + default: true + }, + { + name: "Max Size", + height: math.unit(500, "feet") + }, + ] +)) + //characters function makeCharacters() {