diff --git a/media/attribution.js b/media/attribution.js index 0a8bac78..b63c1571 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -17055,6 +17055,18 @@ const attributionData = { "leo-leonal" ] }, + { + prefix: "./media/characters/kira-tyler/", + files: [ + { name: "side.svg", source: "https://www.furaffinity.net/view/42835297/" } + ], + authors: [ + "spacedin0saur" + ], + owners: [ + "spacedin0saur" + ] + }, //characters { prefix: "./media/dildos/chance/", @@ -23532,6 +23544,10 @@ const attributionData = { "name": "5ushiRoll", "url": "https://www.furaffinity.net/user/5ushiroll/" }, + "spacedin0saur": { + "name": "SpaceDin0saur", + "url": "https://www.furaffinity.net/user/spacedin0saur/" + }, } } diff --git a/media/characters/kira-tyler/side.svg b/media/characters/kira-tyler/side.svg new file mode 100644 index 00000000..95ee5697 --- /dev/null +++ b/media/characters/kira-tyler/side.svg @@ -0,0 +1,2201 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index 681b6610..ff3a4c61 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -44950,6 +44950,28 @@ characterMakers.push(() => makeCharacter( ] )) +characterMakers.push(() => makeCharacter( + { name: "Kira Tyler", species: ["dragon", "cat"], tags: ["feral"] }, + { + side: { + height: math.unit(13, "feet"), + name: "Side", + image: { + source: "./media/characters/kira-tyler/side.svg", + extra: 693/393, + bottom: 58/751 + } + }, + }, + [ + { + name: "Normal", + height: math.unit(13, "feet"), + default: true + }, + ] +)) + //characters function makeCharacters() {