diff --git a/media/attribution.js b/media/attribution.js index e9664adc..1e09a4ab 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -17260,6 +17260,18 @@ const attributionData = { "gyiyga" ] }, + { + prefix: "./media/characters/syrinx/", + files: [ + { name: "front.svg", source: " https://twitter.com/EdaMonstr/status/996959240211369985" } + ], + authors: [ + "edamonstr" + ], + owners: [ + "syrinx" + ] + }, //characters { prefix: "./media/dildos/chance/", @@ -23841,6 +23853,14 @@ const attributionData = { "name": "LoganArcania", "url": "https://twitter.com/LoganArcania/" }, + "syrinx": { + "name": "Syrinx", + "url": "https://www.furaffinity.net/user/nandrattle/" + }, + "edamonstr": { + "name": "EdaMonstr", + "url": "https://twitter.com/EdaMonstr" + }, } } diff --git a/media/characters/syrinx/front.svg b/media/characters/syrinx/front.svg new file mode 100644 index 00000000..59b3cb4c --- /dev/null +++ b/media/characters/syrinx/front.svg @@ -0,0 +1,2605 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index 5ab6c660..39ccdeda 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -45638,6 +45638,28 @@ characterMakers.push(() => makeCharacter( ] )) +characterMakers.push(() => makeCharacter( + { name: "Syrinx", species: ["phoenix"], tags: ["anthro"] }, + { + front: { + height: math.unit(6, "feet"), + name: "Front", + image: { + source: "./media/characters/syrinx/front.svg", + extra: 1557/1259, + bottom: 171/1728 + } + }, + }, + [ + { + name: "Normal", + height: math.unit(6 + 3/12, "feet"), + default: true + }, + ] +)) + //characters function makeCharacters() {