From 17c04f4468427b20bc0786e6c7124ad669546874 Mon Sep 17 00:00:00 2001 From: Fen Dweller Date: Mon, 10 Jan 2022 15:27:43 -0600 Subject: [PATCH] Add Xazzon --- media/attribution.js | 17 ++ media/characters/xazzon/back.svg | 316 ++++++++++++++++++++++ media/characters/xazzon/front.svg | 434 ++++++++++++++++++++++++++++++ presets/characters.js | 35 +++ 4 files changed, 802 insertions(+) create mode 100644 media/characters/xazzon/back.svg create mode 100644 media/characters/xazzon/front.svg diff --git a/media/attribution.js b/media/attribution.js index 8155a8ef..63dbfaaa 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -19928,6 +19928,19 @@ const attributionData = { "kuipaws" ] }, + { + prefix: "./media/characters/xazzon/", + files: [ + { name: "front.svg", source: "https://twitter.com/xazzonozzax/status/1472228742537875464/" }, + { name: "back.svg", source: "https://twitter.com/xazzonozzax/status/1472228742537875464/" }, + ], + authors: [ + "cattinypaws" + ], + owners: [ + "xazzon" + ] + }, //characters { prefix: "./media/fiction/halo/halo/", @@ -27785,6 +27798,10 @@ const attributionData = { "name": "Fosbat", "url": "https://twitter.com/fosbat" }, + "xazzon": { + "name": "xazzon", + "url": "https://twitter.com/xazzonozzax/" + }, } } diff --git a/media/characters/xazzon/back.svg b/media/characters/xazzon/back.svg new file mode 100644 index 00000000..d99c6340 --- /dev/null +++ b/media/characters/xazzon/back.svg @@ -0,0 +1,316 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/media/characters/xazzon/front.svg b/media/characters/xazzon/front.svg new file mode 100644 index 00000000..7e0068c4 --- /dev/null +++ b/media/characters/xazzon/front.svg @@ -0,0 +1,434 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index b0af9941..2c83ee20 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -2077,6 +2077,10 @@ const speciesData = { name: "Sable", parents: ["marten"] }, + "deino": { + name: "Deino", + parents: ["pokemon", "dinosaur"] + }, } //species @@ -54619,6 +54623,37 @@ characterMakers.push(() => makeCharacter( ] )) +characterMakers.push(() => makeCharacter( + { name: "Xazzon", species: ["deino"], tags: ["anthro"] }, + { + front: { + height: math.unit(2 + 2/3, "feet"), + name: "Front", + image: { + source: "./media/characters/xazzon/front.svg", + extra: 1109/984, + bottom: 42/1151 + } + }, + back: { + height: math.unit(2 + 2/3, "feet"), + name: "Back", + image: { + source: "./media/characters/xazzon/back.svg", + extra: 1095/971, + bottom: 23/1118 + } + }, + }, + [ + { + name: "Normal", + height: math.unit(2 + 2/3, "feet"), + default: true + }, + ] +)) + //characters function makeCharacters() {