diff --git a/media/attribution.js b/media/attribution.js index e5fb0920..461e194b 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -18998,6 +18998,18 @@ const attributionData = { "myriad" ] }, + { + prefix: "./media/characters/glacia/", + files: [ + { name: "front.svg", source: "https://www.furaffinity.net/view/44604076/" } + ], + authors: [ + "stopslackinge" + ], + owners: [ + "tl-glacia" + ] + }, //characters { prefix: "./media/fiction/halo/halo/", @@ -26173,6 +26185,14 @@ const attributionData = { "name": "cinnasaur", "url": "https://www.furaffinity.net/user/cinnasaur/" }, + "stopslackinge": { + "name": "StopSlacking E", + "url": null + }, + "tl-glacia": { + "name": "Tl Glacier", + "url": "https://twitter.com/Tl_Glacia" + }, } } diff --git a/media/characters/glacia/front.svg b/media/characters/glacia/front.svg new file mode 100644 index 00000000..2d2a8dd5 --- /dev/null +++ b/media/characters/glacia/front.svg @@ -0,0 +1,1381 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index 0cd07f49..af38a010 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -1984,6 +1984,10 @@ const speciesData = { name: "Javira Dragon", parents: ["dragon"] }, + "koopew": { + name: "Koopew", + parents: ["dragon", "alien"] + }, } //species @@ -51603,6 +51607,29 @@ characterMakers.push(() => makeCharacter( ] )) +characterMakers.push(() => makeCharacter( + { name: "Glacia", species: ["koopew"], tags: ["anthro"] }, + { + front: { + height: math.unit(6, "feet"), + weight: math.unit(210, "lb"), + name: "Front", + image: { + source: "./media/characters/glacia/front.svg", + extra: 958/901, + bottom: 45/1003 + } + }, + }, + [ + { + name: "Macro", + height: math.unit(1000, "meters"), + default: true + }, + ] +)) + //characters function makeCharacters() {