diff --git a/media/attribution.js b/media/attribution.js index 99a0e72d..3423338b 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -17923,6 +17923,20 @@ const attributionData = { "speckario" ] }, + { + prefix: "./media/characters/kimpi/", + files: [ + { name: "side.svg", source: null }, + { name: "hand.svg", source: null }, + ], + authors: [ + "sigdi" + ], + owners: [ + "kimpi", + "sigdi" + ] + }, //characters { prefix: "./media/dildos/chance/", @@ -24778,6 +24792,14 @@ const attributionData = { "name": "Speckario", "url": "https://twitter.com/speckario" }, + "kimpi": { + "name": "Kimpi", + "url": "https://www.f-list.net/c/kimpi" + }, + "sigdi": { + "name": "Sigdi", + "url": "https://www.furaffinity.net/user/sidgi" + }, } } diff --git a/media/characters/kimpi/hand.svg b/media/characters/kimpi/hand.svg new file mode 100644 index 00000000..261c45f6 --- /dev/null +++ b/media/characters/kimpi/hand.svg @@ -0,0 +1,177 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/media/characters/kimpi/side.svg b/media/characters/kimpi/side.svg new file mode 100644 index 00000000..c56d8406 --- /dev/null +++ b/media/characters/kimpi/side.svg @@ -0,0 +1,2122 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index 49e9bb88..1ed0617c 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -1872,6 +1872,14 @@ const speciesData = { name: "Leopard Gecko", parents: ["gecko"] }, + "dreamspawn": { + name: "Dreamspawn", + parents: ["illusion"] + }, + "illusion": { + name: "Illusion", + parents: [] + }, } //species @@ -47776,6 +47784,35 @@ characterMakers.push(() => makeCharacter( ] )) +characterMakers.push(() => makeCharacter( + { name: "Kimpi", species: ["dreamspawn"], tags: ["feral"] }, + { + side: { + height: math.unit(35, "meters"), + name: "Side", + image: { + source: "./media/characters/kimpi/side.svg", + extra: 419/382, + bottom: 63/482 + } + }, + hand: { + height: math.unit(8.96, "meters"), + name: "Hand", + image: { + source: "./media/characters/kimpi/hand.svg" + } + }, + }, + [ + { + name: "Normal", + height: math.unit(35, "meters"), + default: true + }, + ] +)) + //characters function makeCharacters() {