|
|
|
@@ -37495,7 +37495,7 @@ characterMakers.push(() => makeCharacter( |
|
|
|
{ name: "Dr. Kaizo Inazuma", species: ["zorgoia"], tags: ["anthro"] }, |
|
|
|
{ |
|
|
|
front: { |
|
|
|
height: math.unit(2.2, "meters"), |
|
|
|
height: math.unit(3.5, "meters"), |
|
|
|
name: "Front", |
|
|
|
image: { |
|
|
|
source: "./media/characters/dr-kaizo-inazuma/front.svg", |
|
|
|
@@ -37507,7 +37507,7 @@ characterMakers.push(() => makeCharacter( |
|
|
|
[ |
|
|
|
{ |
|
|
|
name: "Normal", |
|
|
|
height: math.unit(2.2, "meters"), |
|
|
|
height: math.unit(3.5, "meters"), |
|
|
|
default: true |
|
|
|
}, |
|
|
|
] |
|
|
|
|