| @@ -22977,6 +22977,18 @@ const attributionData = { | |||||
| "dhaeleena" | "dhaeleena" | ||||
| ] | ] | ||||
| }, | }, | ||||
| { | |||||
| prefix: "./media/characters/trouble/", | |||||
| files: [ | |||||
| { name: "front.svg", source: "https://twitter.com/phenokage/status/1534205024594579456/photo/1" } | |||||
| ], | |||||
| authors: [ | |||||
| "knucklebone" | |||||
| ], | |||||
| owners: [ | |||||
| "phenokage" | |||||
| ] | |||||
| }, | |||||
| //characters | //characters | ||||
| { | { | ||||
| prefix: "./media/fiction/halo/halo/", | prefix: "./media/fiction/halo/halo/", | ||||
| @@ -31761,6 +31773,14 @@ const attributionData = { | |||||
| "name": "Dhaeleena", | "name": "Dhaeleena", | ||||
| "url": "https://www.furaffinity.net/user/dhaeleena/" | "url": "https://www.furaffinity.net/user/dhaeleena/" | ||||
| }, | }, | ||||
| "knucklebone": { | |||||
| "name": "_knucklebone", | |||||
| "url": "https://twitter.com/_knucklebone" | |||||
| }, | |||||
| "phenokage": { | |||||
| "name": "Clover Arizona", | |||||
| "url": "https://twitter.com/phenokage" | |||||
| }, | |||||
| } | } | ||||
| } | } | ||||
| @@ -67049,6 +67049,37 @@ characterMakers.push(() => makeCharacter( | |||||
| ] | ] | ||||
| )) | )) | ||||
| characterMakers.push(() => makeCharacter( | |||||
| { name: "Trouble", species: ["wolf"], tags: ["anthro"] }, | |||||
| { | |||||
| front: { | |||||
| height: math.unit(80, "feet"), | |||||
| weight: math.unit(410000, "lb"), | |||||
| name: "Front", | |||||
| image: { | |||||
| source: "./media/characters/trouble/front.svg", | |||||
| extra: 780/723, | |||||
| bottom: 11/791 | |||||
| }, | |||||
| extraAttributes: { | |||||
| "pawArea": { | |||||
| name: "Paw Area", | |||||
| power: 2, | |||||
| type: "area", | |||||
| base: math.unit(49, "feet^2") | |||||
| }, | |||||
| } | |||||
| }, | |||||
| }, | |||||
| [ | |||||
| { | |||||
| name: "Normal", | |||||
| height: math.unit(80, "feet"), | |||||
| default: true | |||||
| }, | |||||
| ] | |||||
| )) | |||||
| //characters | //characters | ||||
| function makeCharacters() { | function makeCharacters() { | ||||