From efb547f5fc7b6c6b6cd13b4cbc42c53031aa86f7 Mon Sep 17 00:00:00 2001 From: Fen Dweller Date: Sun, 27 Sep 2020 21:36:46 -0400 Subject: [PATCH] Add Carlos --- media/attribution.js | 16 ++ media/characters/carlos/front.svg | 441 ++++++++++++++++++++++++++++++ presets/characters.js | 27 ++ 3 files changed, 484 insertions(+) create mode 100644 media/characters/carlos/front.svg diff --git a/media/attribution.js b/media/attribution.js index 5d9a5dad..86b86192 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -12106,6 +12106,18 @@ const attributionData = { "mauvesqueaks" ] }, + { + prefix: "./media/characters/carlos/", + files: [ + { name: "front.svg", source: "https://www.furaffinity.net/view/31388579/" } + ], + authors: [ + "sphericalfoxsky" + ], + owners: [ + "sphericalfoxsky" + ] + }, //characters { prefix: "./media/dildos/chance/", @@ -16684,6 +16696,10 @@ const attributionData = { "name": "MauveSqueaks", "url": "https://twitter.com/MauveSqueaks" }, + "sphericalfoxsky": { + "name": "SphericalFoxsky", + "url": "https://www.furaffinity.net/user/sphericalfoxsky/" + }, } } diff --git a/media/characters/carlos/front.svg b/media/characters/carlos/front.svg new file mode 100644 index 00000000..214c629c --- /dev/null +++ b/media/characters/carlos/front.svg @@ -0,0 +1,441 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index 3ffe8b23..30fc1797 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -1414,6 +1414,10 @@ const speciesData = { name: "Draiger", parents: ["dragon","tiger"] }, + "foxsky": { + name: "Foxsky", + parents: ["fox", "husky"] + }, } //species @@ -31246,6 +31250,29 @@ characterMakers.push(() => makeCharacter( ] )) +characterMakers.push(() => makeCharacter( + { name: "Carlos", species: ["foxsky"], tags: ["anthro"] }, + { + front: { + height: math.unit(6 + 3/12, "feet"), + weight: math.unit(430, "lb"), + name: "Front", + image: { + source: "./media/characters/carlos/front.svg", + extra: 1964/1913, + bottom: 70/2034 + } + }, + }, + [ + { + name: "Normal", + height: math.unit(6 + 3/12, "feet"), + default: true + }, + ] +)) + //characters function makeCharacters() {