diff --git a/media/attribution.js b/media/attribution.js index 576b71e7..d2f5fb30 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -12299,6 +12299,18 @@ const attributionData = { "lobo-branco" ] }, + { + prefix: "./media/characters/zeel/", + files: [ + { name: "front.svg", source: null } + ], + authors: [ + "eagleclaw6089" + ], + owners: [ + "nipa101" + ] + }, //characters { prefix: "./media/dildos/chance/", diff --git a/media/characters/zeel/front.svg b/media/characters/zeel/front.svg new file mode 100644 index 00000000..84ea96da --- /dev/null +++ b/media/characters/zeel/front.svg @@ -0,0 +1,835 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index e0509d45..5a1f7f67 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -1422,6 +1422,10 @@ const speciesData = { name: "Umbreon", parents: ["eeveelution"] }, + "slime-dragon": { + name: "Slime Dragon", + parents: ["dragon"] + }, } //species @@ -31715,6 +31719,31 @@ characterMakers.push(() => makeCharacter( ] )) + + +characterMakers.push(() => makeCharacter( + { name: "Zeel", species: ["kobold", "raptor"], tags: ["anthro"] }, + { + front: { + height: math.unit(30, "meters"), + weight: math.unit(400, "tons"), + name: "Front", + image: { + source: "./media/characters/zeel/front.svg", + extra: 2599/2599, + bottom: 226/2825 + } + }, + }, + [ + { + name: "Macro", + height: math.unit(30, "meters"), + default: true + }, + ] +)) + //characters function makeCharacters() {