diff --git a/media/attribution.js b/media/attribution.js index bf217584..0009100b 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -10373,6 +10373,19 @@ const attributionData = { "balina" ] }, + { + prefix: "./media/characters/lady-kubwa/", + files: [ + { name: "goddess.svg", source: "https://www.furaffinity.net/view/35338032/" }, + { name: "goddess-er.svg", source: "https://www.furaffinity.net/view/35338032/" }, + ], + authors: [ + "smappa" + ], + owners: [ + "thatbritishdeer" + ] + }, //characters { prefix: "./media/dildos/chance/", @@ -14309,6 +14322,14 @@ const attributionData = { "name": "Padunk", "url": "https://www.furaffinity.net/user/padunk", }, + "smappa": { + "name": "Smappa", + "url": "https://www.furaffinity.net/user/smappa", + }, + "thatbritishdeer": { + "name": "ThatBritishDeer", + "url": "https://www.furaffinity.net/user/thatbritishdeer/", + }, } } diff --git a/media/characters/lady-kubwa/goddess-er.svg b/media/characters/lady-kubwa/goddess-er.svg new file mode 100644 index 00000000..2a6e5f79 --- /dev/null +++ b/media/characters/lady-kubwa/goddess-er.svg @@ -0,0 +1,413 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/media/characters/lady-kubwa/goddess.svg b/media/characters/lady-kubwa/goddess.svg new file mode 100644 index 00000000..9e8ecc3c --- /dev/null +++ b/media/characters/lady-kubwa/goddess.svg @@ -0,0 +1,629 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index 99237bf1..69df40f4 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -25881,6 +25881,43 @@ characterMakers.push(() => makeCharacter( ] )) +characterMakers.push(() => makeCharacter( + { name: "Lady Kubwa" }, + { + goddess: { + height: math.unit(600, "feet"), + weight: math.unit(2000000, "tons"), + name: "Goddess", + image: { + source: "./media/characters/lady-kubwa/goddess.svg", + extra: 1240.5/1223, + bottom: 22/1263 + } + }, + goddesser: { + height: math.unit(900, "feet"), + weight: math.unit(20000000, "lb"), + name: "Goddess-er", + image: { + source: "./media/characters/lady-kubwa/goddess-er.svg", + extra: 899/888, + bottom: 12.6/912 + } + }, + }, + [ + { + name: "Macro", + height: math.unit(600, "feet"), + default: true + }, + { + name: "Megamacro", + height: math.unit(250, "miles") + }, + ] +)) + //characters function makeCharacters() {