diff --git a/media/attribution.js b/media/attribution.js index 59579a47..e8bb8c39 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -8820,6 +8820,18 @@ const attributionData = { "ich" ] }, + { + prefix: "./media/characters/icowom-lee/", + files: [ + { name: "front.svg", source: "https://www.furaffinity.net/view/20472356/" } + ], + authors: [ + "thetiedtigress" + ], + owners: [ + "stokeman" + ] + }, //characters { prefix: "./media/fiction/halo/halo/", @@ -12185,6 +12197,14 @@ const attributionData = { "name": "Draganta", "url": "https://twitter.com/DragantaStar", }, + "stokeman": { + "name": "Stokeman", + "url": "https://www.furaffinity.net/user/stokeman/", + }, + "thetiedtigress": { + "name": "TheTiedTigress", + "url": "https://www.furaffinity.net/user/thetiedtigress", + }, } } diff --git a/media/characters/icowom-lee/front.svg b/media/characters/icowom-lee/front.svg new file mode 100644 index 00000000..cf2a4fb3 --- /dev/null +++ b/media/characters/icowom-lee/front.svg @@ -0,0 +1,1011 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index d09945b2..4565030f 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -19881,6 +19881,33 @@ characterMakers.push(() => makeCharacter( ] )) +characterMakers.push(() => makeCharacter( + { name: "Icowom Lee" }, + { + front: { + height: math.unit(2.3, "m"), + weight: math.unit(304, "kg"), + name: "Front", + image: { + source: "./media/characters/icowom-lee/front.svg", + extra: 3076/2933, + bottom: 51.4/3125.1889 + } + }, + }, + [ + { + name: "Normal", + height: math.unit(2.3, "meters") + }, + { + name: "Macro", + height: math.unit(94, "meters"), + default: true + }, + ] +)) + //characters function makeCharacters() {