|
|
|
@@ -6634,18 +6634,28 @@ characterMakers.push(() => makeCharacter( |
|
|
|
)) |
|
|
|
|
|
|
|
characterMakers.push(() => makeCharacter( |
|
|
|
{ name: "Vemus", species: ["crux"], tags: ["anthro"] }, |
|
|
|
{ name: "Vemus", species: ["crux", "skunk", "tanuki"], tags: ["anthro", "goo"] }, |
|
|
|
{ |
|
|
|
front: { |
|
|
|
crux: { |
|
|
|
height: math.unit(2, "meters"), |
|
|
|
weight: math.unit(150, "kg"), |
|
|
|
name: "Front", |
|
|
|
name: "Crux", |
|
|
|
image: { |
|
|
|
source: "./media/characters/vemus/front.svg", |
|
|
|
source: "./media/characters/vemus/crux.svg", |
|
|
|
extra: 1074/936, |
|
|
|
bottom: 23/1097 |
|
|
|
} |
|
|
|
} |
|
|
|
}, |
|
|
|
skunkTanuki: { |
|
|
|
height: math.unit(2, "meters"), |
|
|
|
weight: math.unit(150, "kg"), |
|
|
|
name: "Skunk-Tanuki", |
|
|
|
image: { |
|
|
|
source: "./media/characters/vemus/skunk-tanuki.svg", |
|
|
|
extra: 926/893, |
|
|
|
bottom: 20/946 |
|
|
|
} |
|
|
|
}, |
|
|
|
}, |
|
|
|
[ |
|
|
|
{ |
|
|
|
|