|
|
|
@@ -39012,12 +39012,22 @@ characterMakers.push(() => makeCharacter( |
|
|
|
characterMakers.push(() => makeCharacter( |
|
|
|
{ name: "Tiffany", species: ["fox", "raccoon"], tags: ["anthro"] }, |
|
|
|
{ |
|
|
|
goat: { |
|
|
|
height: math.unit(4, "feet"), |
|
|
|
weight: math.unit(180, "lb"), |
|
|
|
name: "Goat", |
|
|
|
image: { |
|
|
|
source: "./media/characters/tiffany/goat.svg", |
|
|
|
extra: 1845/1595, |
|
|
|
bottom: 106/1951 |
|
|
|
} |
|
|
|
}, |
|
|
|
front: { |
|
|
|
height: math.unit(5, "feet"), |
|
|
|
weight: math.unit(150, "lb"), |
|
|
|
name: "Front", |
|
|
|
name: "Foxcoon", |
|
|
|
image: { |
|
|
|
source: "./media/characters/tiffany/front.svg", |
|
|
|
source: "./media/characters/tiffany/foxcoon.svg", |
|
|
|
extra: 1941/1845, |
|
|
|
bottom: 58/1999 |
|
|
|
} |
|
|
|
|