|
|
|
@@ -34686,7 +34686,7 @@ characterMakers.push(() => makeCharacter( |
|
|
|
{ name: "Akitu", species: ["kigavi"], tags: ["feral"] }, |
|
|
|
{ |
|
|
|
side: { |
|
|
|
height: math.unit(12, "feet"), |
|
|
|
height: math.unit(15, "feet"), |
|
|
|
name: "Side", |
|
|
|
image: { |
|
|
|
source: "./media/characters/akitu/side.svg", |
|
|
|
@@ -34695,7 +34695,7 @@ characterMakers.push(() => makeCharacter( |
|
|
|
} |
|
|
|
}, |
|
|
|
front: { |
|
|
|
height: math.unit(12, "feet"), |
|
|
|
height: math.unit(15, "feet"), |
|
|
|
name: "Front", |
|
|
|
image: { |
|
|
|
source: "./media/characters/akitu/front.svg", |
|
|
|
@@ -34707,7 +34707,7 @@ characterMakers.push(() => makeCharacter( |
|
|
|
[ |
|
|
|
{ |
|
|
|
name: "Normal", |
|
|
|
height: math.unit(12, "feet"), |
|
|
|
height: math.unit(15, "feet"), |
|
|
|
default: true |
|
|
|
}, |
|
|
|
] |
|
|
|
|