From 0996f79c3df3bf4a30e844ebf507cc4de5899c81 Mon Sep 17 00:00:00 2001 From: Fen Dweller Date: Thu, 3 Dec 2020 14:17:39 -0500 Subject: [PATCH] Add Magnum --- media/attribution.js | 22 +- media/characters/magnum/front.svg | 736 ++++++++++++++++++++++++++++++ presets/characters.js | 28 +- 3 files changed, 784 insertions(+), 2 deletions(-) create mode 100644 media/characters/magnum/front.svg diff --git a/media/attribution.js b/media/attribution.js index b0c02d3d..8e9c948c 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -13986,6 +13986,18 @@ const attributionData = { "sai-mercael" ] }, + { + prefix: "./media/characters/magnum/", + files: [ + { name: "front.svg", source: "https://www.furaffinity.net/view/33798399/", nsfw: true } + ], + authors: [ + "cracky" + ], + owners: [ + "magnumdafolf" + ] + }, //characters { prefix: "./media/dildos/chance/", @@ -19184,7 +19196,15 @@ const attributionData = { "mutsuju": { "name": "Mutsuju", "url": "https://www.furaffinity.net/user/mutsuju/" - } + }, + "cracky": { + "name": "Cracky", + "url": "https://www.furaffinity.net/user/cracky/" + }, + "magnumdafolf": { + "name": "magnumdafolf", + "url": "https://www.furaffinity.net/user/magnumdafolf" + }, } } diff --git a/media/characters/magnum/front.svg b/media/characters/magnum/front.svg new file mode 100644 index 00000000..19f505e6 --- /dev/null +++ b/media/characters/magnum/front.svg @@ -0,0 +1,736 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index 6deb00f6..fd4462c7 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -1580,6 +1580,10 @@ const speciesData = { name: "Tykeriel", parents: ["avian"] }, + "folf": { + name: "Folf", + parents: ["fox", "wolf"] + }, } //species @@ -18787,7 +18791,7 @@ characterMakers.push(() => makeCharacter( )) characterMakers.push(() => makeCharacter( - { name: "Kiro", species: ["fox", "wolf"], tags: ["anthro"] }, + { name: "Kiro", species: ["folf"], tags: ["anthro"] }, { front: { height: math.unit(6, "feet"), @@ -36398,6 +36402,28 @@ characterMakers.push(() => makeCharacter( ] )) +characterMakers.push(() => makeCharacter( + { name: "Magnum", species: ["folf"], tags: ["anthro"] }, + { + front: { + height: math.unit(5 + 8/12, "feet"), + name: "Front", + image: { + source: "./media/characters/magnum/front.svg", + extra: 942/855, + bottom: 26/968 + } + }, + }, + [ + { + name: "Normal", + height: math.unit(5 + 8/12, "feet"), + default: true + }, + ] +)) + //characters function makeCharacters() {