diff --git a/media/attribution.js b/media/attribution.js index 5eeaaeb9..6e06d3a4 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -20145,6 +20145,18 @@ const attributionData = { "myriad" ] }, + { + prefix: "./media/characters/argoc/", + files: [ + { name: "front.svg", source: "https://twitter.com/LemonyBeagle/status/1320368497998716930" } + ], + authors: [ + "lemonybeagle" + ], + owners: [ + "myriad" + ] + }, //characters { prefix: "./media/fiction/halo/halo/", @@ -28107,6 +28119,10 @@ const attributionData = { "name": "Lockheed Martini", "url": "https://www.furaffinity.net/user/lockheedmartini" }, + "lemonybeagle": { + "name": "LemonyBeagle", + "url": "https://twitter.com/LemonyBeagle/" + }, } } diff --git a/media/characters/argoc/front.svg b/media/characters/argoc/front.svg new file mode 100644 index 00000000..634cf797 --- /dev/null +++ b/media/characters/argoc/front.svg @@ -0,0 +1,1422 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index 307888f2..ff8a9185 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -2097,6 +2097,14 @@ const speciesData = { name: "Coelacanth", parents: ["fish"] }, + "silvally": { + name: "Silvally", + parents: ["legendary-pokemon"] + }, + "legendary-pokemon": { + name: "Legendary Pokemon", + parents: ["pokemon"] + }, } //species @@ -55417,6 +55425,28 @@ characterMakers.push(() => makeCharacter( ] )) +characterMakers.push(() => makeCharacter( + { name: "Argoc", species: ["silvally"], tags: ["taur"] }, + { + front: { + height: math.unit(2.8, "meters"), + name: "Front", + image: { + source: "./media/characters/argoc/front.svg", + extra: 731/518, + bottom: 84/815 + } + }, + }, + [ + { + name: "Normal", + height: math.unit(3, "meters"), + default: true + }, + ] +)) + //characters function makeCharacters() {