From cf651fa01babaa40f9c08ff607a72986394724b1 Mon Sep 17 00:00:00 2001 From: Fen Dweller Date: Mon, 25 Apr 2022 11:38:49 -0400 Subject: [PATCH] Add Cyber --- media/attribution.js | 20 + media/characters/cyber/front.svg | 1817 ++++++++++++++++++++++++++++++ presets/characters.js | 31 + 3 files changed, 1868 insertions(+) create mode 100644 media/characters/cyber/front.svg diff --git a/media/attribution.js b/media/attribution.js index 47f43e8a..dfd0a3c6 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -22197,6 +22197,18 @@ const attributionData = { "emerald-aurora" ] }, + { + prefix: "./media/characters/cyber/", + files: [ + { name: "front.svg", source: "https://www.furaffinity.net/view/44559045/" } + ], + authors: [ + "vulpescurl" + ], + owners: [ + "cybernova123" + ] + }, //characters { prefix: "./media/fiction/halo/halo/", @@ -30723,6 +30735,14 @@ const attributionData = { "name": "Rosie", "url": "https://twitter.com/Rosario_Gummi/" }, + "vulpescurl": { + "name": "VulpesCurl", + "url": "https://www.furaffinity.net/user/vulpescurl/" + }, + "cybernova123": { + "name": "Cyber", + "url": "https://t.me/cybernova123" + }, } } diff --git a/media/characters/cyber/front.svg b/media/characters/cyber/front.svg new file mode 100644 index 00000000..c6d4ee84 --- /dev/null +++ b/media/characters/cyber/front.svg @@ -0,0 +1,1817 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index 62c39a77..52c4c1ff 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -63938,6 +63938,37 @@ characterMakers.push(() => makeCharacter( ] )) +characterMakers.push(() => makeCharacter( + { name: "Cyber", species: ["maned-wolf", "lynx", "deity"], tags: ["anthro"] }, + { + front: { + height: math.unit(5 + 6/12, "feet"), + weight: math.unit(210, "lb"), + name: "Front", + image: { + source: "./media/characters/cyber/front.svg", + extra: 1968/1798, + bottom: 10/1978 + }, + extraAttributes: { + "shoeSize": { + name: "Shoe Size", + power: 1, + type: "length", + base: math.unit(30, "ShoeSizeMensUS") + }, + } + }, + }, + [ + { + name: "Normal", + height: math.unit(5 + 6/12, "feet"), + default: true + }, + ] +)) + //characters function makeCharacters() {