| @@ -15863,6 +15863,18 @@ const attributionData = { | |||||
| "jpenguini" | "jpenguini" | ||||
| ] | ] | ||||
| }, | }, | ||||
| { | |||||
| prefix: "./media/characters/dechroma/", | |||||
| files: [ | |||||
| { name: "front.svg", source: "https://www.furaffinity.net/view/31875373" } | |||||
| ], | |||||
| authors: [ | |||||
| "stupidshepherd" | |||||
| ], | |||||
| owners: [ | |||||
| "ichiinu" | |||||
| ] | |||||
| }, | |||||
| //characters | //characters | ||||
| { | { | ||||
| prefix: "./media/dildos/chance/", | prefix: "./media/dildos/chance/", | ||||
| @@ -21878,6 +21890,10 @@ const attributionData = { | |||||
| "name": "Bento Box", | "name": "Bento Box", | ||||
| "url": "https://twitter.com/BentoBox_Art/" | "url": "https://twitter.com/BentoBox_Art/" | ||||
| }, | }, | ||||
| "stupidshepherd": { | |||||
| "name": "StupidShepherd", | |||||
| "url": "https://www.furaffinity.net/user/stupidshepherd" | |||||
| }, | |||||
| } | } | ||||
| } | } | ||||
| @@ -41630,6 +41630,29 @@ characterMakers.push(() => makeCharacter( | |||||
| ] | ] | ||||
| )) | )) | ||||
| characterMakers.push(() => makeCharacter( | |||||
| { name: "Dechroma", species: ["dragon", "plant"], tags: ["anthro"] }, | |||||
| { | |||||
| front: { | |||||
| height: math.unit(1.7, "feet"), | |||||
| weight: math.unit(50, "lb"), | |||||
| name: "Front", | |||||
| image: { | |||||
| source: "./media/characters/dechroma/front.svg", | |||||
| extra: 1095/859, | |||||
| bottom: 64/1159 | |||||
| } | |||||
| }, | |||||
| }, | |||||
| [ | |||||
| { | |||||
| name: "Normal", | |||||
| height: math.unit(1.7, "feet"), | |||||
| default: true | |||||
| }, | |||||
| ] | |||||
| )) | |||||
| //characters | //characters | ||||
| function makeCharacters() { | function makeCharacters() { | ||||