diff --git a/media/attribution.js b/media/attribution.js index 3481191a..981e3cce 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -9135,6 +9135,18 @@ const attributionData = { "giant-wolf-sheila" ] }, + { + prefix: "./media/characters/almor/", + files: [ + { name: "front.svg", source: "https://www.furaffinity.net/view/29226273/" } + ], + authors: [ + "stonerabbit" + ], + owners: [ + "stonerabbit" + ] + }, //characters { prefix: "./media/fiction/halo/halo/", @@ -10285,10 +10297,6 @@ const attributionData = { "name": "Tyrnn", "url": "https://www.furaffinity.net/user/tyrnn/" }, - "stonerabbit": { - "name": "stonerabbit", - "url": "https://www.furaffinity.net/user/stonerabbit" - }, "voondahbayosh": { "name": "voondahbayosh", "url": "https://www.furaffinity.net/user/voondahbayosh" diff --git a/media/characters/almor/front.svg b/media/characters/almor/front.svg new file mode 100644 index 00000000..35343cf5 --- /dev/null +++ b/media/characters/almor/front.svg @@ -0,0 +1,1183 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index 5176957f..3c8ba184 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -20895,6 +20895,29 @@ characterMakers.push(() => makeCharacter( ] )) +characterMakers.push(() => makeCharacter( + { name: "Almor", species: "Dragon" }, + { + front: { + height: math.unit(32, "meters"), + weight: math.unit(300000, "kg"), + name: "Front", + image: { + source: "./media/characters/almor/front.svg", + extra: 1408/1322, + bottom: 94.6/1506.5 + } + }, + }, + [ + { + name: "Macro", + height: math.unit(32, "meters"), + default: true + }, + ] +)) + //characters function makeCharacters() {