diff --git a/media/attribution.js b/media/attribution.js index 656640ca..26a68e06 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -20121,6 +20121,18 @@ const attributionData = { "vonadi" ] }, + { + prefix: "./media/characters/flare/", + files: [ + { name: "back.svg", source: "https://www.furaffinity.net/view/42214264/" } + ], + authors: [ + "lockheedmartini" + ], + owners: [ + "vonadi" + ] + }, //characters { prefix: "./media/fiction/halo/halo/", @@ -28079,6 +28091,10 @@ const attributionData = { "name": "Brachyurus", "url": "https://www.furaffinity.net/user/brachyurus" }, + "lockheedmartini": { + "name": "Lockheed Martini", + "url": "https://www.furaffinity.net/user/lockheedmartini" + }, } } diff --git a/media/characters/flare/back.svg b/media/characters/flare/back.svg new file mode 100644 index 00000000..672a71f4 --- /dev/null +++ b/media/characters/flare/back.svg @@ -0,0 +1,3203 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index dac74faa..ddc0a0da 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -55346,6 +55346,44 @@ characterMakers.push(() => makeCharacter( ] )) +characterMakers.push(() => makeCharacter( + { name: "Flare", species: ["husky"], tags: ["anthro"] }, + { + back: { + height: math.unit(6, "feet"), + name: "Back", + image: { + source: "./media/characters/flare/back.svg", + extra: 1883/1765, + bottom: 32/1915 + } + }, + }, + [ + { + name: "Normal", + height: math.unit(6 + 2/12, "feet"), + default: true + }, + { + name: "Size Difference", + height: math.unit(13, "feet") + }, + { + name: "Macro", + height: math.unit(60, "feet") + }, + { + name: "Macro 2", + height: math.unit(100, "feet") + }, + { + name: "Mega Macro", + height: math.unit(200, "feet") + }, + ] +)) + //characters function makeCharacters() {