diff --git a/media/attribution.js b/media/attribution.js index ffa39b82..ce6c0530 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -18687,6 +18687,18 @@ const attributionData = { "plat" ] }, + { + prefix: "./media/characters/ilumina/", + files: [ + { name: "front.svg", source: "https://itaku.ee/images/7519" } + ], + authors: [ + "plat" + ], + owners: [ + "plat" + ] + }, //characters { prefix: "./media/fiction/halo/halo/", diff --git a/media/characters/ilumina/front.svg b/media/characters/ilumina/front.svg new file mode 100644 index 00000000..ffc3c2ba --- /dev/null +++ b/media/characters/ilumina/front.svg @@ -0,0 +1,532 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index 1fdac403..6d916593 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -1942,6 +1942,14 @@ const speciesData = { name: "Red-Winged Blackbird", parents: ["avian"] }, + "hooded-wheater": { + name: "Hooded Wheater", + parents: ["passerine"] + }, + "passerine": { + name: "Passerine", + parents: ["avian"] + }, } //species @@ -50540,6 +50548,29 @@ characterMakers.push(() => makeCharacter( ] )) +characterMakers.push(() => makeCharacter( + { name: "Ilumina", species: ["hooded-wheater"], tags: ["anthro"] }, + { + front: { + height: math.unit(11 + 9/12, "feet"), + weight: math.unit(2500, "lb"), + name: "Front", + image: { + source: "./media/characters/ilumina/front.svg", + extra: 2248/2209, + bottom: 164/2412 + } + }, + }, + [ + { + name: "Normal", + height: math.unit(11 + 9/12, "feet"), + default: true + }, + ] +)) + //characters function makeCharacters() {