diff --git a/media/attribution.js b/media/attribution.js index 2e6523a1..57051c1d 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -17322,6 +17322,30 @@ const attributionData = { "hellmaker94" ] }, + { + prefix: "./media/characters/euchidat/", + files: [ + { name: "standing.svg", source: null } + ], + authors: [ + "cozygh0st" + ], + owners: [ + "quakeroc" + ] + }, + { + prefix: "./media/characters/euchidat/", + files: [ + { name: "leaning.svg", source: "https://twitter.com/QuakeRoc/status/1425984935613980675" } + ], + authors: [ + "cathodegaytube" + ], + owners: [ + "quakeroc" + ] + }, //characters { prefix: "./media/dildos/chance/", @@ -23923,6 +23947,10 @@ const attributionData = { "name": "batnaps", "url": "https://twitter.com/batnaps" }, + "cathodegaytube": { + "name": "cathodegaytube", + "url": "https://twitter.com/cathodegaytube" + }, } } diff --git a/media/characters/euchidat/leaning.svg b/media/characters/euchidat/leaning.svg new file mode 100644 index 00000000..8a8ebc15 --- /dev/null +++ b/media/characters/euchidat/leaning.svg @@ -0,0 +1,403 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/media/characters/euchidat/standing.svg b/media/characters/euchidat/standing.svg new file mode 100644 index 00000000..8b4542f1 --- /dev/null +++ b/media/characters/euchidat/standing.svg @@ -0,0 +1,418 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index 77a3b62d..06f64e97 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -45768,6 +45768,45 @@ characterMakers.push(() => makeCharacter( ] )) +characterMakers.push(() => makeCharacter( + { name: "Euchidat", species: ["opossum"], tags: ["anthro"] }, + { + standing: { + height: math.unit(6, "feet"), + name: "Standing", + image: { + source: "./media/characters/euchidat/standing.svg", + extra: 1612/1553, + bottom: 116/1728 + } + }, + leaning: { + height: math.unit(6, "feet"), + name: "Leaning", + image: { + source: "./media/characters/euchidat/leaning.svg", + extra: 1719/1674, + bottom: 27/1746 + } + }, + }, + [ + { + name: "Normal", + height: math.unit(175, "feet"), + default: true + }, + { + name: "Megamacro", + height: math.unit(190, "miles") + }, + { + name: "Gigamacro", + height: math.unit(190000, "miles") + }, + ] +)) + //characters function makeCharacters() {