From b6624957a01924cf5ce77854d2b33b48d0eed66f Mon Sep 17 00:00:00 2001 From: Fen Dweller Date: Wed, 23 Mar 2022 09:14:50 -0400 Subject: [PATCH] Add Nikita --- media/attribution.js | 20 + media/characters/nikita/front.svg | 4970 +++++++++++++++++++++++++++++ presets/characters.js | 31 + 3 files changed, 5021 insertions(+) create mode 100644 media/characters/nikita/front.svg diff --git a/media/attribution.js b/media/attribution.js index 14191a97..1445e55a 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -21677,6 +21677,18 @@ const attributionData = { "va0027" ] }, + { + prefix: "./media/characters/nikita/", + files: [ + { name: "front.svg", source: "https://twitter.com/forester2277/status/1504973586951462915" } + ], + authors: [ + "heartlessfang" + ], + owners: [ + "forester2277" + ] + }, //characters { prefix: "./media/fiction/halo/halo/", @@ -30071,6 +30083,14 @@ const attributionData = { "name": "Crocozilla", "url": "https://twitter.com/CrocoziIIa" }, + "forester2277": { + "name": "forester2277", + "url": "https://twitter.com/forester2277/" + }, + "heartlessfang": { + "name": "Heartlessfang", + "url": "https://twitter.com/Heartlessfang" + }, } } diff --git a/media/characters/nikita/front.svg b/media/characters/nikita/front.svg new file mode 100644 index 00000000..ad8dac61 --- /dev/null +++ b/media/characters/nikita/front.svg @@ -0,0 +1,4970 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index 46dea0b8..d36ad6bc 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -62044,6 +62044,37 @@ characterMakers.push(() => makeCharacter( ] )) +characterMakers.push(() => makeCharacter( + { name: "Nikita", species: ["werewolf"], tags: ["anthro"] }, + { + front: { + height: math.unit(16 + 3/12, "feet"), + weight: math.unit(3575, "lb"), + name: "Front", + image: { + source: "./media/characters/nikita/front.svg", + extra: 1064/955, + bottom: 47/1111 + } + }, + }, + [ + { + name: "Normal", + height: math.unit(16 + 3/12, "feet"), + default: true + }, + { + name: "Big", + height: math.unit(21, "feet") + }, + { + name: "Biggest", + height: math.unit(50, "feet") + }, + ] +)) + //characters function makeCharacters() {