|
|
|
@@ -42431,8 +42431,8 @@ characterMakers.push(() => makeCharacter( |
|
|
|
{ name: "Emberflame", species: ["ninetales"], tags: ["feral"] }, |
|
|
|
{ |
|
|
|
front: { |
|
|
|
height: math.unit(6, "feet"), |
|
|
|
weight: math.unit(150, "lb"), |
|
|
|
height: math.unit(6 + 3/12, "feet"), |
|
|
|
weight: math.unit(3.5, "tons"), |
|
|
|
name: "Front", |
|
|
|
image: { |
|
|
|
source: "./media/characters/emberflame/front.svg", |
|
|
|
@@ -42441,8 +42441,8 @@ characterMakers.push(() => makeCharacter( |
|
|
|
} |
|
|
|
}, |
|
|
|
side: { |
|
|
|
height: math.unit(6, "feet"), |
|
|
|
weight: math.unit(150, "lb"), |
|
|
|
height: math.unit(6 + 3/12, "feet"), |
|
|
|
weight: math.unit(3.5, "tons"), |
|
|
|
name: "Side", |
|
|
|
image: { |
|
|
|
source: "./media/characters/emberflame/side.svg", |
|
|
|
|