From 1fae0c4262b36e268fad2a7c8fdaca5b9ad1b242 Mon Sep 17 00:00:00 2001 From: Fen Dweller Date: Wed, 22 Jun 2022 12:14:02 -0400 Subject: [PATCH] Add Sophie --- media/attribution.js | 16 + media/characters/sophie/front.svg | 4210 +++++++++++++++++++++++++++++ presets/characters.js | 30 + 3 files changed, 4256 insertions(+) create mode 100644 media/characters/sophie/front.svg diff --git a/media/attribution.js b/media/attribution.js index fb0de38d..64379c21 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -23166,6 +23166,18 @@ const attributionData = { "argentvz" ] }, + { + prefix: "./media/characters/sophie/", + files: [ + { name: "front.svg", source: "https://www.furaffinity.net/view/47508648/" } + ], + authors: [ + "raps" + ], + owners: [ + "raps" + ] + }, //characters { prefix: "./media/fiction/halo/halo/", @@ -32006,6 +32018,10 @@ const attributionData = { "name": "muscleartguy", "url": "https://www.furaffinity.net/user/muscleartguy/" }, + "raps": { + "name": "Raps", + "url": "https://www.furaffinity.net/user/raps/" + }, } } diff --git a/media/characters/sophie/front.svg b/media/characters/sophie/front.svg new file mode 100644 index 00000000..6c6bc8fe --- /dev/null +++ b/media/characters/sophie/front.svg @@ -0,0 +1,4210 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index bb7c7101..16fe8477 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -67767,6 +67767,36 @@ characterMakers.push(() => makeCharacter( ] )) +characterMakers.push(() => makeCharacter( + { name: "Sophie", species: ["cow"], tags: ["anthro"] }, + { + front: { + height: math.unit(200, "feet"), + name: "Front", + image: { + source: "./media/characters/sophie/front.svg", + extra: 710/680, + bottom: 3/713 + }, + extraAttributes: { + "milkProduction": { + name: "Milk Production", + power: 3, + type: "volume", + base: math.unit(27000, "liters") + }, + } + }, + }, + [ + { + name: "Normal", + height: math.unit(200, "feet"), + default: true + }, + ] +)) + //characters function makeCharacters() {