| @@ -16233,6 +16233,18 @@ const attributionData = { | |||||
| "zanzia" | "zanzia" | ||||
| ] | ] | ||||
| }, | }, | ||||
| { | |||||
| prefix: "./media/characters/inari/", | |||||
| files: [ | |||||
| { name: "front.svg", source: "https://www.furaffinity.net/view/33531482/" } | |||||
| ], | |||||
| authors: [ | |||||
| "ecotyne" | |||||
| ], | |||||
| owners: [ | |||||
| "devsoftpaw" | |||||
| ] | |||||
| }, | |||||
| //characters | //characters | ||||
| { | { | ||||
| prefix: "./media/dildos/chance/", | prefix: "./media/dildos/chance/", | ||||
| @@ -22372,6 +22384,10 @@ const attributionData = { | |||||
| "name": "Zanzia", | "name": "Zanzia", | ||||
| "url": "https://www.furaffinity.net/user/zanzia" | "url": "https://www.furaffinity.net/user/zanzia" | ||||
| }, | }, | ||||
| "ecotyne": { | |||||
| "name": "Ecotyne", | |||||
| "url": "https://www.furaffinity.net/user/garruuk" | |||||
| }, | |||||
| } | } | ||||
| } | } | ||||
| @@ -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 | //characters | ||||
| function makeCharacters() { | function makeCharacters() { | ||||