diff --git a/media/attribution.js b/media/attribution.js index 613f5add..40d2a259 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -19879,6 +19879,18 @@ const attributionData = { "themagicalpango" ] }, + { + prefix: "./media/characters/ie/", + files: [ + { name: "front.svg", source: "https://www.furaffinity.net/view/31861767/" } + ], + authors: [ + "bigjazz" + ], + owners: [ + "leon962" + ] + }, //characters { prefix: "./media/fiction/halo/halo/", @@ -27693,6 +27705,14 @@ const attributionData = { "name": "TheMagicalPango", "url": "https://twitter.com/TheMagicalPango/" }, + "leon962": { + "name": "Leon962", + "url": "https://www.furaffinity.net/user/leon962/" + }, + "bigjazz": { + "name": "BigJazz", + "url": "https://www.furaffinity.net/user/bigjazz" + }, } } diff --git a/media/characters/ie/front.svg b/media/characters/ie/front.svg new file mode 100644 index 00000000..0512f9fe --- /dev/null +++ b/media/characters/ie/front.svg @@ -0,0 +1,1082 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index 36c24689..6a0a8432 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -54470,6 +54470,29 @@ characterMakers.push(() => makeCharacter( ] )) +characterMakers.push(() => makeCharacter( + { name: "Ie", species: ["teshari"], tags: ["anthro"] }, + { + front: { + height: math.unit(4 + 1/12, "feet"), + weight: math.unit(92, "lb"), + name: "Front", + image: { + source: "./media/characters/ie/front.svg", + extra: 1585/1352, + bottom: 91/1676 + } + }, + }, + [ + { + name: "Normal", + height: math.unit(4 + 1/12, "feet"), + default: true + }, + ] +)) + //characters function makeCharacters() {