diff --git a/media/attribution.js b/media/attribution.js index ca47d325..bd293de2 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -5756,6 +5756,18 @@ const attributionData = { "fidchell" ] }, + { + prefix: "./media/characters/kee/", + files: [ + { name: "anthro.svg", source: "https://www.furaffinity.net/view/28070536/" } + ], + authors: [ + "nommz" + ], + owners: [ + "flixard" + ] + }, { prefix: "./media/characters/kee/", files: [ diff --git a/media/characters/kee/anthro.svg b/media/characters/kee/anthro.svg new file mode 100644 index 00000000..af2457b2 --- /dev/null +++ b/media/characters/kee/anthro.svg @@ -0,0 +1,648 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/media/characters/kee/taur.svg b/media/characters/kee/taur.svg index efbda0f8..f91ef8c5 100644 --- a/media/characters/kee/taur.svg +++ b/media/characters/kee/taur.svg @@ -1,180 +1,517 @@ - + + width="1296.38" height="1444.58" viewBox="0 0 1296.38 1444.58" style="enable-background:new 0 0 1296.38 1444.58;" xml:space="preserve"> - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index fb99a73b..f6a27ead 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -15336,25 +15336,39 @@ characterMakers.push(() => makeCharacter( )) characterMakers.push(() => makeCharacter( - { name: "Kee", species: ["aardwolf"], tags: ["taur"] }, + { name: "Kee", species: ["aardwolf"], tags: ["anthro", "taur"] }, { + anthro: { + height: math.unit(5 + 8/12, "feet"), + weight: math.unit(200, "lb"), + name: "Anthro", + image: { + source: "./media/characters/kee/anthro.svg", + extra: 3251/3184, + bottom: 250/3501 + } + }, taur: { height: math.unit(11, "feet"), weight: math.unit(500, "lb"), name: "Taur", image: { source: "./media/characters/kee/taur.svg", - extra: 1, - bottom: 0.04 + extra: 1362/1320, + bottom: 83/1445 } }, }, [ { name: "Normal", - height: math.unit(11, "feet"), + height: math.unit(5 + 8/12, "feet"), default: true }, + { + name: "Macro", + height: math.unit(35, "feet") + }, ] ))