From 2cfbda2bffc72c049c4fdf3d326c4836c6ef3667 Mon Sep 17 00:00:00 2001 From: Fen Dweller Date: Mon, 30 May 2022 18:54:16 -0400 Subject: [PATCH] Add Spots --- media/attribution.js | 16 + media/characters/spots/side.svg | 3911 +++++++++++++++++++++++++++++++ presets/characters.js | 40 + 3 files changed, 3967 insertions(+) create mode 100644 media/characters/spots/side.svg diff --git a/media/attribution.js b/media/attribution.js index 457adc6f..fe06565f 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -22658,6 +22658,18 @@ const attributionData = { "girlylbs" ] }, + { + prefix: "./media/characters/spots/", + files: [ + { name: "side.svg", source: null, nsfw: true } + ], + authors: [ + "alovion" + ], + owners: [ + "alovion" + ] + }, //characters { prefix: "./media/fiction/halo/halo/", @@ -31361,6 +31373,10 @@ const attributionData = { "name": "icymasamune", "url": "https://twitter.com/icymasamune" }, + "alovion": { + "name": "Alovion", + "url": "https://www.furaffinity.net/user/alovion/" + }, } } diff --git a/media/characters/spots/side.svg b/media/characters/spots/side.svg new file mode 100644 index 00000000..bd59c594 --- /dev/null +++ b/media/characters/spots/side.svg @@ -0,0 +1,3911 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index e1b3f1d3..614abb6f 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -65755,6 +65755,46 @@ characterMakers.push(() => makeCharacter( ] )) +characterMakers.push(() => makeCharacter( + { name: "Spots", species: ["dog"], tags: ["feral"] }, + { + side: { + height: math.unit(2.64, "feet"), + weight: math.unit(100, "lb"), + preyCapacity: math.unit(3, "people"), + name: "Side", + image: { + source: "./media/characters/spots/side.svg", + extra: 1859/977, + bottom: 19/1878 + }, + extraAttributes: { + "preyPerMinute": { + name: "Prey Per Minute", + power: 3, + type: "volume", + base: math.unit(6, "people"), + defaultUnit: "people" + }, + "preyPerDay": { + name: "Prey Per Day", + power: 3, + type: "volume", + base: math.unit(6 * 60 * 24, "people"), + defaultUnit: "people" + }, + } + }, + }, + [ + { + name: "Normal", + height: math.unit(2.64, "feet"), + default: true + }, + ] +)) + //characters function makeCharacters() {