diff --git a/media/attribution.js b/media/attribution.js index 461e194b..222aa68f 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -6604,7 +6604,7 @@ const attributionData = { "kuppy" ], owners: [ - "dalken" + "cafat" ] }, { @@ -6619,7 +6619,7 @@ const attributionData = { "lezified" ], owners: [ - "dalken" + "cafat" ] }, { @@ -6643,7 +6643,7 @@ const attributionData = { "lezified" ], owners: [ - "dalken" + "cafat" ] }, { @@ -7132,7 +7132,7 @@ const attributionData = { "rouncible" ], owners: [ - "dalken" + "cafat" ] }, { @@ -7518,7 +7518,7 @@ const attributionData = { "lezified" ], owners: [ - "dalken" + "cafat" ] }, { @@ -19010,6 +19010,18 @@ const attributionData = { "tl-glacia" ] }, + { + prefix: "./media/characters/giri/", + files: [ + { name: "front.svg", source: null } + ], + authors: [ + "lezified" + ], + owners: [ + "cafat" + ] + }, //characters { prefix: "./media/fiction/halo/halo/", @@ -21929,8 +21941,8 @@ const attributionData = { "name": "Kuppy", "url": "https://www.furaffinity.net/user/kuppy/", }, - "dalken": { - "name": "Dalken", + "cafat": { + "name": "Cafat", "url": "https://www.furaffinity.net/user/dalken/", }, "virgo113": { diff --git a/media/characters/giri/front.svg b/media/characters/giri/front.svg new file mode 100644 index 00000000..437a835f --- /dev/null +++ b/media/characters/giri/front.svg @@ -0,0 +1,2204 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index af38a010..2bd33291 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -51630,6 +51630,28 @@ characterMakers.push(() => makeCharacter( ] )) +characterMakers.push(() => makeCharacter( + { name: "Giri", species: ["giraffe"], tags: ["anthro"] }, + { + front: { + height: math.unit(4, "meters"), + name: "Front", + image: { + source: "./media/characters/giri/front.svg", + extra: 966/894, + bottom: 21/987 + } + }, + }, + [ + { + name: "Normal", + height: math.unit(4, "meters"), + default: true + }, + ] +)) + //characters function makeCharacters() {