From cce93c857aff78d5737fe77103384ca198367a16 Mon Sep 17 00:00:00 2001 From: Fen Dweller Date: Sat, 9 Oct 2021 14:28:45 -0400 Subject: [PATCH] Add Kassandra --- media/attribution.js | 13 + media/characters/kassandra/female.svg | 1211 ++++++++++++++++++++++ media/characters/kassandra/intersex.svg | 1260 +++++++++++++++++++++++ presets/characters.js | 33 + 4 files changed, 2517 insertions(+) create mode 100644 media/characters/kassandra/female.svg create mode 100644 media/characters/kassandra/intersex.svg diff --git a/media/attribution.js b/media/attribution.js index 89231761..8ef397e6 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -17699,6 +17699,19 @@ const attributionData = { "knockedoutdragon" ] }, + { + prefix: "./media/characters/kassandra/", + files: [ + { name: "female.svg", source: "https://www.furaffinity.net/view/43639990/", nsfw: true }, + { name: "intersex.svg", source: "https://www.furaffinity.net/view/43717203/", nsfw: true }, + ], + authors: [ + "knockedoutdragon" + ], + owners: [ + "knockedoutdragon" + ] + }, //characters { prefix: "./media/dildos/chance/", diff --git a/media/characters/kassandra/female.svg b/media/characters/kassandra/female.svg new file mode 100644 index 00000000..7087a292 --- /dev/null +++ b/media/characters/kassandra/female.svg @@ -0,0 +1,1211 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/media/characters/kassandra/intersex.svg b/media/characters/kassandra/intersex.svg new file mode 100644 index 00000000..7a7ea58a --- /dev/null +++ b/media/characters/kassandra/intersex.svg @@ -0,0 +1,1260 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index 41186e1f..13d5581f 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -47122,6 +47122,39 @@ characterMakers.push(() => makeCharacter( }, ] )) + +characterMakers.push(() => makeCharacter( + { name: "Kassandra", species: ["dragon", "snake"], tags: ["anthro"] }, + { + female: { + height: math.unit(9 + 4/12, "feet"), + weight: math.unit(398, "lb"), + name: "Female", + image: { + source: "./media/characters/kassandra/female.svg", + extra: 908/839, + bottom: 61/969 + } + }, + intersex: { + height: math.unit(9 + 4/12, "feet"), + weight: math.unit(398, "lb"), + name: "Intersex", + image: { + source: "./media/characters/kassandra/intersex.svg", + extra: 908/839, + bottom: 61/969 + } + }, + }, + [ + { + name: "Normal", + height: math.unit(9 + 4/12, "feet"), + default: true + }, + ] +)) //characters function makeCharacters() {