| @@ -11636,7 +11636,7 @@ const attributionData = { | |||||
| "cougr" | "cougr" | ||||
| ], | ], | ||||
| owners: [ | owners: [ | ||||
| "remmyzee" | |||||
| "remmyzilla" | |||||
| ] | ] | ||||
| }, | }, | ||||
| { | { | ||||
| @@ -19121,6 +19121,18 @@ const attributionData = { | |||||
| "ruleroftherainforest" | "ruleroftherainforest" | ||||
| ] | ] | ||||
| }, | }, | ||||
| { | |||||
| prefix: "./media/characters/penny-lynx/", | |||||
| files: [ | |||||
| { name: "front.svg", source: "https://twitter.com/Kyyrin/status/720781532533760000" } | |||||
| ], | |||||
| authors: [ | |||||
| "kyyrin" | |||||
| ], | |||||
| owners: [ | |||||
| "remmyzilla" | |||||
| ] | |||||
| }, | |||||
| //characters | //characters | ||||
| { | { | ||||
| prefix: "./media/fiction/halo/halo/", | prefix: "./media/fiction/halo/halo/", | ||||
| @@ -23663,9 +23675,9 @@ const attributionData = { | |||||
| "name": "ForcesWerwolf", | "name": "ForcesWerwolf", | ||||
| "url": "https://www.furaffinity.net/user/forceswerwolf/" | "url": "https://www.furaffinity.net/user/forceswerwolf/" | ||||
| }, | }, | ||||
| "remmyzee": { | |||||
| "name": "RemmyZee", | |||||
| "url": "https://www.furaffinity.net/user/remmyzee/" | |||||
| "remmyzilla": { | |||||
| "name": "Remmyzilla", | |||||
| "url": "https://twitter.com/Remmyzilla/" | |||||
| }, | }, | ||||
| "amalthus": { | "amalthus": { | ||||
| "name": "Amalthus", | "name": "Amalthus", | ||||
| @@ -26335,6 +26347,10 @@ const attributionData = { | |||||
| "name": "OpTicBuster", | "name": "OpTicBuster", | ||||
| "url": "https://www.furaffinity.net/user/opticbuster/" | "url": "https://www.furaffinity.net/user/opticbuster/" | ||||
| }, | }, | ||||
| "kyyrin": { | |||||
| "name": "Kyyrin", | |||||
| "url": "https://twitter.com/Kyyrin/" | |||||
| }, | |||||
| } | } | ||||
| } | } | ||||
| @@ -52136,6 +52136,54 @@ characterMakers.push(() => makeCharacter( | |||||
| ] | ] | ||||
| )) | )) | ||||
| characterMakers.push(() => makeCharacter( | |||||
| { name: "PENNY", species: ["lynx" ,"computer-virus"], tags: ["anthro"] }, | |||||
| { | |||||
| front: { | |||||
| height: math.unit(60, "inches"), | |||||
| weight: math.unit(16, "lb"), | |||||
| preyCapacity: math.unit(80, "liters"), | |||||
| name: "Front", | |||||
| image: { | |||||
| source: "./media/characters/penny-lynx/front.svg", | |||||
| extra: 1959/1769, | |||||
| bottom: 49/2008 | |||||
| } | |||||
| }, | |||||
| }, | |||||
| [ | |||||
| { | |||||
| name: "Nokia", | |||||
| height: math.unit(2, "inches") | |||||
| }, | |||||
| { | |||||
| name: "Desktop", | |||||
| height: math.unit(24, "inches") | |||||
| }, | |||||
| { | |||||
| name: "TV", | |||||
| height: math.unit(60, "inches") | |||||
| }, | |||||
| { | |||||
| name: "Jumbotron", | |||||
| height: math.unit(12, "feet") | |||||
| }, | |||||
| { | |||||
| name: "Billboard", | |||||
| height: math.unit(48, "feet"), | |||||
| default: true | |||||
| }, | |||||
| { | |||||
| name: "IMAX", | |||||
| height: math.unit(96, "feet") | |||||
| }, | |||||
| { | |||||
| name: "SINGULARITY", | |||||
| height: math.unit(864938, "miles") | |||||
| }, | |||||
| ] | |||||
| )) | |||||
| //characters | //characters | ||||
| function makeCharacters() { | function makeCharacters() { | ||||