diff --git a/media/attribution.js b/media/attribution.js index 9f4724db..959913d5 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -16233,6 +16233,18 @@ const attributionData = { "zanzia" ] }, + { + prefix: "./media/characters/inari/", + files: [ + { name: "front.svg", source: "https://www.furaffinity.net/view/33531482/" } + ], + authors: [ + "ecotyne" + ], + owners: [ + "devsoftpaw" + ] + }, //characters { prefix: "./media/dildos/chance/", @@ -22372,6 +22384,10 @@ const attributionData = { "name": "Zanzia", "url": "https://www.furaffinity.net/user/zanzia" }, + "ecotyne": { + "name": "Ecotyne", + "url": "https://www.furaffinity.net/user/garruuk" + }, } } diff --git a/media/characters/inari/front.svg b/media/characters/inari/front.svg new file mode 100644 index 00000000..53f50954 --- /dev/null +++ b/media/characters/inari/front.svg @@ -0,0 +1,1003 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index 8bcf9a63..5b4c120e 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -42568,6 +42568,29 @@ characterMakers.push(() => makeCharacter( ] )) +characterMakers.push(() => makeCharacter( + { name: "Inari", species: ["eevee"], tags: ["feral"] }, + { + front: { + height: math.unit(59, "feet"), + weight: math.unit(40000, "lb"), + name: "Front", + image: { + source: "./media/characters/inari/front.svg", + extra: 1884/1350, + bottom: 95/1979 + } + }, + }, + [ + { + name: "Gigantamax", + height: math.unit(59, "feet"), + default: true + }, + ] +)) + //characters function makeCharacters() {