diff --git a/media/attribution.js b/media/attribution.js index 90a06527..b133df41 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -19712,6 +19712,18 @@ const attributionData = { "pinksaber" ] }, + { + prefix: "./media/characters/serafin/", + files: [ + { name: "front.svg", source: "https://www.furaffinity.net/view/45087452/" } + ], + authors: [ + "baristdeer" + ], + owners: [ + "youira" + ] + }, //characters { prefix: "./media/fiction/halo/halo/", @@ -27418,6 +27430,14 @@ const attributionData = { "name": "PinkSaber", "url": "https://twitter.com/PinkSaber_" }, + "baristdeer": { + "name": "Baristdeer", + "url": "https://www.furaffinity.net/user/baristdeer/" + }, + "youira": { + "name": "youira", + "url": "https://www.furaffinity.net/user/youira" + }, } } diff --git a/media/characters/serafin/front.svg b/media/characters/serafin/front.svg new file mode 100644 index 00000000..53b20a36 --- /dev/null +++ b/media/characters/serafin/front.svg @@ -0,0 +1,1971 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index b39fc355..5e70ca6c 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -53863,6 +53863,28 @@ characterMakers.push(() => makeCharacter( ] )) +characterMakers.push(() => makeCharacter( + { name: "Serafin", species: ["dragon"], tags: ["anthro"] }, + { + front: { + height: math.unit(87, "meters"), + name: "Front", + image: { + source: "./media/characters/serafin/front.svg", + extra: 1919/1776, + bottom: 65/1984 + } + }, + }, + [ + { + name: "Normal", + height: math.unit(87, "meters"), + default: true + }, + ] +)) + //characters function makeCharacters() {