diff --git a/media/attribution.js b/media/attribution.js index d389882e..0b0c37ba 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -21778,6 +21778,18 @@ const attributionData = { "braxia" ] }, + { + prefix: "./media/characters/terigaia/", + files: [ + { name: "front.svg", source: "https://www.furaffinity.net/view/33475807/", nsfw: true } + ], + authors: [ + "braxia" + ], + owners: [ + "braxia" + ] + }, //characters { prefix: "./media/fiction/halo/halo/", diff --git a/media/characters/terigaia/front.svg b/media/characters/terigaia/front.svg new file mode 100644 index 00000000..da5945d5 --- /dev/null +++ b/media/characters/terigaia/front.svg @@ -0,0 +1,1993 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index 2a2f6b36..4448166f 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -2313,6 +2313,10 @@ const speciesData = { name: "Vespiquen", parents: ["pokemon", "bee"] }, + "gaelterranian": { + name: "Gaelterranian", + parents: ["alien"] + }, } //species @@ -62429,6 +62433,28 @@ characterMakers.push(() => makeCharacter( ] )) +characterMakers.push(() => makeCharacter( + { name: "Terigaia", species: ["gaelterranian"], tags: ["anthro"] }, + { + front: { + height: math.unit(3500, "solarradii"), + name: "Front", + image: { + source: "./media/characters/terigaia/front.svg", + extra: 1531/1451, + bottom: 98/1629 + } + }, + }, + [ + { + name: "Normal", + height: math.unit(3500, "solarradii"), + default: true + }, + ] +)) + //characters function makeCharacters() {