From 870f6531de6d24028e74d9ba5dac5443ffa75886 Mon Sep 17 00:00:00 2001 From: Fen Dweller Date: Sat, 9 Apr 2022 09:36:18 -0400 Subject: [PATCH] Add Baltica --- media/attribution.js | 21 + media/characters/baltica/back.svg | 707 +++++++++++++++++++ media/characters/baltica/front.svg | 1012 ++++++++++++++++++++++++++++ presets/characters.js | 33 + 4 files changed, 1773 insertions(+) create mode 100644 media/characters/baltica/back.svg create mode 100644 media/characters/baltica/front.svg diff --git a/media/attribution.js b/media/attribution.js index 1a7a4132..4df0fbb9 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -22028,6 +22028,19 @@ const attributionData = { "ussaquamarine" ] }, + { + prefix: "./media/characters/baltica/", + files: [ + { name: "front.svg", source: "https://www.furaffinity.net/view/46569590/" }, + { name: "back.svg", source: "https://www.furaffinity.net/view/46569590/" }, + ], + authors: [ + "hirshe" + ], + owners: [ + "baltica" + ] + }, //characters { prefix: "./media/fiction/halo/halo/", @@ -30490,6 +30503,14 @@ const attributionData = { "name": "USSAquamarine", "url": "https://www.furaffinity.net/user/ussaquamarine/" }, + "hirshe": { + "name": "Hirshe", + "url": "https://www.furaffinity.net/user/hirshe/" + }, + "baltica": { + "name": "Baltica", + "url": "https://www.f-list.net/c/baltica/" + }, } } diff --git a/media/characters/baltica/back.svg b/media/characters/baltica/back.svg new file mode 100644 index 00000000..19d41f21 --- /dev/null +++ b/media/characters/baltica/back.svg @@ -0,0 +1,707 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/media/characters/baltica/front.svg b/media/characters/baltica/front.svg new file mode 100644 index 00000000..6c1cf415 --- /dev/null +++ b/media/characters/baltica/front.svg @@ -0,0 +1,1012 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index 2c517e25..92e6ee45 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -63561,6 +63561,39 @@ characterMakers.push(() => makeCharacter( ] )) +characterMakers.push(() => makeCharacter( + { name: "Baltica", species: ["orca"], tags: ["anthro"] }, + { + front: { + height: math.unit(3500, "miles"), + weight: math.unit(1659, "petatonnes"), + name: "Front", + image: { + source: "./media/characters/baltica/front.svg", + extra: 429/428, + bottom: 41/470 + } + }, + back: { + height: math.unit(3500, "miles"), + weight: math.unit(1659, "petatonnes"), + name: "Back", + image: { + source: "./media/characters/baltica/back.svg", + extra: 452/451, + bottom: 8/460 + } + }, + }, + [ + { + name: "Gigamacro", + height: math.unit(3500, "miles"), + default: true + }, + ] +)) + //characters function makeCharacters() {