diff --git a/media/attribution.js b/media/attribution.js index 12bbb374..0d6e65f6 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -17741,6 +17741,19 @@ const attributionData = { "alphaschakal" ] }, + { + prefix: "./media/characters/ecobyss/", + files: [ + { name: "front.svg", source: null }, + { name: "back.svg", source: null }, + ], + authors: [ + "faas" + ], + owners: [ + "faas" + ] + }, //characters { prefix: "./media/dildos/chance/", @@ -24552,6 +24565,10 @@ const attributionData = { "name": "Alphaschakal", "url": "https://www.furaffinity.net/user/alphaschakal/" }, + "faas": { + "name": "FAAS", + "url": "https://www.furaffinity.net/user/faas/" + }, } } diff --git a/media/characters/ecobyss/back.svg b/media/characters/ecobyss/back.svg new file mode 100644 index 00000000..38f80d4a --- /dev/null +++ b/media/characters/ecobyss/back.svg @@ -0,0 +1,1561 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/media/characters/ecobyss/front.svg b/media/characters/ecobyss/front.svg new file mode 100644 index 00000000..c5ff384f --- /dev/null +++ b/media/characters/ecobyss/front.svg @@ -0,0 +1,1969 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index ab98ce4d..29b08a6b 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -29722,7 +29722,9 @@ characterMakers.push(() => makeCharacter( source: "./media/characters/cat/front.svg", extra: 1449/1295, bottom: 34/1483 - } + }, + form: "cat", + default: true }, back: { height: math.unit(5 + 6 / 12, "feet"), @@ -29731,7 +29733,8 @@ characterMakers.push(() => makeCharacter( source: "./media/characters/cat/back.svg", extra: 1466/1301, bottom: 19/1485 - } + }, + form: "cat" }, taur: { height: math.unit(7, "feet"), @@ -29740,7 +29743,9 @@ characterMakers.push(() => makeCharacter( source: "./media/characters/cat/taur.svg", extra: 1389/1233, bottom: 83/1472 - } + }, + form: "taur", + default: true }, lucarioFront: { height: math.unit(4, "feet"), @@ -29749,7 +29754,9 @@ characterMakers.push(() => makeCharacter( source: "./media/characters/cat/lucario-front.svg", extra: 1149/1019, bottom: 84/1233 - } + }, + form: "lucario", + default: true }, lucarioBack: { height: math.unit(4, "feet"), @@ -29758,7 +29765,8 @@ characterMakers.push(() => makeCharacter( source: "./media/characters/cat/lucario-back.svg", extra: 1190/1059, bottom: 33/1223 - } + }, + form: "lucario" }, megaLucario: { height: math.unit(4, "feet"), @@ -29767,7 +29775,8 @@ characterMakers.push(() => makeCharacter( source: "./media/characters/cat/mega-lucario.svg", extra: 1515 / 1319, bottom: 63 / 1578 - } + }, + form: "lucario" }, nickit: { height: math.unit(2, "feet"), @@ -29776,7 +29785,9 @@ characterMakers.push(() => makeCharacter( source: "./media/characters/cat/nickit.svg", extra: 1980 / 1585, bottom: 102 / 2082 - } + }, + form: "nickit", + default: true }, lopunnyFront: { height: math.unit(5, "feet"), @@ -29785,7 +29796,9 @@ characterMakers.push(() => makeCharacter( source: "./media/characters/cat/lopunny-front.svg", extra: 1782 / 1469, bottom: 38 / 1820 - } + }, + form: "lopunny", + default: true }, lopunnyBack: { height: math.unit(5, "feet"), @@ -29794,7 +29807,8 @@ characterMakers.push(() => makeCharacter( source: "./media/characters/cat/lopunny-back.svg", extra: 1660 / 1490, bottom: 25 / 1685 - } + }, + form: "lopunny" }, }, [ @@ -47272,6 +47286,37 @@ characterMakers.push(() => makeCharacter( ] )) +characterMakers.push(() => makeCharacter( + { name: "EcoByss", species: ["goat", "deity", "demon"], tags: ["anthro"] }, + { + front: { + height: math.unit(72, "earths"), + name: "Front", + image: { + source: "./media/characters/ecobyss/front.svg", + extra: 1282/1215, + bottom: 11/1293 + } + }, + back: { + height: math.unit(72, "earths"), + name: "Back", + image: { + source: "./media/characters/ecobyss/back.svg", + extra: 1291/1222, + bottom: 8/1299 + } + }, + }, + [ + { + name: "Normal", + height: math.unit(72, "earths"), + default: true + }, + ] +)) + //characters function makeCharacters() {