| @@ -11994,6 +11994,18 @@ const attributionData = { | |||||
| "demonwulf" | "demonwulf" | ||||
| ] | ] | ||||
| }, | }, | ||||
| { | |||||
| prefix: "./media/characters/timber/", | |||||
| files: [ | |||||
| { name: "front.svg", source: "https://www.furaffinity.net/view/37469932/ " } | |||||
| ], | |||||
| authors: [ | |||||
| "muttasaur" | |||||
| ], | |||||
| owners: [ | |||||
| "timberpuppers" | |||||
| ] | |||||
| }, | |||||
| //characters | //characters | ||||
| { | { | ||||
| prefix: "./media/dildos/chance/", | prefix: "./media/dildos/chance/", | ||||
| @@ -16524,6 +16536,10 @@ const attributionData = { | |||||
| "name": "Samael", | "name": "Samael", | ||||
| "url": "https://twitter.com/Samael101" | "url": "https://twitter.com/Samael101" | ||||
| }, | }, | ||||
| "timberpuppers": { | |||||
| "name": "TimberPuppers", | |||||
| "url": "https://www.furaffinity.net/user/timberpuppers" | |||||
| }, | |||||
| } | } | ||||
| } | } | ||||
| @@ -30908,6 +30908,29 @@ characterMakers.push(() => makeCharacter( | |||||
| ] | ] | ||||
| )) | )) | ||||
| characterMakers.push(() => makeCharacter( | |||||
| { name: "Timber", species: ["canine"], tags: ["anthro"] }, | |||||
| { | |||||
| front: { | |||||
| height: math.unit(5 + 2/12, "feet"), | |||||
| weight: math.unit(120, "lb"), | |||||
| name: "Front", | |||||
| image: { | |||||
| source: "./media/characters/timber/front.svg", | |||||
| extra: 2814/2705, | |||||
| bottom: 181/2995 | |||||
| } | |||||
| }, | |||||
| }, | |||||
| [ | |||||
| { | |||||
| name: "Normal", | |||||
| height: math.unit(5 + 2/12, "feet"), | |||||
| default: true | |||||
| }, | |||||
| ] | |||||
| )) | |||||
| //characters | //characters | ||||
| function makeCharacters() { | function makeCharacters() { | ||||