diff --git a/media/attribution.js b/media/attribution.js index 9d6c1f18..0f1aecef 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -21650,6 +21650,18 @@ const attributionData = { "proximiter" ] }, + { + prefix: "./media/characters/crocozilla/", + files: [ + { name: "front.svg", source: "https://twitter.com/CrocoziIIa/status/1501174503115735043" } + ], + authors: [ + "gin9822" + ], + owners: [ + "crocozilla" + ] + }, //characters { prefix: "./media/fiction/halo/halo/", @@ -30036,6 +30048,14 @@ const attributionData = { "name": "Soraime-The-Questionable", "url": "https://www.furaffinity.net/user/soraime-the-questionable" }, + "gin9822": { + "name": "Gin98", + "url": "https://twitter.com/Gin9822" + }, + "crocozilla": { + "name": "Crocozilla", + "url": "https://twitter.com/CrocoziIIa" + }, } } diff --git a/media/characters/crocozilla/front.svg b/media/characters/crocozilla/front.svg new file mode 100644 index 00000000..75e934f6 --- /dev/null +++ b/media/characters/crocozilla/front.svg @@ -0,0 +1,1829 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index 95e51eff..4f88def0 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -2462,6 +2462,7 @@ characterMakers.push(() => makeCharacter( full: { height: math.unit(1.85, "meter"), weight: math.unit(3200, "lb"), + preyCapacity: math.unit(3, "people"), name: "Full", image: { source: "./media/characters/fen/full.svg", @@ -61922,6 +61923,28 @@ characterMakers.push(() => makeCharacter( ] )) +characterMakers.push(() => makeCharacter( + { name: "Crocozilla", species: ["crocodile"], tags: ["anthro"] }, + { + front: { + height: math.unit(4, "meters"), + name: "Front", + image: { + source: "./media/characters/crocozilla/front.svg", + extra: 1790/1742, + bottom: 78/1868 + } + }, + }, + [ + { + name: "Normal", + height: math.unit(4, "meters"), + default: true + }, + ] +)) + //characters function makeCharacters() {