| @@ -16067,6 +16067,18 @@ const attributionData = { | |||||
| "bigblueghost" | "bigblueghost" | ||||
| ] | ] | ||||
| }, | }, | ||||
| { | |||||
| prefix: "./media/characters/luca/", | |||||
| files: [ | |||||
| { name: "front.svg", source: "https://www.furaffinity.net/view/40455332/" } | |||||
| ], | |||||
| authors: [ | |||||
| "zecon19" | |||||
| ], | |||||
| owners: [ | |||||
| "duk3assassin" | |||||
| ] | |||||
| }, | |||||
| //characters | //characters | ||||
| { | { | ||||
| prefix: "./media/dildos/chance/", | prefix: "./media/dildos/chance/", | ||||
| @@ -22142,6 +22154,10 @@ const attributionData = { | |||||
| "name": "bigblueghost", | "name": "bigblueghost", | ||||
| "url": "https://www.furaffinity.net/user/bigblueghost/" | "url": "https://www.furaffinity.net/user/bigblueghost/" | ||||
| }, | }, | ||||
| "zecon19": { | |||||
| "name": "zecon19", | |||||
| "url": "https://www.furaffinity.net/user/zecon19" | |||||
| }, | |||||
| } | } | ||||
| } | } | ||||
| @@ -42188,6 +42188,29 @@ characterMakers.push(() => makeCharacter( | |||||
| ] | ] | ||||
| )) | )) | ||||
| characterMakers.push(() => makeCharacter( | |||||
| { name: "Luca", species: ["zoroark", "lucario"], tags: ["anthro"] }, | |||||
| { | |||||
| front: { | |||||
| height: math.unit(6, "feet"), | |||||
| weight: math.unit(168, "lb"), | |||||
| name: "Front", | |||||
| image: { | |||||
| source: "./media/characters/luca/front.svg", | |||||
| extra: 841/667, | |||||
| bottom: 102/943 | |||||
| } | |||||
| }, | |||||
| }, | |||||
| [ | |||||
| { | |||||
| name: "Normal", | |||||
| height: math.unit(6, "feet"), | |||||
| default: true | |||||
| }, | |||||
| ] | |||||
| )) | |||||
| //characters | //characters | ||||
| function makeCharacters() { | function makeCharacters() { | ||||