|
|
@@ -11469,13 +11469,33 @@ characterMakers.push(() => makeCharacter( |
|
|
{ name: "BMC", species: ["sabertooth-tiger", "cougar"], tags: ["anthro"] }, |
|
|
{ name: "BMC", species: ["sabertooth-tiger", "cougar"], tags: ["anthro"] }, |
|
|
{ |
|
|
{ |
|
|
front: { |
|
|
front: { |
|
|
height: math.unit(6 + 4 / 12, "feet"), |
|
|
|
|
|
weight: math.unit(188, "lb"), |
|
|
|
|
|
|
|
|
height: math.unit(6 + 4/12, "feet"), |
|
|
|
|
|
weight: math.unit(190, "lb"), |
|
|
name: "Front", |
|
|
name: "Front", |
|
|
image: { |
|
|
image: { |
|
|
source: "./media/characters/bmc/front.svg", |
|
|
source: "./media/characters/bmc/front.svg", |
|
|
extra: 1067 / 1022, |
|
|
|
|
|
bottom: 0.047 |
|
|
|
|
|
|
|
|
extra: 1626/1472, |
|
|
|
|
|
bottom: 79/1705 |
|
|
|
|
|
} |
|
|
|
|
|
}, |
|
|
|
|
|
back: { |
|
|
|
|
|
height: math.unit(6 + 4/12, "feet"), |
|
|
|
|
|
weight: math.unit(190, "lb"), |
|
|
|
|
|
name: "Back", |
|
|
|
|
|
image: { |
|
|
|
|
|
source: "./media/characters/bmc/back.svg", |
|
|
|
|
|
extra: 1640/1479, |
|
|
|
|
|
bottom: 45/1685 |
|
|
|
|
|
} |
|
|
|
|
|
}, |
|
|
|
|
|
frontArmor: { |
|
|
|
|
|
height: math.unit(6 + 4/12, "feet"), |
|
|
|
|
|
weight: math.unit(190, "lb"), |
|
|
|
|
|
name: "Front-armor", |
|
|
|
|
|
image: { |
|
|
|
|
|
source: "./media/characters/bmc/front-armor.svg", |
|
|
|
|
|
extra: 1538/1468, |
|
|
|
|
|
bottom: 79/1617 |
|
|
} |
|
|
} |
|
|
}, |
|
|
}, |
|
|
}, |
|
|
}, |
|
|
@@ -11484,6 +11504,10 @@ characterMakers.push(() => makeCharacter( |
|
|
name: "Human-sized", |
|
|
name: "Human-sized", |
|
|
height: math.unit(6 + 4 / 12, "feet") |
|
|
height: math.unit(6 + 4 / 12, "feet") |
|
|
}, |
|
|
}, |
|
|
|
|
|
{ |
|
|
|
|
|
name: "Interactive Size", |
|
|
|
|
|
height: math.unit(25, "feet") |
|
|
|
|
|
}, |
|
|
{ |
|
|
{ |
|
|
name: "Small", |
|
|
name: "Small", |
|
|
height: math.unit(250, "feet") |
|
|
height: math.unit(250, "feet") |
|
|
@@ -11499,7 +11523,7 @@ characterMakers.push(() => makeCharacter( |
|
|
}, |
|
|
}, |
|
|
{ |
|
|
{ |
|
|
name: "Largest Measured Size", |
|
|
name: "Largest Measured Size", |
|
|
height: math.unit(11.2e6, "lightyears") |
|
|
|
|
|
|
|
|
height: math.unit(105.960, "galaxies") |
|
|
}, |
|
|
}, |
|
|
] |
|
|
] |
|
|
)) |
|
|
)) |
|
|
|