diff --git a/media/attribution.js b/media/attribution.js index 26b15722..e007caf4 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -14479,6 +14479,18 @@ const attributionData = { "foxdemonmukiro" ] }, + { + prefix: "./media/characters/zeph-the-tiger-god/", + files: [ + { name: "front.svg", source: null } + ], + authors: [ + "moshi-the-bobcat" + ], + owners: [ + "zeph" + ] + }, //characters { prefix: "./media/dildos/chance/", @@ -19878,6 +19890,10 @@ const attributionData = { "name": "FoxDemonMukiro", "url": "https://www.furaffinity.net/user/foxdemonmukiro/" }, + "zeph": { + "name": "Zeph", + "url": null + }, } } diff --git a/media/characters/zeph-the-tiger-god/front.svg b/media/characters/zeph-the-tiger-god/front.svg new file mode 100644 index 00000000..001d1dbf --- /dev/null +++ b/media/characters/zeph-the-tiger-god/front.svg @@ -0,0 +1,464 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index cf994407..a5b4c9e5 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -37905,6 +37905,44 @@ characterMakers.push(() => makeCharacter( ] )) +characterMakers.push(() => makeCharacter( + { name: "Zeph the Tiger God", species: ["deity"], tags: ["anthro"] }, + { + front: { + height: math.unit(12 + 4/12, "feet"), + name: "Front", + image: { + source: "./media/characters/zeph-the-tiger-god/front.svg", + extra: 1346/1311, + bottom: 65/1411 + } + }, + }, + [ + { + name: "Base", + height: math.unit(12 + 4/12, "feet"), + default: true + }, + { + name: "Macro", + height: math.unit(150, "feet") + }, + { + name: "Mega", + height: math.unit(2, "miles") + }, + { + name: "Demi God", + height: math.unit(4, "AU") + }, + { + name: "God Size", + height: math.unit(1, "universe") + }, + ] +)) + //characters function makeCharacters() {