| @@ -11435,6 +11435,18 @@ const attributionData = { | |||||
| "datastains" | "datastains" | ||||
| ] | ] | ||||
| }, | }, | ||||
| { | |||||
| prefix: "./media/characters/haze-orris/", | |||||
| files: [ | |||||
| { name: "front.svg", source: null } | |||||
| ], | |||||
| authors: [ | |||||
| "spoonycatt" | |||||
| ], | |||||
| owners: [ | |||||
| "datastains" | |||||
| ] | |||||
| }, | |||||
| //characters | //characters | ||||
| { | { | ||||
| prefix: "./media/dildos/chance/", | prefix: "./media/dildos/chance/", | ||||
| @@ -15758,6 +15770,10 @@ const attributionData = { | |||||
| "name": "Babble-Brook", | "name": "Babble-Brook", | ||||
| "url": null | "url": null | ||||
| }, | }, | ||||
| "spoonycatt": { | |||||
| "name": "SpoonyCatt", | |||||
| "url": "https://twitter.com/SpoonyCatt/" | |||||
| }, | |||||
| } | } | ||||
| } | } | ||||
| @@ -29008,6 +29008,29 @@ characterMakers.push(() => makeCharacter( | |||||
| ] | ] | ||||
| )) | )) | ||||
| characterMakers.push(() => makeCharacter( | |||||
| { name: "Haze Orris", species: ["cat", "undead"], tags: ["anthro"] }, | |||||
| { | |||||
| front: { | |||||
| height: math.unit(6, "feet"), | |||||
| weight: math.unit(150, "lb"), | |||||
| name: "Front", | |||||
| image: { | |||||
| source: "./media/characters/haze-orris/front.svg", | |||||
| extra: 3975/3525, | |||||
| bottom: 137/4112 | |||||
| } | |||||
| }, | |||||
| }, | |||||
| [ | |||||
| { | |||||
| name: "Micro", | |||||
| height: math.unit(150, "mm"), | |||||
| default: true | |||||
| }, | |||||
| ] | |||||
| )) | |||||
| //characters | //characters | ||||
| function makeCharacters() { | function makeCharacters() { | ||||