diff --git a/media/attribution.js b/media/attribution.js index 8fa720be..1cd77c20 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -13391,6 +13391,18 @@ const attributionData = { "corriezodori" ] }, + { + prefix: "./media/characters/sandy/", + files: [ + { name: "front.svg", source: "https://www.furaffinity.net/view/39311309/" } + ], + authors: [ + "trulyavaporeon" + ], + owners: [ + "urthdigger" + ] + }, //characters { prefix: "./media/dildos/chance/", @@ -18466,6 +18478,14 @@ const attributionData = { "name": "Starstruck-Studios", "url": "https://www.furaffinity.net/user/starstruck-studios/" }, + "urthdigger": { + "name": "Urthdigger", + "url": "https://www.furaffinity.net/user/urthdigger/" + }, + "trulyavaporeon": { + "name": "Katie Emma", + "url": "https://twitter.com/trulyavaporeon" + }, } } diff --git a/media/characters/kaizer/front.svg b/media/characters/kaizer/front.svg index b7753452..7993d553 100644 --- a/media/characters/kaizer/front.svg +++ b/media/characters/kaizer/front.svg @@ -1,7 +1,7 @@ + width="1134.71" height="1655.02" viewBox="0 0 1134.71 1655.02" style="enable-background:new 0 0 1134.71 1655.02;" xml:space="preserve"> diff --git a/media/characters/kaizer/wtf.svg b/media/characters/kaizer/wtf.svg deleted file mode 100644 index 43f4bbac..00000000 --- a/media/characters/kaizer/wtf.svg +++ /dev/null @@ -1,433 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/media/characters/sandy/front.svg b/media/characters/sandy/front.svg new file mode 100644 index 00000000..510a3c2e --- /dev/null +++ b/media/characters/sandy/front.svg @@ -0,0 +1,1337 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index 8baad86c..48dced81 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -1531,6 +1531,10 @@ const speciesData = { name: "Zeraora", parents: ["pokemon"] }, + "sandshrew": { + name: "Sandshrew", + parents: ["pokemon", "pangolin"] + }, } //species @@ -35080,6 +35084,29 @@ characterMakers.push(() => makeCharacter( ] )) +characterMakers.push(() => makeCharacter( + { name: "Sandy", species: ["sandshrew"], tags: ["anthro"] }, + { + front: { + height: math.unit(2, "feet"), + weight: math.unit(30, "lb"), + name: "Front", + image: { + source: "./media/characters/sandy/front.svg", + extra: 1439/1307, + bottom: 194/1633 + } + }, + }, + [ + { + name: "Normal", + height: math.unit(2, "feet"), + default: true + }, + ] +)) + //characters function makeCharacters() {