|
|
|
@@ -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 |
|
|
|
|
|
|
|
function makeCharacters() { |
|
|
|
|