| @@ -14880,6 +14880,18 @@ const attributionData = { | |||||
| "cat-tastroph" | "cat-tastroph" | ||||
| ] | ] | ||||
| }, | }, | ||||
| { | |||||
| prefix: "./media/characters/deam-nitrel/", | |||||
| files: [ | |||||
| { name: "front.svg", source: "https://www.furaffinity.net/view/22468897/" } | |||||
| ], | |||||
| authors: [ | |||||
| "vallhund" | |||||
| ], | |||||
| owners: [ | |||||
| "deamnitrel" | |||||
| ] | |||||
| }, | |||||
| //characters | //characters | ||||
| { | { | ||||
| prefix: "./media/dildos/chance/", | prefix: "./media/dildos/chance/", | ||||
| @@ -20371,6 +20383,10 @@ const attributionData = { | |||||
| "name": "Cat_Tastroph", | "name": "Cat_Tastroph", | ||||
| "url": "https://twitter.com/Cat_tastroph" | "url": "https://twitter.com/Cat_tastroph" | ||||
| }, | }, | ||||
| "deamnitrel": { | |||||
| "name": "DeamNitrel", | |||||
| "url": "https://twitter.com/DeamNitrel" | |||||
| }, | |||||
| } | } | ||||
| } | } | ||||
| @@ -39371,6 +39371,29 @@ characterMakers.push(() => makeCharacter( | |||||
| ] | ] | ||||
| )) | )) | ||||
| characterMakers.push(() => makeCharacter( | |||||
| { name: "Deam Nitrel", species: ["wolf"], tags: ["anthro"] }, | |||||
| { | |||||
| front: { | |||||
| height: math.unit(8 + 2/12, "feet"), | |||||
| weight: math.unit(600, "lb"), | |||||
| name: "Front", | |||||
| image: { | |||||
| source: "./media/characters/deam-nitrel/front.svg", | |||||
| extra: 1308/1234, | |||||
| bottom: 125/1433 | |||||
| } | |||||
| }, | |||||
| }, | |||||
| [ | |||||
| { | |||||
| name: "Normal", | |||||
| height: math.unit(8 + 2/12, "feet"), | |||||
| default: true | |||||
| }, | |||||
| ] | |||||
| )) | |||||
| //characters | //characters | ||||
| function makeCharacters() { | function makeCharacters() { | ||||