| @@ -17434,6 +17434,18 @@ const attributionData = { | |||||
| "zaina-khalil" | "zaina-khalil" | ||||
| ] | ] | ||||
| }, | }, | ||||
| { | |||||
| prefix: "./media/characters/terry/", | |||||
| files: [ | |||||
| { name: "side.svg", source: "https://twitter.com/UslurpArt/status/1399051426140200961/photo/1" } | |||||
| ], | |||||
| authors: [ | |||||
| "hoosk" | |||||
| ], | |||||
| owners: [ | |||||
| "terry" | |||||
| ] | |||||
| }, | |||||
| //characters | //characters | ||||
| { | { | ||||
| prefix: "./media/dildos/chance/", | prefix: "./media/dildos/chance/", | ||||
| @@ -24116,6 +24128,14 @@ const attributionData = { | |||||
| "name": "Zaina Khalil", | "name": "Zaina Khalil", | ||||
| "url": "https://www.f-list.net/c/Zaina%20Khalil" | "url": "https://www.f-list.net/c/Zaina%20Khalil" | ||||
| }, | }, | ||||
| "hoosk": { | |||||
| "name": "Hoosk", | |||||
| "url": "https://twitter.com/UslurpArt/" | |||||
| }, | |||||
| "terry": { | |||||
| "name": "Terry", | |||||
| "url": null | |||||
| }, | |||||
| } | } | ||||
| } | } | ||||
| @@ -46143,6 +46143,29 @@ characterMakers.push(() => makeCharacter( | |||||
| ] | ] | ||||
| )) | )) | ||||
| characterMakers.push(() => makeCharacter( | |||||
| { name: "Terry", species: ["husky"], tags: ["taur"] }, | |||||
| { | |||||
| side: { | |||||
| height: math.unit(12, "feet"), | |||||
| weight: math.unit(150, "lb"), | |||||
| name: "Side", | |||||
| image: { | |||||
| source: "./media/characters/terry/side.svg", | |||||
| extra: 1518/1439, | |||||
| bottom: 149/1667 | |||||
| } | |||||
| }, | |||||
| }, | |||||
| [ | |||||
| { | |||||
| name: "Normal", | |||||
| height: math.unit(12, "feet"), | |||||
| default: true | |||||
| }, | |||||
| ] | |||||
| )) | |||||
| //characters | //characters | ||||
| function makeCharacters() { | function makeCharacters() { | ||||