diff --git a/media/attribution.js b/media/attribution.js index 61889bda..9b51a0d9 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -19416,6 +19416,18 @@ const attributionData = { "artemis-haroo" ] }, + { + prefix: "./media/characters/lokuto-takama/", + files: [ + { name: "front.svg", source: "https://www.furaffinity.net/view/33437036/" } + ], + authors: [ + "deonwolf" + ], + owners: [ + "foxyloku" + ] + }, //characters { prefix: "./media/fiction/halo/halo/", @@ -26792,6 +26804,14 @@ const attributionData = { "name": "Artemis-Haroo", "url": "https://www.furaffinity.net/user/artemis-haroo/" }, + "deonwolf": { + "name": "deonwolf", + "url": "https://www.furaffinity.net/user/deonwolf" + }, + "foxyloku": { + "name": "Loku", + "url": "https://twitter.com/FoxyLoku" + }, } } diff --git a/media/characters/lokuto-takama/front.svg b/media/characters/lokuto-takama/front.svg new file mode 100644 index 00000000..fba23ab4 --- /dev/null +++ b/media/characters/lokuto-takama/front.svg @@ -0,0 +1,1677 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index 14b266ae..038d7675 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -53151,6 +53151,43 @@ characterMakers.push(() => makeCharacter( ] )) +characterMakers.push(() => makeCharacter( + { name: "Lokuto Takama", species: ["arctic-fox", "kitsune"], tags: ["anthro"] }, + { + front: { + height: math.unit(16 + 8/12, "feet"), + weight: math.unit(9000, "lb"), + name: "Front", + image: { + source: "./media/characters/lokuto-takama/front.svg", + extra: 1774/1632, + bottom: 147/1921 + }, + extraAttributes: { + "bustWidth": { + name: "Bust Width", + power: 1, + type: "length", + base: math.unit(2.4, "meters") + }, + "breastWeight": { + name: "Breast Weight", + power: 3, + type: "mass", + base: math.unit(1000, "kg") + }, + } + }, + }, + [ + { + name: "Normal", + height: math.unit(16 + 8/12, "feet"), + default: true + }, + ] +)) + //characters function makeCharacters() {