diff --git a/media/attribution.js b/media/attribution.js index 305fa102..f0d3b224 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -19292,6 +19292,20 @@ const attributionData = { "yutmutt" ] }, + { + prefix: "./media/characters/carina/", + files: [ + { name: "front.svg", source: "https://www.furaffinity.net/view/40694341/" }, + { name: "back.svg", source: "https://www.furaffinity.net/view/40694341/" }, + { name: "paw.svg", source: "https://www.furaffinity.net/view/40694341/" }, + ], + authors: [ + "pinballswizard" + ], + owners: [ + "carinafox" + ] + }, //characters { prefix: "./media/fiction/halo/halo/", @@ -26624,6 +26638,10 @@ const attributionData = { "name": "JuniperSkunktaur", "url": "https://www.furaffinity.net/user/juniperskunktaur/" }, + "carinafox": { + "name": "CarinaFox7", + "url": "https://www.furaffinity.net/user/carinafox7" + }, } } diff --git a/media/characters/carina/back.svg b/media/characters/carina/back.svg new file mode 100644 index 00000000..28090f62 --- /dev/null +++ b/media/characters/carina/back.svg @@ -0,0 +1,524 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/media/characters/carina/front.svg b/media/characters/carina/front.svg new file mode 100644 index 00000000..9f4fca96 --- /dev/null +++ b/media/characters/carina/front.svg @@ -0,0 +1,843 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/media/characters/carina/paw.svg b/media/characters/carina/paw.svg new file mode 100644 index 00000000..b9eec978 --- /dev/null +++ b/media/characters/carina/paw.svg @@ -0,0 +1,278 @@ + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index 7ac445b3..27e1750f 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -52762,6 +52762,44 @@ characterMakers.push(() => makeCharacter( ] )) +characterMakers.push(() => makeCharacter( + { name: "Carina", species: ["arctic-fox"], tags: ["anthro"] }, + { + front: { + height: math.unit(5 + 11/12, "feet"), + name: "Front", + image: { + source: "./media/characters/carina/front.svg", + extra: 1720/1449, + bottom: 14/1734 + } + }, + back: { + height: math.unit(5 + 11/12, "feet"), + name: "Back", + image: { + source: "./media/characters/carina/back.svg", + extra: 1493/1445, + bottom: 17/1510 + } + }, + paw: { + height: math.unit(0.92, "feet"), + name: "Paw", + image: { + source: "./media/characters/carina/paw.svg" + } + }, + }, + [ + { + name: "Normal", + height: math.unit(5 + 11/12, "feet"), + default: true + }, + ] +)) + //characters function makeCharacters() {