|
|
|
@@ -45995,55 +45995,54 @@ characterMakers.push(() => makeCharacter( |
|
|
|
)) |
|
|
|
|
|
|
|
characterMakers.push(() => makeCharacter( |
|
|
|
{ name: "Tristan Hawthorne", species: ["labrador", "skunk"], tags: ["anthro"] }, |
|
|
|
{ name: "Tristan Hawthorne", species: ["skunk", "raichu", "umbreon"], tags: ["anthro"] }, |
|
|
|
{ |
|
|
|
front: { |
|
|
|
height: math.unit(6 + 6/12, "feet"), |
|
|
|
weight: math.unit(350, "lb"), |
|
|
|
name: "Front", |
|
|
|
image: { |
|
|
|
source: "./media/characters/tristan-hawthorne/front.svg", |
|
|
|
extra: 1159/1124, |
|
|
|
bottom: 37/1196 |
|
|
|
}, |
|
|
|
form: "labrador", |
|
|
|
default: true |
|
|
|
}, |
|
|
|
skunkFront: { |
|
|
|
height: math.unit(4 + 6/12, "feet"), |
|
|
|
weight: math.unit(120, "lb"), |
|
|
|
name: "Front", |
|
|
|
image: { |
|
|
|
source: "./media/characters/tristan-hawthorne/skunk-front.svg", |
|
|
|
extra: 1609/1551, |
|
|
|
bottom: 169/1778 |
|
|
|
extra: 330/318, |
|
|
|
bottom: 25/355 |
|
|
|
}, |
|
|
|
form: "skunk", |
|
|
|
default: true |
|
|
|
}, |
|
|
|
alolanUmbraichu_front: { |
|
|
|
height: math.unit(2 + 6/12, "feet"), |
|
|
|
name: "Front", |
|
|
|
image: { |
|
|
|
source: "./media/characters/tristan-hawthorne/alolan-umbraichu-front.svg", |
|
|
|
extra: 389/350, |
|
|
|
bottom: 33/422 |
|
|
|
}, |
|
|
|
form: "alolan-umbraichu", |
|
|
|
default: true |
|
|
|
}, |
|
|
|
}, |
|
|
|
[ |
|
|
|
{ |
|
|
|
name: "Normal", |
|
|
|
height: math.unit(6 + 6/12, "feet"), |
|
|
|
form: "labrador", |
|
|
|
height: math.unit(4 + 6/12, "feet"), |
|
|
|
form: "skunk", |
|
|
|
default: true |
|
|
|
}, |
|
|
|
{ |
|
|
|
name: "Normal", |
|
|
|
height: math.unit(4 + 6/12, "feet"), |
|
|
|
form: "skunk", |
|
|
|
height: math.unit(2 + 6/12, "feet"), |
|
|
|
form: "alolan-umbraichu", |
|
|
|
default: true |
|
|
|
}, |
|
|
|
], |
|
|
|
{ |
|
|
|
"labrador": { |
|
|
|
name: "Labrador", |
|
|
|
"skunk": { |
|
|
|
name: "Skunk", |
|
|
|
default: true |
|
|
|
}, |
|
|
|
"skunk": { |
|
|
|
name: "Skunk" |
|
|
|
} |
|
|
|
"alolan-umbraichu": { |
|
|
|
name: "Alolan Umbraichu", |
|
|
|
}, |
|
|
|
} |
|
|
|
)) |
|
|
|
|
|
|
|
|