diff --git a/media/attribution.js b/media/attribution.js index 33e3685a..71ba9f90 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -15767,6 +15767,18 @@ const attributionData = { "ozzie-gt" ] }, + { + prefix: "./media/characters/silverwing/", + files: [ + { name: "side.svg", source: "https://www.furaffinity.net/view/31951765/" } + ], + authors: [ + "nummynumz" + ], + owners: [ + "ichiinu" + ] + }, //characters { prefix: "./media/dildos/chance/", @@ -21754,6 +21766,10 @@ const attributionData = { "name": "efhosci", "url": "https://www.furaffinity.net/user/efhosci" }, + "nummynumz": { + "name": "NummyNumz", + "url": "https://www.furaffinity.net/user/nummynumz" + }, } } diff --git a/media/characters/silverwing/side.svg b/media/characters/silverwing/side.svg new file mode 100644 index 00000000..a6354469 --- /dev/null +++ b/media/characters/silverwing/side.svg @@ -0,0 +1,1118 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index 937d1b1e..f58302cf 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -41448,6 +41448,29 @@ characterMakers.push(() => makeCharacter( ] )) +characterMakers.push(() => makeCharacter( + { name: "Silverwing", species: ["lugia"], tags: ["feral"] }, + { + side: { + height: math.unit(32, "feet"), + weight: math.unit(250000, "lb"), + name: "Side", + image: { + source: "./media/characters/silverwing/side.svg", + extra: 1100/1019, + bottom: 204/1304 + } + }, + }, + [ + { + name: "Normal", + height: math.unit(32, "feet"), + default: true + }, + ] +)) + //characters function makeCharacters() {