From 2212bd22b688a09e202d29986574f77a9509c539 Mon Sep 17 00:00:00 2001 From: Fen Dweller Date: Mon, 27 Sep 2021 12:21:18 -0400 Subject: [PATCH] Add Zaina Khalil --- media/attribution.js | 22 + media/characters/zaina-khalil/back.svg | 501 ++++++++++++++++ media/characters/zaina-khalil/front.svg | 727 ++++++++++++++++++++++++ media/characters/zaina-khalil/side.svg | 516 +++++++++++++++++ presets/characters.js | 45 +- 5 files changed, 1810 insertions(+), 1 deletion(-) create mode 100644 media/characters/zaina-khalil/back.svg create mode 100644 media/characters/zaina-khalil/front.svg create mode 100644 media/characters/zaina-khalil/side.svg diff --git a/media/attribution.js b/media/attribution.js index 11af769a..d052cf69 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -17416,6 +17416,20 @@ const attributionData = { "baitoskhamael" ] }, + { + prefix: "./media/characters/zaina-khalil/", + files: [ + { name: "front.svg", source: "https://twitter.com/Pasta_Slutt/status/1412603301443641344", nsfw: true }, + { name: "side.svg", source: "https://twitter.com/Pasta_Slutt/status/1412603301443641344", nsfw: true }, + { name: "back.svg", source: "https://twitter.com/Pasta_Slutt/status/1412603301443641344", nsfw: true }, + ], + authors: [ + "pasta-slutt" + ], + owners: [ + "zaina-khalil" + ] + }, //characters { prefix: "./media/dildos/chance/", @@ -24090,6 +24104,14 @@ const attributionData = { "name": "BaitosKhamael", "url": "https://www.furaffinity.net/user/baitoskhamael/" }, + "pasta-slutt": { + "name": "PastaSlut", + "url": "https://twitter.com/Pasta_Slutt/" + }, + "zaina-khalil": { + "name": "Zaina Khalil", + "url": "https://www.f-list.net/c/Zaina%20Khalil" + }, } } diff --git a/media/characters/zaina-khalil/back.svg b/media/characters/zaina-khalil/back.svg new file mode 100644 index 00000000..84928a53 --- /dev/null +++ b/media/characters/zaina-khalil/back.svg @@ -0,0 +1,501 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/media/characters/zaina-khalil/front.svg b/media/characters/zaina-khalil/front.svg new file mode 100644 index 00000000..de01a835 --- /dev/null +++ b/media/characters/zaina-khalil/front.svg @@ -0,0 +1,727 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/media/characters/zaina-khalil/side.svg b/media/characters/zaina-khalil/side.svg new file mode 100644 index 00000000..47e33357 --- /dev/null +++ b/media/characters/zaina-khalil/side.svg @@ -0,0 +1,516 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index be784d14..865f2730 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -46049,7 +46049,7 @@ characterMakers.push(() => makeCharacter( )) characterMakers.push(() => makeCharacter( - { name: "Alvir", species: ["ahuizotl"], tags: ["anthro"] }, + { name: "Alvir", species: ["ahuizotl"], tags: ["feral"] }, { side: { height: math.unit(13 + 6/12, "feet"), @@ -46071,6 +46071,49 @@ characterMakers.push(() => makeCharacter( ] )) +characterMakers.push(() => makeCharacter( + { name: "Zaina Khalil", species: ["human"], tags: ["anthro"] }, + { + front: { + height: math.unit(5 + 4/12, "feet"), + weight: math.unit(236, "lb"), + name: "Front", + image: { + source: "./media/characters/zaina-khalil/front.svg", + extra: 1533/1485, + bottom: 94/1627 + } + }, + side: { + height: math.unit(5 + 4/12, "feet"), + weight: math.unit(236, "lb"), + name: "Side", + image: { + source: "./media/characters/zaina-khalil/side.svg", + extra: 1537/1498, + bottom: 66/1603 + } + }, + back: { + height: math.unit(5 + 4/12, "feet"), + weight: math.unit(236, "lb"), + name: "Back", + image: { + source: "./media/characters/zaina-khalil/back.svg", + extra: 1546/1494, + bottom: 89/1635 + } + }, + }, + [ + { + name: "Normal", + height: math.unit(5 + 4/12, "feet"), + default: true + }, + ] +)) + //characters function makeCharacters() {