|
|
|
@@ -26808,14 +26808,14 @@ characterMakers.push(() => makeCharacter( |
|
|
|
)) |
|
|
|
|
|
|
|
characterMakers.push(() => makeCharacter( |
|
|
|
{ name: "Bara", species: ["protogen"], tags: ["anthro"] }, |
|
|
|
{ name: "P0tat0", species: ["protogen"], tags: ["anthro"] }, |
|
|
|
{ |
|
|
|
front: { |
|
|
|
height: math.unit(12, "feet"), |
|
|
|
weight: math.unit(35000, "lb"), |
|
|
|
name: "Front", |
|
|
|
image: { |
|
|
|
source: "./media/characters/bara/front.svg", |
|
|
|
source: "./media/characters/p0tat0/front.svg", |
|
|
|
extra: 1065/921, |
|
|
|
bottom: 55.7/1121.25 |
|
|
|
} |
|
|
|
|