diff --git a/media/attribution.js b/media/attribution.js index f70d63b7..4c6dd680 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -11191,6 +11191,18 @@ const attributionData = { "amalthus" ] }, + { + prefix: "./media/characters/sydney/", + files: [ + { name: "front.svg", source: null } + ], + authors: [ + "skymachine" + ], + owners: [ + "gyiyga" + ] + }, //characters { prefix: "./media/dildos/chance/", @@ -15431,6 +15443,14 @@ const attributionData = { "name": "Amalthus", "url": "https://www.furaffinity.net/user/amalthus/" }, + "gyiyga": { + "name": "Gyiyga", + "url": "https://www.furaffinity.net/user/gyiyga/" + }, + "skymachine": { + "name": "skymachine", + "url": "https://www.furaffinity.net/user/skymachine/" + }, } } diff --git a/media/characters/sydney/front.svg b/media/characters/sydney/front.svg new file mode 100644 index 00000000..ff94051b --- /dev/null +++ b/media/characters/sydney/front.svg @@ -0,0 +1,910 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index c3c47d58..569ceeb3 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -28291,6 +28291,27 @@ characterMakers.push(() => makeCharacter( ] )) +characterMakers.push(() => makeCharacter( + { name: "Sydney", species: ["naga"], tags: ["naga"] }, + { + front: { + height: math.unit(4.2, "meters"), + name: "Front", + image: { + source: "./media/characters/sydney/front.svg", + extra: 1323/1277, + bottom: 111/1434 + } + }, + }, + [ + { + name: "Normal", + height: math.unit(4.2, "meters") + }, + ] +)) + //characters function makeCharacters() {