| @@ -18322,6 +18322,18 @@ const attributionData = { | |||||
| "llavalamp8" | "llavalamp8" | ||||
| ] | ] | ||||
| }, | }, | ||||
| { | |||||
| prefix: "./media/characters/mr-graves/", | |||||
| files: [ | |||||
| { name: "front.svg", source: "https://twitter.com/fortlucenne/status/1413219707008819201" } | |||||
| ], | |||||
| authors: [ | |||||
| "thebluebear27" | |||||
| ], | |||||
| owners: [ | |||||
| "fortlucenne" | |||||
| ] | |||||
| }, | |||||
| //characters | //characters | ||||
| { | { | ||||
| prefix: "./media/dildos/chance/", | prefix: "./media/dildos/chance/", | ||||
| @@ -25324,6 +25336,10 @@ const attributionData = { | |||||
| "name": "llavalamp", | "name": "llavalamp", | ||||
| "url": "https://twitter.com/llavalamp8/" | "url": "https://twitter.com/llavalamp8/" | ||||
| }, | }, | ||||
| "thebluebear27": { | |||||
| "name": "thebluebear27", | |||||
| "url": "https://twitter.com/thebluebear27" | |||||
| }, | |||||
| } | } | ||||
| } | } | ||||
| @@ -49345,6 +49345,29 @@ characterMakers.push(() => makeCharacter( | |||||
| ] | ] | ||||
| )) | )) | ||||
| characterMakers.push(() => makeCharacter( | |||||
| { name: "Mr. Graves", species: ["wolf"], tags: ["anthro"] }, | |||||
| { | |||||
| front: { | |||||
| height: math.unit(10 + 6/12, "feet"), | |||||
| weight: math.unit(1.3, "tons"), | |||||
| name: "Front", | |||||
| image: { | |||||
| source: "./media/characters/mr-graves/front.svg", | |||||
| extra: 1779/1695, | |||||
| bottom: 198/1977 | |||||
| } | |||||
| }, | |||||
| }, | |||||
| [ | |||||
| { | |||||
| name: "Normal", | |||||
| height: math.unit(10 + 6 /12, "feet"), | |||||
| default: true | |||||
| }, | |||||
| ] | |||||
| )) | |||||
| //characters | //characters | ||||
| function makeCharacters() { | function makeCharacters() { | ||||