diff --git a/media/attribution.js b/media/attribution.js index 64768b95..b0d8cc20 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -16708,6 +16708,18 @@ const attributionData = { "duk3assassin" ] }, + { + prefix: "./media/characters/flake/", + files: [ + { name: "side.svg", source: "https://www.furaffinity.net/view/42311349/", nsfw: true } + ], + authors: [ + "vezoni" + ], + owners: [ + "flake22" + ] + }, //characters { prefix: "./media/dildos/chance/", @@ -22983,6 +22995,14 @@ const attributionData = { "name": "Dicontheskully", "url": "https://www.furaffinity.net/user/dicontheskully" }, + "flake22": { + "name": "Flake22", + "url": "https://www.furaffinity.net/user/flake22/" + }, + "vezoni": { + "name": "Vezoni", + "url": "https://www.furaffinity.net/user/vezoni" + }, } } diff --git a/media/characters/flake/side.svg b/media/characters/flake/side.svg new file mode 100644 index 00000000..448fbdd0 --- /dev/null +++ b/media/characters/flake/side.svg @@ -0,0 +1,1721 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index d5bbac53..236f187e 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -43920,6 +43920,28 @@ characterMakers.push(() => makeCharacter( ] )) +characterMakers.push(() => makeCharacter( + { name: "Flake", species: ["dragon"], tags: ["feral"] }, + { + side: { + height: math.unit(42, "meters"), + name: "Side", + image: { + source: "./media/characters/flake/side.svg", + extra: 1525/1306, + bottom: 209/1734 + } + }, + }, + [ + { + name: "Normal", + height: math.unit(42, "meters"), + default: true + }, + ] +)) + //characters function makeCharacters() {