|
|
@@ -56556,14 +56556,14 @@ characterMakers.push(() => makeCharacter( |
|
|
)) |
|
|
)) |
|
|
|
|
|
|
|
|
characterMakers.push(() => makeCharacter( |
|
|
characterMakers.push(() => makeCharacter( |
|
|
{ name: "Vincent (Fox)", species: ["red-fox"], tags: ["anthro"] }, |
|
|
|
|
|
|
|
|
{ name: "Vincent Vasroc", species: ["red-fox"], tags: ["anthro"] }, |
|
|
{ |
|
|
{ |
|
|
front: { |
|
|
front: { |
|
|
height: math.unit(7 + 8/12, "feet"), |
|
|
height: math.unit(7 + 8/12, "feet"), |
|
|
weight: math.unit(333, "lb"), |
|
|
weight: math.unit(333, "lb"), |
|
|
name: "Front", |
|
|
name: "Front", |
|
|
image: { |
|
|
image: { |
|
|
source: "./media/characters/vincent-fox/front.svg", |
|
|
|
|
|
|
|
|
source: "./media/characters/vincent-vasroc/front.svg", |
|
|
extra: 1962/1860, |
|
|
extra: 1962/1860, |
|
|
bottom: 41/2003 |
|
|
bottom: 41/2003 |
|
|
} |
|
|
} |
|
|
@@ -56573,7 +56573,7 @@ characterMakers.push(() => makeCharacter( |
|
|
weight: math.unit(333, "lb"), |
|
|
weight: math.unit(333, "lb"), |
|
|
name: "Back", |
|
|
name: "Back", |
|
|
image: { |
|
|
image: { |
|
|
source: "./media/characters/vincent-fox/back.svg", |
|
|
|
|
|
|
|
|
source: "./media/characters/vincent-vasroc/back.svg", |
|
|
extra: 1952/1815, |
|
|
extra: 1952/1815, |
|
|
bottom: 33/1985 |
|
|
bottom: 33/1985 |
|
|
} |
|
|
} |
|
|
@@ -56582,14 +56582,14 @@ characterMakers.push(() => makeCharacter( |
|
|
height: math.unit(1.24, "feet"), |
|
|
height: math.unit(1.24, "feet"), |
|
|
name: "Paw", |
|
|
name: "Paw", |
|
|
image: { |
|
|
image: { |
|
|
source: "./media/characters/vincent-fox/paw.svg" |
|
|
|
|
|
|
|
|
source: "./media/characters/vincent-vasroc/paw.svg" |
|
|
} |
|
|
} |
|
|
}, |
|
|
}, |
|
|
ear: { |
|
|
ear: { |
|
|
height: math.unit(0.75, "feet"), |
|
|
height: math.unit(0.75, "feet"), |
|
|
name: "Ear", |
|
|
name: "Ear", |
|
|
image: { |
|
|
image: { |
|
|
source: "./media/characters/vincent-fox/ear.svg" |
|
|
|
|
|
|
|
|
source: "./media/characters/vincent-vasroc/ear.svg" |
|
|
} |
|
|
} |
|
|
}, |
|
|
}, |
|
|
}, |
|
|
}, |
|
|
|