diff --git a/media/attribution.js b/media/attribution.js index 981e3cce..21e95cfb 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -9147,6 +9147,18 @@ const attributionData = { "stonerabbit" ] }, + { + prefix: "./media/characters/silver/", + files: [ + { name: "front.svg", source: "https://www.furaffinity.net/view/32467936/" } + ], + authors: [ + "altowovurr" + ], + owners: [ + "ivore" + ] + }, //characters { prefix: "./media/fiction/halo/halo/", @@ -12673,6 +12685,14 @@ const attributionData = { "name": "Giant Wolf Sheila", "url": "https://www.furaffinity.net/user/giantwolfsheila", }, + "altowovurr": { + "name": "AltOwOVurr", + "url": "https://www.furaffinity.net/user/altowovurr", + }, + "ivore": { + "name": "iVore", + "url": "https://www.furaffinity.net/user/ivore/", + }, } } diff --git a/media/characters/silver/front.svg b/media/characters/silver/front.svg new file mode 100644 index 00000000..dec162e5 --- /dev/null +++ b/media/characters/silver/front.svg @@ -0,0 +1,301 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index 3c8ba184..637c42bd 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -20918,6 +20918,36 @@ characterMakers.push(() => makeCharacter( ] )) +characterMakers.push(() => makeCharacter( + { name: "Silver" }, + { + front: { + height: math.unit(7, "feet"), + weight: math.unit(200, "lb"), + name: "Front", + image: { + source: "./media/characters/silver/front.svg", + extra: 472.1/450.5, + bottom: 26.5/499.424 + } + }, + }, + [ + { + name: "Normal", + height: math.unit(7, "feet"), + default: true + }, + { + name: "Macro", + height: math.unit(800, "feet") + }, + { + name: "Megamacro", + height: math.unit(250, "miles") + }, + ] +)) //characters function makeCharacters() {